You are not logged in.

#1 2006-04-29 03:33:01

toastygoodness
Member
From: in eggo land
Registered: 2005-08-17
Posts: 30

Mounted Partition Permissions cannot be set

In KDE and CLI, no matter what I do, a "VFAT" partition I want to mount always sets rw permissions for only root. Chmod and Chown do not work either. What else do I have to add to FSTAB to get the partition available for editing.

Here's the fstab line (from memory):

/dev/hdb5 /mnt/XDATA/ vfat defaults 0 0

I also tried it like this:

/dev/hdb5 /mnt/XDATA/ vfat rw,user,exec 0 0

but the problem still persisted. Is there something else in Fstab I have to add?


what am i? i'm good and i go thru the toaster

Offline

#2 2006-04-29 04:16:19

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Mounted Partition Permissions cannot be set

Try ....users.....

Would butter be the answer?


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#3 2006-04-29 04:51:37

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Mounted Partition Permissions cannot be set

umask=000

Offline

#4 2006-04-29 06:07:12

toastygoodness
Member
From: in eggo land
Registered: 2005-08-17
Posts: 30

Re: Mounted Partition Permissions cannot be set

so the new fstab entry would look like:

/dev/hdb5 /mnt/XDATA/ vfat rw,users,exec,umask=000

this?


what am i? i'm good and i go thru the toaster

Offline

#5 2006-04-29 17:56:23

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: Mounted Partition Permissions cannot be set

toastygoodness wrote:

so the new fstab entry would look like:

/dev/hdb5 /mnt/XDATA/ vfat rw,users,exec,umask=000

this?

Yes. Or, if you want to let a user with UID 1000 and GID 100 to have write access and not the other users (Cerebral's method gives everyone read/write/execute access to the partition):

/dev/hdb5       /mnt/XDATA/        vfat            uid=1000,gid=100           0       0

Offline

Board footer

Powered by FluxBB