[root@localhost redbeans]# cat /etc/redhat-release
Fedora Core release 4 (Stentz)
[root@localhost redbeans]# uname -r
2.6.11-1.1369_FC4
[root@localhost redbeans]# rpm -q --queryformat "%{ARCH}\n" kernel
i686
下载kernel-module-ntfs-2.6.11-1.1369_FC4-2.1.22-0.rr.6.0.i686.rpm
http://linux-ntfs.sourceforge.net/index.html
安装:
[root@localhost redbeans]# rpm -ihv kernel-module-ntfs-2.6.11-1.1369_FC4-2.1.22-0.rr.6.0.i686.rpm
Preparing... ########################################### [100%]
1:kernel-module-ntfs-2.6.########################################### [100%]
[root@localhost redbeans]# /sbin/modprobe ntfs
[root@localhost redbeans]# dmesg | grep NTFS
NTFS driver 2.1.22 [Flags: R/W MODULE].
[root@localhost redbeans]# cat /proc/filesystems
nodev sysfs
nodev rootfs
nodev bdev
nodev proc
nodev sockfs
nodev binfmt_misc
nodev debugfs
nodev usbfs
nodev pipefs
nodev futexfs
nodev tmpfs
nodev eventpollfs
nodev devpts
ext2
nodev ramfs
nodev hugetlbfs
iso9660
nodev mqueue
nodev selinuxfs
ext3
nodev rpc_pipefs
nodev autofs
ntfs
[root@localhost redbeans]# /sbin/fdisk -l
Disk /dev/hda: 40.0 GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 4864 38965657+ 8e Linux LVM
Disk /dev/sda: 40.0 GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 2 4863 39054015 f W95 Ext'd (LBA)
/dev/sda5 2 1276 10241406 7 HPFS/NTFS
/dev/sda6 1277 2551 10241406 7 HPFS/NTFS
/dev/sda7 2552 3826 10241406 7 HPFS/NTFS
/dev/sda8 3827 4863 8329671 7 HPFS/NTFS
mkdir /mnt/windows
mount /dev/hda1 /mnt/windows -t ntfs -r -o umask=0222
ls -l /mnt/windows