View previous topic :: View next topic |
Author |
Message |
zbled Apprentice
Joined: 18 Jun 2002 Posts: 216 Location: Bukowski's Piano Bar
|
Posted: Thu Jun 20, 2002 6:08 pm Post subject: Mounting partitions via /etc/fstab + rights |
|
|
hi, I'm mounting partitions via /etc/fstab (f.eg. /dev/hda7 /mnt/down vfat rw 0 0), which have been used under winxp. this works fine, but i can't give a user (group users) rights to write and delete files on the mounted partitions (when logged in as root) neither with chmod nor with chown.
f.eg:
chown zbled:users /mnt/down
output => chown: changing ownership of /mnt/down: Operation not permitted
any ideas? thanks in advance |
|
Back to top |
|
|
zbled Apprentice
Joined: 18 Jun 2002 Posts: 216 Location: Bukowski's Piano Bar
|
Posted: Thu Jun 20, 2002 6:09 pm Post subject: |
|
|
forgot to mention the file system... all partitions are fat32 |
|
Back to top |
|
|
delta407 Bodhisattva
Joined: 23 Apr 2002 Posts: 2876 Location: Chicago, IL
|
Posted: Thu Jun 20, 2002 6:11 pm Post subject: |
|
|
"man mount"
Add uid=myuser and gid=mygroup next to "rw" in your fstab. |
|
Back to top |
|
|
zbled Apprentice
Joined: 18 Jun 2002 Posts: 216 Location: Bukowski's Piano Bar
|
Posted: Thu Jun 20, 2002 6:32 pm Post subject: |
|
|
thank you very much :) |
|
Back to top |
|
|
|