LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to access ntfs filesystem in rhel 5 (https://www.linuxquestions.org/questions/linux-software-2/how-to-access-ntfs-filesystem-in-rhel-5-a-662150/)

neeraj19 08-12-2008 12:59 AM

how to access ntfs filesystem in rhel 5
 
hi,
can anyone guide me how to access ntfs file system in rhel 5.
thxs

darthaxul 08-12-2008 01:07 AM

is this ur own hd?
#sda3(sata) or hda3 number is partition
mkdir /mnt/sda3
mount -t ntfs /dev/sda3 /mnt/sda3

or other computer

http://cri.ch/linux/docs/sk0001.html

neeraj19 08-12-2008 03:52 AM

no frd it didnt work i hav tried it.
it shows error unknown filesystem 'ntfs'

neeraj19 08-12-2008 03:53 AM

linux and windows r on same machine. when i work on linux i want to acces windows partition thats ntfs.
how to do it ?

billymayday 08-12-2008 04:07 AM

I assume the package you need is fuse-ntfs-3g which is available at rpmforge.net


All times are GMT -5. The time now is 07:59 AM.