Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If that still does not solve the problem, I think you need to add the userID and the groupID as well to fstab as well, but I could be wrong. Something like:
Code:
/dev/hda6 /mnt/win vfat rw,uid=1000,gid=1000 0 0
Although, I really recommend you to check for the permissions for that folder first
Good luck!
Last edited by Mega Man X; 01-03-2009 at 01:24 PM.
I tryed to set the permissions to 0777 using the chmod function. However I always recieve a message that the operation is not permitted. I excecuted chmod as root.
I'm aware of the fact that RH 8 is old. However for my purposes (learning the basics) and hardware (little -128- RAM memory) it's sufficient (not great, but sufficient).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.