Results 1 to 6 of 6
I have an external hard drive inserted into my laptop running slackware. Whenever I plug it in, I initially can rename, move delete files. However, after a short period of ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-06-2006 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 6
Only temporary write access to my external hard drive.
I have an external hard drive inserted into my laptop running slackware. Whenever I plug it in, I initially can rename, move delete files. However, after a short period of time, I lose this write access.
My fstab entry for the drive is
Could someone help me obtain permanent write priveleges?Code:/dev/sda1 /Externaldrive vfat defaults 0 0
- 03-06-2006 #2Just Joined!
- Join Date
- Jan 2006
- Posts
- 77
after defaults add umask=000
- 03-06-2006 #3Just Joined!
- Join Date
- Mar 2006
- Posts
- 6
When I do that, it says the new line is bad. Where exactly do I put this "umask=000"?
- 03-06-2006 #4Banned
- Join Date
- Jul 2004
- Posts
- 947
/dev/sda1 /Externaldrive vfat defaults, rw, umask=000 0 0
- 03-06-2006 #5Just Joined!
- Join Date
- Mar 2006
- Posts
- 6
Line is still bad.
OK, I'm an idiot. There were spaces between the "defaults", the "rw" and the "umask=000", as you can see. It's mounted now, just gotta see if it lasts.Code:/dev/hda2 swap swap defaults 0 0 /dev/hda1 / ext2 defaults 1 1 /dev/hda3 /windows vfat defaults 0 0 /dev/sda1 /Externaldrive vfat defaults, rw, umask=000 0 0 /dev/sdb1 /Iriver vfat noauto,user,rw 0 0 /dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0 #/dev/fd0 /mnt/floppy auto noauto,owner 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 proc /proc proc defaults 0 0 none /sys sysfs defaults 0 0
What do I change the topic title to if it does?
- 03-06-2006 #6Just Joined!
- Join Date
- Mar 2006
- Posts
- 6
OK, it doesn't work. The drive mounts, but I cannot write (no renaming, no creating new files). There option to rename is there, unlike before, but I get an error. The permissions also state that I should be able to write.


Reply With Quote
