打印

怎么挂载NTFS文件系统的分区

怎么挂载NTFS文件系统的分区

如题

TOP

应该是mount -t ntfs 被挂载的分区 挂载点
系统:Tiger+Fedora core 3 Email:linux.lu@gmail.com blog: http://marcolu.3322.org/blogspot (请用firefox、Safari、OmniWeb、Opera浏览)

TOP

bu xing a ,RH8.0 hao xiang bu zhi chi NTFS

TOP

得重新编译内核

[quote:86286309bb="snhym"]bu xing a ,RH8.0 hao xiang bu zhi chi NTFS[/quote]

也可以单单编译ntfs.o,老问题了,查找一下应该可以找到回答的

TOP

编译一下内核,将支持NTFS这一项编译进去就行了。
ntfs.o
Never Lose Hope www.salescn.net Brave The Storm

TOP

怎么做啊,不会

TOP

# make mrproper
# make xconfig
进行选译,自己设定个性化的内核。在File System按回车,选NTFS支持,完后保存,退出

进行编译。
# make dep
# make clean
# make bzImage (I要大写哟)
编译模块。
# make modules
# make modules_install
# depmod -a

如果还有疑问,搜索一下论坛里的帖子

TOP