ubuntu 12.04 挂载ntfs的问题
发表于 : 2014-01-19 12:06
root@zhangri:/# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0x00023a6a
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 964368383 482183168 83 Linux
/dev/sda2 964370430 976771071 6200321 5 Extended
/dev/sda5 964370432 976771071 6200320 82 Linux swap / Solaris
Disk /dev/sdb: 1000.2 GB, 1000202043392 bytes
255 heads, 63 sectors/track, 121600 cylinders, total 1953519616 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: 0x0002846e
Device Boot Start End Blocks Id System
/dev/sdb1 2048 1953519615 976758784 7 HPFS/NTFS/exFAT
root@zhangri:/# mount -t ntfs-3g -o umask=022 /dev/sdb1 /media/disk/
NTFS signature is missing.
Failed to mount '/dev/sdb1': 无效的参数
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@zhangri:/#
这个ntfs一直挂装不上
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0x00023a6a
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 964368383 482183168 83 Linux
/dev/sda2 964370430 976771071 6200321 5 Extended
/dev/sda5 964370432 976771071 6200320 82 Linux swap / Solaris
Disk /dev/sdb: 1000.2 GB, 1000202043392 bytes
255 heads, 63 sectors/track, 121600 cylinders, total 1953519616 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: 0x0002846e
Device Boot Start End Blocks Id System
/dev/sdb1 2048 1953519615 976758784 7 HPFS/NTFS/exFAT
root@zhangri:/# mount -t ntfs-3g -o umask=022 /dev/sdb1 /media/disk/
NTFS signature is missing.
Failed to mount '/dev/sdb1': 无效的参数
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@zhangri:/#
这个ntfs一直挂装不上