Mese egy NTFS filerendszer felcsatolásáról


root@microserver:~# fdisk -l /dev/sdb
Disk /dev/sdb: 1500.3 GB, 1500301910016 bytes
256 heads, 63 sectors/track, 181688 cylinders, total 2930277168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Device Boot Start End Blocks Id System
/dev/sdb1 1 4294967295 2147483647+ ee GPT

root@microserver:~# ntfs-3g /dev/sdb1 /mnt/hdd
NTFS signature is missing.
Failed to mount '/dev/sdb1': Érvénytelen argumentum
The device '/dev/sdb1' 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?

root@microserver:~# ntfs-3g /dev/sdb2 /mnt/hdd
root@microserver:~#

WTF...?

Hozzászólások

Ez teljesen normális. Az fdisk-kel a protective MBR partíciót látod, abból mindig 1 darab van, ami kitölti a diszket (legalábbis az MBR által kezelhető első 2 TB-ját) a diszken pedig GPT partíciók vannak, ahol a második partíció az NTFS. Nézd meg parted-del/gdisk-kel, és egyből megérted.

Az ujabb fdsik-ek kezelik a GPT.

Amit nem lehet megirni assemblyben, azt nem lehet megirni.