pmount problem: no write permissions for non root users
Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
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.
pmount problem: no write permissions for non root users
I want to be able to mount my SD card as a normal user, so I installed pmount. I can run
Code:
pmount /dev/sdb1
as a normal user, and it will mount the card, but only root has write access to it. Is there something I can do to give non root users write access to devices mounted with pmount?
I tried using pmount -w, but it didn't do anything differently.
It mounts the card at /media/sdb1. I tried changing the permissions on the directory to make it world writable, but its permissions change as soon as I mount the card.
I ran #adduser <username> plugdev in the first place, because that's what the man page said to do, but it said I was already in the plugdev group.
But it seems to be okay now. I tried changing the permissions on /media/sdb1 while the card was mounted, and then they remained after I unmounted it then mounted it again. I don't understand what the problem was, but that seems to have fixed it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.