Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
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.
I just converted from FC2 to FC6 on my laptop. I have WIN98 living on partitions 1 and 2 and want to share the second partition (fat). In FC2 I called the second partition /dev/hda2 in fstab. However, FC6 can't find /dev/hda2, not with "mount -a" and not at bootup. When I try "fdisk hda" I get an error...something about hda not existing. Does FC6 use some other naming protocol?
That got me the info I need. Now it's /dev/sda5. Don't know why, but I can live with that. I can now see it, but root owns it. I tried "uid=500" (500 is correct) but I still can only see it, not write to it.
I should be only one step from being done. What is that step to give me complete (exclusive would be OK) access?
In the fstab entry, you probably need to add "users" to the section where you added "uid=500". That's always allowed me to mount and write to media as a user.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.