Ketan Sahasrabudhe wrote:
Hi,
I have RH 9 on my pc. How to access NTFS partitions from Linux?
If your kernel has ntfs support then u can access that with the command `mount`.
else just download the rpm from the follwoing site and install it.
http://linux-ntfs.sourceforge.net/rpm/redhat9.html
And after that you can use `mount` to access ntfs partition.
-Raj