|
|
Question : Mount NTFS valume on RHEL WS 4
|
|
Hi All! ^.^ Heres my biggie. I have RedHat Enterprise Linux, WorkStation 4.0 Update 2, and I it's running on my Dell XPS Dual Boot between XP SP2 and this RHEL instillation. I want to mount my (c:\) for windows onto (/c) in my Linux boot but here is the problem. When I type this command (sudo mount /dev/sda2 /c) I recieve the error "mount: fs type ntfs not supported by kernel"
Ok, now your thinking install a moduke/patch for it, yea I tried, but the only one I found crashed the entire kernel and made me re-install and now ive lost my sound and wireless card -.-.
Do any of you know how to do this and know of a reliable patch? Here is my Kernel : 2.6.9-5.EL
Any help would be much appriciated.
Cheers!
|
Answer : Mount NTFS valume on RHEL WS 4
|
|
chown/chmod was not the good example(it's surely not supported), can You overwrite some file within /c ? also, check the /proc/mounts to see if it's mounted RW. If You want to mount it with another user as the owner (not root) /dev/sda2 /c ntfs rw,uid=UID,gid=GID,umask=VALUE 0 0
|
|
|
|
|