Mailing List
Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Installation - Getting started with Red Hat Linux
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 8.0 - Discussion of Red Hat Linux 8.0 (Psyche)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.1 - Discussion of Red Hat Linux 7.1 (Seawolf)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Making a vfat partition writeable by all in `users ' group?

Making a vfat partition writeable by all in `users ' group?

2003-04-21       - By D. D. Brierton

 Back
Reply:     1     2     3     4     5     6     7     8     9     10     >>  

I have a smallish vfat partition which I use for sharing files between
Linux and Windows. However, I can 't seem to get the /etc/fstab entry
correct to allow it, and the files on it, to be writable by any user in
the `users ' group. This is my current entry:


/dev/hda6 /mnt/shared vfat users,quiet,gid=users,dmask=0770,fmask=0660 0 0
The aim is that when mounted at boot, everything is owned by user `root '
and group `users ', and directories have permissions drwxrwx-- and files
have permissions -rw-rw--. However, what I actually have is this:


$ ls -l /mnt/
drwxr-xr-x 2 root root 4096 Apr 4 02:14 cdrom
drwxr-xr-x 2 root root 4096 Apr 13 13:49 floppy
drwxr-xr-x 4 root users 16384 Jan 1 1970 shared
$ ls -l /mnt/shared/
drwxr-xr-x 2 root users 32768 Apr 5 05:04 Recycled
drwxr-xr-x 3 root users 32768 Apr 5 05:04 System Volume Information
-rwxr-xr-x 1 root users 26624 Apr 15 02:40 Thumbs.db
As you can see, the permissions were not what I expected. I have to su
to copy or move anything to /mnt/shared or to delete anything on it.

What am I getting wrong here?

TIA, Darren

--
=====================================================================
D. D. Brierton darren@(protected) www.dzr-web.com
Trying is the first step towards failure (Homer Simpson)
=====================================================================