> I mount mine all the time, just mount it read-only. I
> believe the NTFS write aspect is still a little buggy.
> Add a similar line in your fstab:
> 
> /dev/hdxx     /windows/C      ntfs    ro,noauto,user,umask=022        0 0
> 
> Mount point can be wherever you like. Just type mount
> /dev/hdxx. 


redhat does not include the ntfs kernel module. You should go here:

http://linux-ntfs.sourceforge.net/info/redhat.html

they will have an RPM for your kernel. just install the rpm and then do:

mount -t ntfs /dev/hd(xp drive) /mnt/$mountpoint




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to