Can't write to my usb drive, the frustrations of linux have found me again
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Formatting the volume with a Linux-native file system might be an alternative solution. I format my external USB drives with EXT3 to avoid hassles. I don't know if that would be a good option for you or not.
From your post I'm assuming you put an entry in fstab. Comment out the entry and let your desktop do the mounting.
Entries in fstab override desktop auto mounts. Fat has no security so it's not the format of the volume. The other thing I might suggest is to chown the mount point 'chown myname:myname /media/myvolume' or something on those lines.
I don't think it would work. If it's a fat/ntfs mount, permissions that apply are the ones set on mount.... if he were using native partitions (ext3 and so on) chown would do the trick.
From your post I'm assuming you put an entry in fstab. Comment out the entry and let your desktop do the mounting.
Entries in fstab override desktop auto mounts. Fat has no security so it's not the format of the volume. The other thing I might suggest is to chown the mount point 'chown myname:myname /media/myvolume' or something on those lines.
Trying this using sude gave me:
chown: changing ownership of `/media/160GB': Operation not permitted
I'm hoping to have kubuntu automount and am using kubuntu 10.10 to be exact. This drive is always plugged in.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.