mount disk as normal user

Gavin Costello gavcos at gmail.com
Fri Oct 5 12:50:45 UTC 2007


On 05-10-2007 14.30, OOzy Pal wrote:
> I am mounting a disk as follows:
> 
> /dev/sdb1  /media/backup  ext3 rw,user,sync,auto,exec 0 0
> 
> and yet still is mounted and owned by root. How can I mounted has
> oozy.oozy which my acount so I can read/write with using sudo
 

Try appending your uid and gid, for example:

/dev/sdb1   /media/backup   ext3 rw,uid=1000,gid=100,user,sync,auto,exec 0 0

HTH,

Gavin.
-- 
Gavin Costello
gavcos at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20071005/c6015457/attachment.sig>


More information about the ubuntu-users mailing list