Author Topic: Having trouble mounting a drive  (Read 2244 times)

0 Members and 1 Guest are viewing this topic.

Z3R0

  • Guest
Having trouble mounting a drive
« on: November 15, 2012, 05:06:22 am »
At first the partition seemed to be raid, but after doing a dmraid on it, fdisk said it was ntfs. Annnnnd here we go....
Code: [Select]
root@root:/mnt# mount /dev/sda1 -t ntfs-3g /mnt/win
NTFS signature is missing.
Failed to mount '/dev/sda1': Invalid argument
The device '/dev/sda1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
So, I tried the whole disk like it said to.
Code: [Select]
root@root:/mnt# mount /dev/sda -t ntfs-3g /mnt/win
NTFS signature is missing.
Failed to mount '/dev/sda': Invalid argument
The device '/dev/sda' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
So then I checked dmesg, and I saw this. Is it a problem?
Code: [Select]
root@root:/mnt# dmesg | grep sda
[    2.612057] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    2.612101] sd 0:0:0:0: [sda] Write Protect is off
[    2.612105] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.612119] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.622816]  sda: sda1 sda2
[    2.622834] sda: p2 size 3906830336 extends beyond EOD, enabling native capacity
[    2.644657]  sda: sda1 sda2
[    2.644680] sda: p2 size 3906830336 extends beyond EOD, truncated
[    2.645026] sd 0:0:0:0: [sda] Attached SCSI disk
The ones that interest me particularly are [    2.622834] and [    2.644680]. A little more on the situation at hand: it's a win7 box that will show the windows boot logo, the logo will finish animating, and then the monitors deactivate as if it were in standby mode. After about 3-4 minutes it will automatically restart. Thus, I wanted to mount the drive and look through the page file to see if it had a virus, but....I can't mount.

 Let me know if you have any tips for me, or if you need more information. Thanks! <3 :)
« Last Edit: November 15, 2012, 05:28:22 am by m0rph »

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Having trouble mounting a drive
« Reply #1 on: November 15, 2012, 08:33:09 am »
Yeah , can you post the output of fdisk -l ?

Ive seen so many corrupty ntfs partitions.
Hopefully yours isnt.
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Z3R0

  • Guest
Re: Having trouble mounting a drive
« Reply #2 on: November 16, 2012, 03:08:36 am »
Here's the output of fdisk
Code: [Select]
root@root:~# fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xb0e5e807

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          13      102400    7  HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2              13      243202  1953415168    7  HPFS/NTFS

Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/sdb doesn't contain a valid partition table

Disk /dev/sdc: 8103 MB, 8103395328 bytes
256 heads, 21 sectors/track, 2944 cylinders
Units = cylinders of 5376 * 512 = 2752512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xc3072e18

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *           1        2944     7913440+   b  W95 FAT32
Also, I was wrong before. It was in fact Raid 0. My mistake...

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Having trouble mounting a drive
« Reply #3 on: November 16, 2012, 08:28:41 am »
Right what are you booting?
I should have asked before but whats your kernel version?

https://bbs.archlinux.org/viewtopic.php?id=148858
Seen this?
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage