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 finally got manually mounted my 250 gig external hard drive...everything is working except that I can't delete or write to the drive from any user other than SU. I'm not sure what I did wrong or how to fix it....my /etc/fstab for the device looks like this
I'm kind of a newbie so if anyone knows how to fix this problem please attempt to explain it kind of in detail....sorry if this is an inconvenience...I've tried a few things and nothing seems to be working. THANK YOU
The umaks=000 should take care of it and I'm not sure why it doesn't.
What exactly are the permissions when you mount it? Do an ls -ld /media/external after you mounted it and post the result.
Also, why don't you just mount the drive with the user that you want to use it with? That's usually what you do when you specify the 'user' option in the fstab. So don't do it as root, rather mount it with your regular user.
Originally posted by djljjm
I did this..."mount /media/external (new place mounted) and it gave the error which I listed before.
What do you mean by new place mounted? You really only have to type mount /media/external, because then mount looks everything up in /etc/fstab. If you give mount two arguments, then it thinks it is a manual mount, which only root can do.
Just a thought.... is this entry in the fstab actually splitted into 2 lines?
No, it has to be one line. What might be happening to you is that some editors display it as "two" lines if the line is too long for your current console, but nonetheless it has to be one line and it still might be even though it is displayed as two lines. What editor are you using?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.