如何安装linux-ntfs 安装和你的linux版本和内核相对应的版本,这一点非常重要,否则将无法使用。 通过“whichrpm”script(见附件)快速知道你的linux版本和内核: # chmod 700 whichrpm # ./whichrpm 接下来,我们再查看我们使用的是什么Release # cat /etc/redhat-release 查看内核版本 # uname -r 查看你使用的CPU类型 # rpm -q --queryformat "%{ARCH}\n" kernel 现在你...
刚才做了一个视频演示,教你如何让redhat系统支持ntfs分区 视频中没有用传统的下载ntfs.o的方法,而是利用自己的系统编译 这个方法最值得借鉴的是,编译的仅仅是一个模块,而不是内核 视频下载(673KB) http://ftp.jyt.com.cn/baijin/book/redhat-ntfs-howto.rar
请问red hat linux9.0如何能mount上ntfs格式的分区! 需要用什么软件,或者什么命令,请讲解的详细点。非常感谢!
我在windows中添加了一块新硬盘,生成动态类型,分成三个简单卷,格式分别人FAT32,ntfs,ntfs。可是在linux中,用fdisk /dev/hdc -l查看结果如下: [root@RHEL3 root]# fdisk /dev/hdc -l Disk /dev/hdc: 81.9 GB, 81964302336 bytes 255 heads, 63 sectors/track, 9964 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hdc1 1 9964 80035798+ 42 SFS 只能看到FAT32...