我用命令:
代码: 全选
yang@yang-desktop:~$ fdisk -l|grep ntfs
yang@yang-desktop:~$ apt-cache search ntfs
libntfs-dev - library that provides common NTFS access functions (development files)
libntfs9 - library that provides common NTFS access functions
libparted1.7-1 - The GNU Parted disk partitioning shared library
libparted1.7-dbg - The GNU Parted disk partitioning library debug development files
libparted1.7-dev - The GNU Parted disk partitioning library development files
ntfsprogs - tools for doing neat things in NTFS partitions from Linux
parted - The GNU Parted disk partition resizing program
autopsy - graphical interface to SleuthKit
libntfs-3g-dev - ntfs-3g filesystem in userspace (FUSE) library headers
libntfs-3g0 - ntfs-3g filesystem in userspace (FUSE) library
libntfs-gnomevfs - NTFS GNOME virtual filesystem module
libparted1.7-i18n - The GNU Parted disk partitioning library i18n support
mondo - powerful disaster recovery suite
mondo-doc - manual for Mondo, a powerful disaster recovery suite
ntfs-3g - read-write NTFS driver for FUSE
ntfs-config - Enable/disable write support for any NTFS devices
ntfsdoc - documentation about NTFS partitions format
partimage - backup partitions into a compressed image file
partimage-doc - Partition Image User Documentation
testdisk - Partition scanner and disk recovery tool
yang@yang-desktop:~$
代码: 全选
sudo apt-get -y install ntfs-config
yang@yang-desktop:~$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
fuse
lp
后来发现这个程序,执行“应用程序”--“系统工具”--“NTFS写入配置程序”
sudo reboot
重启后发现NTFS可以读取,不能写入,我的MIOVE是FAT32的,其他用英文命名的都是NTFS,FAT32的不能读取
把截图贴上!为什么呢?