Device Boot Start End Blocks Id System
/dev/mapper/mpathcp1 1 145631 1169776639+ ee GPT
[root@ijx ~]#
[root@ijx ~]# mount -t ntfs-3g /dev/sdd /mnt/sdc/
Error reading bootsector: Input/output error
Failed to mount '/dev/sdd': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
[root@ijx ~]#
[root@ijx ~]#
[root@ijx ~]# mount -t ntfs-3g /dev/mapper/ /mnt/sdc/
control mpathc
[root@ijx ~]# mount -t ntfs-3g /dev/mapper/mpathc /mnt/sdc/
NTFS signature is missing.
Failed to mount '/dev/mapper/mpathc': Invalid argument
The device '/dev/mapper/mpathc' 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@ijx ~]#
[root@ijx ~]# mount -t ntfs-3g /dev/sd
sda sda1 sda2 sda3 sda4 sdb sdb1 sdc sdd
[root@ijx ~]# mount -t ntfs-3g /dev/sdc /mnt/sdc/
NTFS signature is missing.
Failed to mount '/dev/sdc': Invalid argument
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?
[root@ijx ~]#
[root@ijx ~]# 作者: dengbao2001 時(shí)間: 2014-10-22 11:45
The util fdisk doesn't support GPT. Use GNU Parted.