当前位置: 技术问答>linux和unix
有关NTFS的问题!
来源: 互联网 发布时间:2015-02-01
本文导语: 各位大虾: 不知道RedHat Linux 8.0能够访问NTFS分区中的数据吗?如果可以,应该怎样办呢? 谢谢!小弟一定给分! | 编译内核: 1. Make Sure you have the source for the kernel you are running inst...
各位大虾:
不知道RedHat Linux 8.0能够访问NTFS分区中的数据吗?如果可以,应该怎样办呢?
谢谢!小弟一定给分!
不知道RedHat Linux 8.0能够访问NTFS分区中的数据吗?如果可以,应该怎样办呢?
谢谢!小弟一定给分!
|
编译内核:
1. Make Sure you have the source for the kernel you are running installed
2. cd /usr/src/linux-2.4.18*
3. make mrproper
4. make xconfig
5. Load the configuration for the kernel you are running (located in the configs directory)
6. Select File Systems
7. Enable NTFS as a module
8. save and exit
9. make dep
10. make modules SUBDIRS=fs/ntfs
11. mkdir /lib/modules/2.4.18*/kernel/fs/ntfs
12. cp fs/ntfs/ntfs.o /lib/modules/2.4.18*/kernel/fs/ntfs
13. chmod 0644 /lib/modules/2.4.18*/kernel/fs/ntfs/ntfs.o
14. depmod -a
最后mount时加参数-t ntfs就行了
1. Make Sure you have the source for the kernel you are running installed
2. cd /usr/src/linux-2.4.18*
3. make mrproper
4. make xconfig
5. Load the configuration for the kernel you are running (located in the configs directory)
6. Select File Systems
7. Enable NTFS as a module
8. save and exit
9. make dep
10. make modules SUBDIRS=fs/ntfs
11. mkdir /lib/modules/2.4.18*/kernel/fs/ntfs
12. cp fs/ntfs/ntfs.o /lib/modules/2.4.18*/kernel/fs/ntfs
13. chmod 0644 /lib/modules/2.4.18*/kernel/fs/ntfs/ntfs.o
14. depmod -a
最后mount时加参数-t ntfs就行了