On Sun, 25 Feb 2001, SoloCDM wrote:

> How do I allow specified users access to a supermounted cdrom
> (iso9660)?
>
> Every time I "ls -A" /[mount_directory], from a user account,
> I get: ls: /[mount_directory]: Permission denied.  I tried adding
> permissions for the user to group adm, disk, cdrom.  I changed the
> permissions for /dev/hdd to 666, 644, 655.  I tried mounting the
> cdrom with supermount disabled and I get: mount: /dev/hdd already
> mounted or /[mount_directory] busy.  The first bit, after switching
> everything back to the original settings, is set to: brw-------,
> which I surmised must be the reason for the "busy" message, because
> I didn't find any reference for "b".
>
The b is for block device, not busy.  Changing permissions on /dev/hdd
will not have any thing to do with accessing the mount point they are
mounted on.  It does have an affect on accessing the raw device.
IE - if you do not have write permission on /dev/st0, you can not write
to that SCSI tape drive.

Normaly permissions on a mounted file system are controlled by the
options of the mount command.  I don't use supermount, so someone else
will have to help with this, but at least you can stop trying to modify
the /dev entry...

Mikkel
-- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to