Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-02-2005, 05:35 PM
|
#1
|
Member
Registered: Feb 2003
Location: Florida
Distribution: Fedora Core 5 2.6.16-1.2133_FC5smp
Posts: 96
Rep:
|
External USB hard disk wont allow user to write, vfat FS
Ok, I have an external USB disk, just a regular drive in an enclosure that uses USB to connect to the PC. No matter what mount option or fstab variations I try I cannot get user level write access, I was at one point able to get root write access, but that doenst much help.
It isn't any sort of weird or outrageous format, just plain old vfat. I am using Fedora Core 3, any suggestions would be very much appreciated!
Scott McNeely
|
|
|
09-02-2005, 06:16 PM
|
#2
|
Member
Registered: Apr 2005
Location: Las Vegas, Nevada, USA
Distribution: Ubntu Intrepid Ibex (8.10)
Posts: 129
Rep:
|
It looks like it migt be a bad setting in /etc/fstab. Can you post the contents of that file?
|
|
|
09-02-2005, 06:43 PM
|
#3
|
Member
Registered: Feb 2003
Location: Florida
Distribution: Fedora Core 5 2.6.16-1.2133_FC5smp
Posts: 96
Original Poster
Rep:
|
See below for the FSTAB contents. That doenst get me user write access, neither does just defaults, just umask=0 or 000, any of those plus user,users, or anything els that I could think of or dig up on the internet...
Code:
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/1 / ext3 defaults 1 1
LABEL=/boot1 /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/home1 /home ext3 defaults 1 2
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
LABEL=/var1 /var ext3 defaults 1 2
LABEL=SWAP-hda6 swap swap defaults 0 0
/dev/hda1 /mnt/winh ntfs users,umask=0002,gid=users 0 0
/dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0
/dev/sde1 /media/WD_USB_2 vfat pamconsole,exec,noauto,iocharset=utf8,managed 0 0
Thanks
Scott McNeely
Last edited by scm86; 09-02-2005 at 06:44 PM.
|
|
|
09-06-2005, 02:05 AM
|
#4
|
Member
Registered: May 2005
Posts: 36
Rep:
|
add user and rw option.
so it would like,
/dev/sde1 /media/WD_USB_2 vfat pamconsole,exec,noauto,iocharset=utf8,managed,rw,user 0 0
|
|
|
All times are GMT -5. The time now is 08:20 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|