|
|
发表于 2007-5-4 17:09:52
|
显示全部楼层
Post by testdo
ntfs-3g installed without yum (kernel source installed first & get them from net)
I use mandriva2007, so I must compile them by myself.
I think FC users without yum should can do as below:
0. root login
I. compile fuse: ( my fuse version is 2.6.1)
1. expand it to one directory you like
2. in this directory, do:
configure --enable-kernel-module ; make; make install
II.compile ntfs-3g:
1. expand it to one directory you like
2. in this directory, do:
configure; make; make install
that's all
官方contrib里有ntfs-3g的包 |
|