How to Mount NTFS and FAT32
The mount is actually simple.
mount -t ntfs -o nls=utf8,umask=000 /dev/hda2 /mnt/nt
mount -t vftp -o iocharsets=utf8,umask=000 /dev/hda3 /mnt/fat32
However, if you failed to mount the disk, this is probably because you don’t have correct module/kernel support. To install support driver. You need access http://linux-ntfs.sourceforge.net or, use yum.
[root@henrydu ~]# yum search ntfs
livna 100% |=========================| 2.1 kB 00:00
fedora 100% |=========================| 2.1 kB 00:00
adobe-linux-i386 100% |=========================| 951 B 00:00
updates 100% |=========================| 2.3 kB 00:00kmod-ntfs.i686 2.1.28-3.2.6.22.9_91.f livna
Matched from:
kmod-ntfs
ntfs kernel module(s)
This package provides the ntfs kernel modules built for the Linux
kernel 2.6.22.9-91.fc7 for the i686 family of processors.http://www.linux-ntfs.org/
ntfsprogs.i386 1.13.1-6.fc7 updates
Matched from:
ntfsprogs
NTFS filesystem libraries and utilities
The Linux-NTFS project (http://www.linux-ntfs.org/) aims to bring full support
for the NTFS filesystem to the Linux operating system. The ntfsprogs package
currently consists of a library and utilities such as mkntfs, ntfscat, ntfsls,
ntfsresize, and ntfsundelete (for a full list of included utilities see man 8
ntfsprogs after installation).http://www.linux-ntfs.org/
ntfsprogs.i386 1.13.1-6.fc7 installed
Matched from:
ntfsprogs
NTFS filesystem libraries and utilitiesThe Linux-NTFS project (http://www.linux-ntfs.org/) aims to bring full support
for the NTFS filesystem to the Linux operating system. The ntfsprogs package
currently consists of a library and utilities such as mkntfs, ntfscat, ntfsls,
ntfsresize, and ntfsundelete (for a full list of included utilities see man 8
ntfsprogs after installation).http://www.linux-ntfs.org/
You also can add “Livna” to you yum repository if you don’t have yet. The following is for Fedora 7.
rpm -ivh http://rpm.livna.org/livna-release-7.rpm
Discussion Area - Leave a Comment