Re: [ubuntu-in] Automount ext4 partition in ubuntu 10.04

2010-08-02 Thread Neel Mehta
On Mon, Aug 2, 2010 at 11:12 AM, Nandan Marathe nrmara...@gmail.com wrote: On Sun, Aug 1, 2010 at 10:07 PM, Neel Mehta neelmeht...@gmail.com wrote: Thanks for your replies. user is to allow the user to mount the partition and to unmount it and no other user other than which mounted it

[ubuntu-in] Automount ext4 partition in ubuntu 10.04

2010-08-01 Thread Neel Mehta
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

Re: [ubuntu-in] Automount ext4 partition in ubuntu 10.04

2010-08-01 Thread Easwar Hariharan
On Sun, Aug 1, 2010 at 11:06 AM, Neel Mehta neelmeht...@gmail.com 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

Re: [ubuntu-in] Automount ext4 partition in ubuntu 10.04

2010-08-01 Thread Nitesh Mistry
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

Re: [ubuntu-in] Automount ext4 partition in ubuntu 10.04

2010-08-01 Thread Roshan Pius
I think you have mounted the ext4 partition with the correct options set. My fstab entires are very similar to what you have setup: /dev/sda1 /mnt/sda1 ext4defaults0 2 i think you should set the permissions for the files and folders within the mounted partition for normal

Re: [ubuntu-in] Automount ext4 partition in ubuntu 10.04

2010-08-01 Thread Nitesh Mistry
On Sun, Aug 01, 2010 at 08:55:05PM +0530, Nitesh Mistry wrote: Try adding 'uid=1000' to the options. It solved my problem. I guess I was a little short on explanation. '1000' here denotes my user id. Yours may be different (ie. if your's was not the first user to be created on the system). To

Re: [ubuntu-in] Automount ext4 partition in ubuntu 10.04

2010-08-01 Thread Neel Mehta
Thanks for your replies. user is to allow the user to mount the partition and to unmount it and no other user other than which mounted it should be allowed to unmount it. for users, anyone can unmount it. the uid parameter does not work for ext4 partition. the options that i have now are

Re: [ubuntu-in] Automount ext4 partition in ubuntu 10.04

2010-08-01 Thread Nandan Marathe
On Sun, Aug 1, 2010 at 10:07 PM, Neel Mehta neelmeht...@gmail.com wrote: Thanks for your replies. user is to allow the user to mount the partition and to unmount it and no other user other than which mounted it should be allowed to unmount it. for users, anyone can unmount it. the uid