首页 > 技术文章 > centos不能挂在ntfs

simpman 2014-12-20 21:57 原文

root@s 下载]# mount /dev/sdb1 /mnt
mount: unknown filesystem type 'ntfs'

wget http://www.tuxera.com/community/ntfs-3g-download/

http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2014.2.15.tgz

下载,安装

./configure
make
make install

用法:

mount -t ntfs-3g /dev/sda1 /mnt/windows

开机自动挂载:

ou can also make NTFS to be mounted during boot by adding the following line to the end of the /etc/fstab file:

/dev/sda1 /mnt/windows ntfs-3g defaults 0 0

 关于ntfs-3g:http://www.linuxfromscratch.org/blfs/view/svn/postlfs/ntfs-3g.html

除了可以使用ntfs-3g,还可以使用ntfsprogs:http://www.linux-ntfs.org/doku.php?id=ntfsmount

Mplayer:http://www.mplayerhq.hu/design7/news.html

Mplayer安装:http://blog.sina.com.cn/s/blog_4b5039210100f7w6.html

Linux操作rar文件:http://blog.csdn.net/huang_pin_fu/article/details/6857758

推荐阅读