This is a discussion on How to change access rights of USB drive ? within the Linux Operating System forums, part of the Unix Operating Systems category; --> Hi, I have managed to mount an external USB drive from instructions I googled. I can read/write etc. when ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I have managed to mount an external USB drive from instructions I googled. I can read/write etc. when I am root, but when I try as a normal user I get permission denied. I added /dev/sda1 /mnt/usb auto noauto,owner 0 0 to the /etc/fstab file as per the googled instructions. The drive is mounted at /mnt/usb I have tried chmod a+w /mnt/usb this does not give any error, but the access rights do not seem to change. Regards Anton Erasmus |
| ||||
| Anton Erasmus <junk@junk.net> wrote in message news:<91lqfvk6s7nids89eu90k2loqrt4h8atv7@4ax.com>. .. > Hi, > > I have managed to mount an external USB drive from instructions > I googled. I can read/write etc. when I am root, but when I try > as a normal user I get permission denied. > I added /dev/sda1 /mnt/usb auto noauto,owner 0 0 > to the /etc/fstab file as per the googled instructions. > > The drive is mounted at /mnt/usb > I have tried chmod a+w /mnt/usb > this does not give any error, but the access rights do not seem > to change. > > Regards > Anton Erasmus What about changing rights /dev/sda1? |