Hi,

I'm trying to get all users in wheel to be able to mount floppied and 
CD-ROMs. I've set vfs.usermount=1, and found the devfs man page to add a 
rule (devfs rule add path acd0\* mode 664 group wheel).

Now, the device entries look like:

[root@nik: /etc] ll /dev/acd0*
crw-rw-r--  1 root  wheel  117,   0 Oct  2 15:57 /dev/acd0
lrwxr-xr-x  1 root  wheel         5 Oct  2 08:57 /dev/acd0a@ -> acd0
lrwxr-xr-x  1 root  wheel         5 Oct  2 08:57 /dev/acd0c@ -> acd0
crw-rw-r--  1 root  wheel  117, 0x00010000 Oct  2 15:57 /dev/acd0t01

Users still can't mount. I figured that maybe the permissions of the 
symlinks (when and where are those created anyway?) were the problem, so 
I removed /dev/acd0c and tried to recreate it with group write set:

[root@nik: /etc] rm /dev/acd0c
[root@nik: /etc] umask 0007 && ln -s /dev/acd0c /dev/acd0
ln: /dev/acd0: File exists

Which is really a strange error, since /dev/acd0c is gone:

[root@nik: /etc] ll /dev/acd0*
crw-rw-r--  1 root  wheel  117,   0 Oct  2 15:57 /dev/acd0
lrwxr-xr-x  1 root  wheel         5 Oct  2 08:57 /dev/acd0a@ -> acd0
crw-rw-r--  1 root  wheel  117, 0x00010000 Oct  2 15:57 /dev/acd0t01

Any clues?

Thanks,
Lars
-- 
Lars Eggert <[EMAIL PROTECTED]>           USC Information Sciences Institute

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to