Compatible Support Forums: mounting vfat volumes with rw Privileges for a user

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

mounting vfat volumes with rw Privileges for a user

#1 User is offline   brodee 

  • stranger
  • Group: Members
  • Posts: 18
  • Joined: 18-July 04

Posted 19 July 2004 - 04:38 AM

how I have it right now: I can only write to the vfat volumes when logged in as root. The user can read and execute files. I want to be able to do write files logged in as the user.

ok, so here is my fstab file:
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/hdb5 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/CDRW-DVDRW udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/hda1 /mnt/Axolotl/ vfat defaults 0 0
/dev/hdb1 /mnt/Data/ vfat defaults 0 0
0

#2 User is offline   oddabe19 

  • stranger
  • Group: Members
  • Posts: 3
  • Joined: 19-July 04

Posted 19 July 2004 - 06:58 AM

here's what mine looks like... you need a rw option, and take away the 'defaults' it doesn't work like that. use a umask option.


/dev/hda1 /mnt/windows ntfs ro,umask=0222 0 0
/dev/hdb1 /mnt/stuff vfat uid=500,gid=500,users,rw,umask=0000 0 0
0

#3 User is offline   brodee 

  • stranger
  • Group: Members
  • Posts: 18
  • Joined: 18-July 04

Posted 21 July 2004 - 09:57 AM

thanks that worked
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users