CentOS 6.5下挂载使用NTFS文件系统
CentOS 6.5下挂载使用NTFS文件系统
操作方法
- 01
根据操作系统类型,下载相应的RepoForge的yum源rpm软件包:repoforge.org
- 02
安装下载到的rpm软件包 [root@localhost ~]# rpm -ivh rpmforge-release-i686 /*根据系统平台而定,如64位则为rpmforge-release-x86_64*/
- 03
在yum下查找所有文件名包括ntfs字符的软件包 [root@localhost ~]# yum list | grep ntfs
- 04
选择安装查找到的软件包 [root@localhost ~]# yum install -y fuse-ntfs-3g.i686 /*根据系统平台而定,如64位则为fuse-ntfs-3g.x86_64*/
- 05
利用无参数的mount命令查看当前系统所支持的文件系统类型,会发现此时系统已能够支持ntfs
- 06
示例:利用mount命令挂载文件系统为ntfs的分区,挂载点为/mnt。 挂载前: [root@localhost Linux]# ll /mnt 总用量 0 开始挂载: [root@localhost ~]# mount.ntfs /dev/sdb1 /mnt/ 挂载后: [root@localhost Linux]#ll /mnt 总用量 2087200 drwxrwxrwx 1 root root 4096 3月 3 15:52 Boot -rwxrwxrwx 1 root root 383786 11月 21 2010 bootmgr -rwxrwxrwx 1 root root 8192 3月 3 15:52 BOOTSECT.BAK drwxrwxrwx 1 root root 0 5月 17 22:57 CFLog lrwxrwxrwx 2 root root 60 7月 14 2009 Documents and Settings -> /mnt/Users drwxrwxrwx 1 root root 4096 8月 2 20:41 iNodeLog -rwxrwxrwx 1 root root 0 6月 14 18:32 IO.SYS -rwxrwxrwx 1 root root 0 6月 14 18:32 MSDOS.SYS -rwxrwxrwx 1 root root 2136854528 5月 31 19:02 pagefile.sys drwxrwxrwx 1 root root 0 7月 14 2009 PerfLogs drwxrwxrwx 1 root root 4096 5月 31 19:03 ProgramData drwxrwxrwx 1 root root 4096 5月 31 18:37 Program Files drwxrwxrwx 1 root root 4096 5月 31 18:41 Program Files (x86) drwxrwxrwx 1 root root 0 3月 3 15:32 Recovery drwxrwxrwx 1 root root 0 3月 3 16:35 $Recycle.Bin drwxrwxrwx 1 root root 4096 3月 3 15:28 System Volume Information drwxrwxrwx 1 root root 0 3月 3 15:38 tmp drwxrwxrwx 1 root root 4096 3月 3 15:33 Users drwxrwxrwx 1 root root 16384 5月 31 19:03 Windows