我有安装过ntfs-config,不过后来又卸载了。
代码: 全选
sudo apt-get purge ntfs-config
附上我fstab的文件Unprivileged user can not mount NTFS block devices using the external FUSE
library. Either mount the volume as root, 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
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
#Entry for /dev/sda4 :
UUID=b1220e2a-c444-4d1c-8782-cee611e8ed85 / ext4 errors=remount-ro 0 1
#Entry for /dev/sda8 :
UUID=f121d5f6-cf19-428d-885b-c59522d613ec /home ext4 defaults 0 2
#Entry for /dev/sda6 :
UUID=48DC04C1DC04AB70 /media/Something ntfs defaults,user,locale=ja_JP.UTF-8 0 0
#Entry for /dev/sda7 :
UUID=00DAD775DAD76606 /media/Wisper ntfs defaults,user,locale=ja_JP.UTF-8 0 0
#Entry for /dev/sda9 :
UUID=868ea8aa-32c8-4b48-93fb-cef3c25b3624 none swap sw 0 0
#none /proc/bus/usb usbfs devgid=123,devmode=644 0 0