[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

GPT/NTFS-Partition mounten



Hi,

ich habe ein SCSI-RAID von einem Windows 2003 SBS abgestöpselt, um es fortan an einem Debian Squeeze Server zu betreiben. Ein paar Dateien will ich vor dem Löschen der Partition doch noch sichern, aber das klappt offenbar nicht, da die NTFS-Partition als GPT-Disk angelegt wurde:

# fdisk -l
[...]
Disk /dev/sdc: 3998.4 GB, 3998421614592 bytes
256 heads, 63 sectors/track, 242107 cylinders
Units = cylinders of 16128 * 1024 = 16515072 bytes
Sector size (logical/physical): 1024 bytes / 1024 bytes
I/O size (minimum/optimal): 1024 bytes / 1024 bytes
Disk identifier: 0xa24313d5

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1      266306  4294967295   ee  GPT
Partition 1 does not start on physical sector boundary.
Note: sector size is 1024 (not 512)
[...]

# mount -t ntfs-3g -o ro /dev/sdc1 /mnt/ntfs1
NTFS signature is missing.
Failed to mount '/dev/sdc1': Das Argument ist ungültig
The device '/dev/sdc1' 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?

# mount -t ntfs-3g -o ro /dev/sdc /mnt/ntfs1
NTFS signature is missing.
Failed to mount '/dev/sdc': Das Argument ist ungültig
The device '/dev/sdc' 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?

Gibt es einen Weg, das Ding mit dem Debian Server zu lesen oder sollte ich es dafür doch besser einfach nochmal an die Windowskiste zurück stöpseln?

CU,
Mészi.


Reply to: