Kod: Zaznacz cały
home:/home/mateusz# fdisk -l
Disk /dev/hdc: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x9d4a9d4a
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 2611 20972826 7 HPFS/NTFS
/dev/hdc2 2612 4617 16113195 83 Linux
/dev/hdc3 4618 4860 1951897+ 5 Extended
/dev/hdc5 4618 4860 1951866 82 Linux swap / Solaris
Disk /dev/hdd: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xa0b2aaaf
Device Boot Start End Blocks Id System
/dev/hdd1 1 30401 244196001 42 SFS
Ale gdy chce zamontować dysk /dev/hdd1 to pojawia mi się komunikat:
Kod: Zaznacz cały
Failed to read last sector (488392001): Zły argument
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g. by not using mdadm --build ...),
or a wrong device is tried to be mounted,
or the partition table is corrupt (partition is smaller than NTFS),
or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/hdd1': Zły argument
The device '/dev/hdd1' 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?
Kod: Zaznacz cały
ntfs-3g /dev/hdd1 /mnt/All