您的位置:首页 > 运维架构 > Linux

centos不能挂在ntfs

2014-12-20 21:57 85 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: