我的台式机有 80gb 硬盘,装的是 ubuntu,后来我又加了 2TB,但还是无法挂载,试了所有从 ubuntu 上挂载 ntfs 的链接搜索
这是我当前的配置:
Dell:~$ sudo blkid
/dev/sda1: UUID="18692632-7315-41e4-87a6-6849a1632f8f" TYPE="ext4"
/dev/sda5: UUID="96ce4c1c-79d4-44bd-9cef-7cd754cf7f32" TYPE="swap"
/dev/sdb1: UUID="3515B80F1E432B77" TYPE="ntfs"
/dev/sdb2: TYPE="swap"
/dev/sdb3: UUID="a427c9ca-f16d-42fd-99ee-b114df2bf1b6" SEC_TYPE="ext2" TYPE="ext3"
这是我的 fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=18692632-7315-41e4-87a6-6849a1632f8f / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=96ce4c1c-79d4-44bd-9cef-7cd754cf7f32 none swap sw 0 0
#
/dev/sdb1 /media/Data ntfs-3g defaults,auto,users,rw,exec,locale=en_US.utf8 0 0
#/dev/sdb1 /media/Data ntfs-3g uid=1000,auto,users 0 0
当我跑步时sudo mount -a
我得到
Dell:~$ sudo mount -a
ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read NTFS $Bitmap: 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.
当我通过用户界面时我得到
Error mounting: mount exited with exit code 1: helper failed with:
Mount is denied because setuid and setgid root ntfs-3g is insecure with the
external FUSE library. Either remove the setuid/setgid bit from the binary
or rebuild NTFS-3G with integrated FUSE support and make it setuid root.
Please see more information at http://tuxera.com/community/ntfs-3g-faq/#unprivileged