Posts: 9
ahbin
Joined: 19 Jun 2010
#16
dcbevins wrote:The"not a valid mount point" error sometimes means the folder does not exist. just make a folder in /media called MyBook and try again, (capitalization matters.)
I tried that and it was accepted in fstab and mounted correctly, but my regular user account still couldn't write to it.
atcl wrote:Tried this (
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.atcrosslevel.de/linux/#l55"
linktext was:"http://www.atcrosslevel.de/linux/#l55"
====================================
) variant of fstab line already?

Greetings
I just tried that and my external HD partition disappeared, and for some reason I couldn't write to the new 'share' directory without root. Now here's where it get's interesting. After I realized that this work around wasn't effective, I went back into fstab, deleted the new line so that it was back to its default, and ran mount -a . My external HD showed up again and I could write to it as a regular user! 0_o

I figured it was too good to be true, so I rebooted and it was back to the way it was before, needing root access.
Posts: 1,228
secipolla
Joined: 15 Jun 2008
#17
I just read it's no good to mount a FAT partition with the utf-8 parameter:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501339"
linktext was:"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501339"
====================================


The suggestion would be

Code: Select all

/dev/sdb1       /media/my_book     auto    rw,user,noauto,exec  0       0