<div dir="ltr"><div><div><div><div>I use ubuntu 12.04, and my usb stick had been found at /dev/sdb and has 2 partitions.<br></div>If I `mount /dev/sdb1 ~/work`, My usb stick can be mounted sucessfully, but ownership of ~/work is root, so I can&#39;t write anything to it.<br>

</div>But if I `mount -o uid=1000,gid=1000 /dev/sdb1 ~/work`, system replies following error message:<br><br>mount: wrong fs type, bad option, bad superblock on /dev/sdb1,<br>       missing codepage or helper program, or other error<br>

       In some cases useful info is found in syslog - try<br>       dmesg | tail  or so<br><br></div>Why this situation occurred? I&#39;m sure that my pid and gid is 1000.<br></div>Any ideas?<br></div>