why read-only?
reeyarn
reeyarn at gmail.com
Wed Aug 7 13:44:41 UTC 2013
On Wed, Aug 7, 2013 at 7:06 AM, Dave Stevens <geek at uniserve.com> wrote:
> I have an 8 gig usb flash drive attached to my U12.04 netbook. I can
> write files to it but can only sometimes erase them.
>
> so:
>
> dave at wiggle:/media/F0B0-1A76/**forgeodora$ rm 1541
> rm: cannot remove `1541': Read-only file system
>
> but in /etc/mtab is:
>
> /dev/sdb1 /media/F0B0-1A76 vfat rw,nosuid,nodev,uid=1000,gid=**
> 1000,shortname=mixed,dmask=**0077,utf8=1,showexec,flush,**uhelper=udisks
> 0
> which _seems_ to be read/write.
>
> Anyone have a suggestion?
>
> Dave
>
>
Hi I guess the problem comes from the dmask=**0077, in which the second
zero means the owner has no right to read/write
You may try to run this and see if it works:
sudo sudo mount -o
remount,rw,uid=1000,gid=1000,shortname=mixed,utf8,dmask=0755,,showexec,flush,**uhelper=udisks
-t vfat /dev/sdb1 /media/external
Best,
Reeyarn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20130807/eca91f02/attachment.html>
More information about the ubuntu-users
mailing list