文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Fedora Core 6 下挂载 ntfs

Fedora Core 6 下挂载 ntfs

时间:2006-11-17  来源:icyworld

先下载自己内核对应的kernel-ntfs包开启挂载能力
下载地址 http://rpm.livna.org/fedora/6/i386/
kmod-ntfs-*.rpm 找一个适合你的版本下载

手动挂载
root下
mount -t ntfs -o nls=utf8,umask=xxxx /dev/hdax /xx/xx
这个成功的话继续下面的:

fstab法:
修改/etc/fstab,添加/dev/hdxx /xx/xx nls=utf8,umask=xxxx,ro 0 0

写rc.local法:
完整的mount语句写进rc.local中,开机自动执行
mount -t ntfs -o nls=utf8,umask=xxxx /dev/hdax /xx/xx

autofs法:
在/etc/auto.misc中添加
xp -fstype=ntfs,ro,nls=utf8 --timeout=xxxxxxx
相关阅读 更多 +
排行榜 更多 +
躺平不要慌

躺平不要慌

音乐节奏 下载
嗨自拍修图

嗨自拍修图

图像拍照 下载
装修计算器

装修计算器

游戏工具 下载