That makes sense. I believe I have used some uid/gid options for ntfs and samba mounts in the past. No wonder I was having trouble.<br><br><div class="gmail_quote">2010/7/19 Björn Gustafsson <span dir="ltr">&lt;<a href="mailto:bg-ale@bjorng.net">bg-ale@bjorng.net</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Looks like you are mounting an ext2 or similar filesystem.  When the<br>
filesystem actually captures file ownership in a way that Linux<br>
understands, then the &quot;user&quot; mount option is meaningless, and the<br>
uid=/gid= also don&#39;t work (as you found out).<br>
<div><div></div><div class="h5"><br>
On Mon, Jul 19, 2010 at 1:46 PM, J. D. &lt;<a href="mailto:jdonline@gmail.com">jdonline@gmail.com</a>&gt; wrote:<br>
&gt; Hey James,<br>
&gt;<br>
&gt; What is strange is that when I add in the uid and gid as you have<br>
&gt; illustrated I get a mount error.<br>
&gt;<br>
&gt; fstab:<br>
&gt; LABEL=firelite /media/firelite  auto rw,exec,user,uid=1000,gid=1000<br>
&gt; 0           0<br>
&gt;<br>
&gt; Here is the error:<br>
&gt; [14:44:08 myuser@megaton$] mount firelite<br>
&gt; mount: wrong fs type, bad option, bad superblock on /dev/sdb1,<br>
&gt;        missing codepage or helper program, or other error<br>
&gt;        In some cases useful info is found in syslog - try<br>
&gt;        dmesg | tail  or so<br>
&gt; [/media]<br>
&gt; [14:44:37 myuser@megaton$32]<br>
&gt;<br>
&gt; Here is what I found in dmesg:<br>
&gt; [12300.997351] EXT3-fs warning: maximal mount count reached, running e2fsck<br>
&gt; is recommended<br>
&gt; [12300.997990] EXT3 FS on sdb1, internal journal<br>
&gt; [12300.998000] EXT3-fs: mounted filesystem with ordered data mode.<br>
&gt; [13240.544367] EXT3-fs: Unrecognized mount option &quot;uid=1000&quot; or missing<br>
&gt; value<br>
&gt; [13291.153157] CE: hpet increasing min_delta_ns to 15000 nsec<br>
&gt;<br>
&gt;<br>
&gt; It is as if uid=1000 is not a valid option for an ext3 filesystem.<br>
&gt;<br>
&gt; On Mon, Jul 19, 2010 at 1:53 PM, James Sumners &lt;<a href="mailto:james.sumners@gmail.com">james.sumners@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; LABEL=firelite /media/firelite  auto rw,user,exec,uid=123,gid=123<br>
&gt;&gt;  0       0<br>
&gt;&gt;<br>
&gt;&gt; Change &quot;123&quot; to your actual user id and group id. They could be<br>
&gt;&gt; different from each other. They are usually equal on Debian.<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Jul 19, 2010 at 1:38 PM, J. D. &lt;<a href="mailto:jdonline@gmail.com">jdonline@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hey all,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I have a little issue that seems simple but after some googling it<br>
&gt;&gt; &gt; continues<br>
&gt;&gt; &gt; to persist. I am trying to mount an external USB hard disk as my own<br>
&gt;&gt; &gt; user<br>
&gt;&gt; &gt; account and with my ownership.<br>
&gt;&gt; &gt; Here is my fstab entry:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; LABEL=firelite /media/firelite  auto rw,user,exec       0       0<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Now I can mount it as my regular user but root owns it!<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; [13:32:56 myuser@megaton$] mount -L firelite<br>
&gt;&gt; &gt; [/media]<br>
&gt;&gt; &gt; [13:33:09 myuser@megaton$] ls -al<br>
&gt;&gt; &gt; total 20<br>
&gt;&gt; &gt; drwxr-xr-x  5 root root 4096 2010-07-19 11:53 .<br>
&gt;&gt; &gt; drwxr-xr-x 24 root root 4096 2010-07-01 11:47 ..<br>
&gt;&gt; &gt; lrwxrwxrwx  1 root root    6 2010-03-10 14:04 cdrom -&gt; cdrom0<br>
&gt;&gt; &gt; drwxr-xr-x  2 root root 4096 2010-03-10 14:04 cdrom0<br>
&gt;&gt; &gt; lrwxrwxrwx  1 root root   45 2010-03-10 14:04 .directory -&gt;<br>
&gt;&gt; &gt; /etc/kubuntu-default-settings/directory-media<br>
&gt;&gt; &gt; drwxr-xr-x  3 root root 4096 2010-07-19 09:17 firelite<br>
&gt;&gt; &gt; -rw-r--r--  1 root root    0 2010-07-19 10:32 .hal-mtab<br>
&gt;&gt; &gt; lrwxrwxrwx  1 root root   42 2010-03-10 14:04 .hidden -&gt;<br>
&gt;&gt; &gt; /etc/kubuntu-default-settings/hidden-media<br>
&gt;&gt; &gt; [/media]<br>
&gt;&gt; &gt; [13:33:15 myuser@megaton$]<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Any idea how I can mount the drive with myser:myuser as the owner?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Best regards,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; J. D.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Ale mailing list<br>
&gt;&gt; &gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt; &gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt; &gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt; &gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; James Sumners<br>
&gt;&gt; <a href="http://james.roomfullofmirrors.com/" target="_blank">http://james.roomfullofmirrors.com/</a><br>
&gt;&gt;<br>
&gt;&gt; &quot;All governments suffer a recurring problem: Power attracts<br>
&gt;&gt; pathological personalities. It is not that power corrupts but that it<br>
&gt;&gt; is magnetic to the corruptible. Such people have a tendency to become<br>
&gt;&gt; drunk on violence, a condition to which they are quickly addicted.&quot;<br>
&gt;&gt;<br>
&gt;&gt; Missionaria Protectiva, Text QIV (decto)<br>
&gt;&gt; CH:D 59<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Ale mailing list<br>
&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
</div></div><font color="#888888">Björn Gustafsson<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</div></div></blockquote></div><br>