View Single Post
Old 05-26-2011, 04:24 AM   #3
g3sh7sf0mf
General
 
Join Date: Feb 2011
Posts: 1,448
g3sh7sf0mf is on a distinguished road
Default

http://www.vmware.cn/Article/335.html
经常有人问Redhat系列下怎样让他支持ntfs文件系统,skechers shoes online,说来也是,本来标准内核里都含有的,skechers women,可是他偏偏死坚持到底都不纳入正式发布中,还得大家都不方便,shape up shoes。虽然也有很多人想出了若干个中各样的方法来让他支持,但不是重新编译整个kernel+modules就 是安装个新的特别版内核。在商业应用环境中我是绝对不推荐使用定制版内核的,skechers shape up shoes,出了问题处理麻烦不说,好不容易买个z版来不能升级不是也很郁闷?就光看到rhn agent每天给你提示都够不爽的了。其实,最简单的方法是这样......只需要编译安装ntfs一个k ernel module。


最简单只要这样几条命令:

# cd /lib/modules/`uname -r`/build
# echo "CONFIG_NTFS_FS=m">>.config
# make -C /lib/modules/`uname -r`/build SUBDIRS=fs/ntfs modules
# cp /lib/modules/`uname -r`/build/fs/ntfs/ntfs.*o /lib/modules/`uname -r`/fs/

# modprobe ntfs
# mount .........


首先,确认安装了和系统当前运行内核相同版本的源代码。
然后进入目录,并且把ntfs模块相关配置写入内核编译配置文件。
make ntfs内核模块,skechers tone ups,make会自动编译相关的依赖模块,shape ups skechers,而且一个也不会多,一个也不会少。
最后,手工安装。
没了。
g3sh7sf0mf is offline   Reply With Quote

Sponsored Links