RE: mount ownership problem (newbie, maybe)

2000-04-15 Thread Christian Pernegger
; recipient list not shown: ; Subject: Re: mount ownership problem (newbie, maybe) I'm not sure but I think a chmod on /dev/scd0 will work... But as far as I know every user was always allowed to read a mounted cdrom, I never had a permission denied... Ron Rademaker On Thu, 13 Apr 2000

Re: mount ownership problem (newbie, maybe)

2000-04-14 Thread Ron Rademaker
I'm not sure but I think a chmod on /dev/scd0 will work... But as far as I know every user was always allowed to read a mounted cdrom, I never had a permission denied... Ron Rademaker On Thu, 13 Apr 2000, Christian Pernegger wrote: Hello I created the following mountpoint directories under

mount ownership problem (newbie, maybe)

2000-04-13 Thread Christian Pernegger
Hello I created the following mountpoint directories under /mnt name(user/group)device (user/group) floppy (root/floppy) /dev/fd0(root/floppy) cdrom (root/cdrom)/dev/scd0 (root/cdrom) burner (root/cdrom)/dev/scd1

Re: mount ownership problem (newbie, maybe)

2000-04-13 Thread Oswald Buddenhagen
That works fine. The only problem is, after that the /mnt/cdrom dir's ownerships will be (root/root) and thus inaccessible by members of the cdrom group. If I unmount it, everything is back to normal... How do I allow a group to access a mountpoint when the device is mounted? man mount