On Sun, Aug 01, 2010 at 08:36:37PM +0530, Neel Mehta wrote: > Hi. > > I have some ext4 partitions which I wish to automount at startup. So, I have > the following entries in the /etc/fstab, > > UUID=14a7f0ad-a3a9-4d2d-a58e-660ed0f4a86e /media/DISK1_VOL2 ext4 > defaults,auto,users 0 2 > > This mounts correctly but does not allow me to create the files without sudo > privileges. So, what parameters do I need to set?
Try adding 'uid=1000' to the options. It solved my problem. -- Regards, Nitesh Mistry www.mistrynitesh.com -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GB/J/IT/O>TW d+(-) s+:+>: a- C+ UL>+++ P L++>+++ !E W++ N* o? K? w--- O? M-- V? PS+() PE(++)(-) Y+ PGP+ t 5? X R tv+ b+ DI D G e+++>++++ h-- !r y? ------END GEEK CODE BLOCK------
signature.asc
Description: Digital signature
-- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
