Recently my USB Flash drive has been auto mounting as read only by my account and all permissions are set as root. I have tried reformatting and running chown but nothing works. This was never an issue before. Any ideas how to get opensuse to see it as read/write again?
That’s strange – I have Gnome under openSUSE 11.1 and pen drives mount read/write.
But I have Gnome 2.24 – how come u have 2.26?
I’m not knowledgeable enough to fix that, but you can work around the bug by first unmounting the device in Nautilus (by finding it under Places and R-click → unmount). Then remount from the command line with this:
mount -t vfat -o umask=0000,utf8 /dev/sdXY /path_to/mount_point