码迷,mamicode.com
首页 > Web开发 > 详细

centos不能挂在ntfs

时间:2014-12-20 23:19:15      阅读:270      评论:0      收藏:0      [点我收藏+]

标签:

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

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

下载,安装

./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

centos不能挂在ntfs

标签:

原文地址:http://www.cnblogs.com/simpman/p/4175897.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!