LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 728|回复: 12

想让Linux支持读写ntfs,怎么办?

[复制链接]
发表于 2004-9-23 23:46:14 | 显示全部楼层 |阅读模式
想让Linux支持读写ntfs,怎么办?
编译内核的时候出现如下错误:[root@xiaoyi xy]# cd linux-2.6.8
[root@xiaoyi linux-2.6.8]# ./configure
bash: ./configure: No such file or directory
致使无法进一步make安装,问题出在哪?
发表于 2004-9-24 00:42:21 | 显示全部楼层
# make menuconfig
# make && make modules_install

You should note the following help messages concerning CONFIG_NTFS_RW:

The only supported operation is overwriting existing files, without                                      changing the file length.  No file or directory creation, deletion or                                   
renaming is possible.  Note only non-resident files can be written to                                    so you may find that some very small files (<500 bytes or so) cannot                                 be written to.
 楼主| 发表于 2004-9-24 01:00:25 | 显示全部楼层
那么删除文件可以么?
现在最关键的在于编译错误怎样解决。。。
# make menuconfig
# make && make modules_install
是什么意思?也没指明具体是编译那个模块。。。
 楼主| 发表于 2004-9-24 01:01:31 | 显示全部楼层
NTFS disk drives can be now mounted by:
        mkdir /mnt/drive-c
        mount -t captive-ntfs /dev/hda1 /mnt/drive-c

You can later uninstall Captive by executing: /etc/captive-uninstall.sh
 楼主| 发表于 2004-9-24 04:20:03 | 显示全部楼层
sh /home/xylegend/linux-2.6.8/arch/i386/boot/install.sh 2.6.8 arch/i386/boot/bzImage System.map ""
/lib/modules/2.6.8 is not a directory.
mkinitrd failed:
(mkinitrd -v -f /boot/initrd-2.6.8.img --ifneeded 2.6.8)) at /usr/lib/libDrakX/bootloader.pm line 121.
make[1]: *** [install] Error 2
make: *** [install] Error 2
发表于 2004-9-24 09:33:51 | 显示全部楼层
挂 NTFS 分区不需要编译内核吧?装个软件包就可以了;这个软件包除了 RedHat 都是自带的。有个网址说这事来着,我回去以后找到告诉你。
发表于 2004-9-24 13:14:08 | 显示全部楼层
到下面找一下:
http://linux-ntfs.sourceforge.net/rpm/downloads.html

请善用搜索
:thank
发表于 2004-9-24 20:39:16 | 显示全部楼层
 楼主| 发表于 2004-9-24 21:27:25 | 显示全部楼层
不是挂接哦!!!!是要读写ntfs
发表于 2004-9-24 21:41:34 | 显示全部楼层
make mrproper
make xconfig
将NTFS支持的内容配置好,在# DOS/FAT/NT Filesystems部分
make
make modules_install && make install
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表