Hey all,<br><br>I have a little issue that seems simple but after some googling it continues to persist. I am trying to mount an external USB hard disk as my own user account and with my ownership.<br>Here is my fstab entry:<br>
<br>LABEL=firelite /media/firelite auto rw,user,exec 0 0<br><br>Now I can mount it as my regular user but root owns it!<br><br>[13:32:56 myuser@megaton$] mount -L firelite<br>[/media]<br>[13:33:09 myuser@megaton$] ls -al<br>
total 20<br>drwxr-xr-x 5 root root 4096 2010-07-19 11:53 .<br>drwxr-xr-x 24 root root 4096 2010-07-01 11:47 ..<br>lrwxrwxrwx 1 root root 6 2010-03-10 14:04 cdrom -> cdrom0<br>drwxr-xr-x 2 root root 4096 2010-03-10 14:04 cdrom0<br>
lrwxrwxrwx 1 root root 45 2010-03-10 14:04 .directory -> /etc/kubuntu-default-settings/directory-media<br>drwxr-xr-x 3 root root 4096 2010-07-19 09:17 firelite<br>-rw-r--r-- 1 root root 0 2010-07-19 10:32 .hal-mtab<br>
lrwxrwxrwx 1 root root 42 2010-03-10 14:04 .hidden -> /etc/kubuntu-default-settings/hidden-media<br>[/media]<br>[13:33:15 myuser@megaton$]<br><br>Any idea how I can mount the drive with myser:myuser as the owner?<br>
<br>Best regards,<br><br>J. D.<br>