LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't WRITE to USB stick, Mount OK NO WRITE! (https://www.linuxquestions.org/questions/linux-newbie-8/cant-write-to-usb-stick-mount-ok-no-write-262326/)

ClericPreston 12-03-2004 08:24 PM

Can't WRITE to USB stick, Mount OK NO WRITE!
 
Hello,
I was able to mount my usb jumpdrive. I created a new line in my fstab file.

/dev/sda1 /mnt/pendrive vfat noauto, owner, rw 00

and I mkdir /mnt/pendrive

I can copy from the drive but not write files to it, which I really need to do.

thanks

Cleric

IBall 12-03-2004 08:29 PM

The obvious question first - Are you sure the drive is not write-protected. There should be a small switch on it somewhere, make sure that it is not in the lock position.

But other that that, you fstab line looks OK. Have you tried as root?
My fstab line is this (My USB drive works correctly):
Code:

/dev/sda1    /mnt/usb    vfat    rw,suid,dev,noexec,noauto,user,async 1 2
I hope this helps
--Ian

ClericPreston 12-03-2004 08:41 PM

No switch
 
Thanks but there is no switch on my usb stick. It isnt write protected. I am about to do a girly thing and pull my hair out!

Cleric

michaelk 12-04-2004 06:53 AM

Add umask=000 option to the fstab entry.

willmorrison 12-04-2004 10:43 AM

Check the permissions on the /dev/(whatever it's called) and see if they are listed as root owner or root group... these can frequently stop you from writing, but it will allow you to read from it all day long.
Just a thought...

Will


All times are GMT -5. The time now is 11:52 AM.