On Fri, 2002-06-07 at 12:31, Melinda Taylor wrote:
> Usage is fairly simple:
> 
> 1. mke2fs -b 2048 /dev/cdrom1
> 2. mount /mnt/dvd
> 3. Copy files using 'cp' to /mnt/dvd for backup - easy!

Nice! :-)

> However steps 2 and 3 can be done by the user but the first step, creating
> the file system on the DVD must be done as superuser. Is there anyway
> to change this? Note that this machine is used solely by this one user
> (for numerical simulations) so changing something that you wouldn't
> normally change in a system with alot of users is an option here.....

The user probably doesn't have permission to write to the /dev/cdrom1
device.  I usually make my cdrom and burner world-writable, which isn't
a good idea on a multi-user system.

The user is able to mount the device because mount runs as root.  After
that, the only permissions that are checked are on the mount point.

> I presume Cd-burning under linux has a similar problem? ie when ever I've
> started up xcdroast on a users machine it always asks for the SU
> passwd even though within CD roast I have ticked the box that lets users
> burn.

Yep, same problem.  You'll also see it if you try to play an audio cd.

-- 
Pete
[EMAIL PROTECTED]

Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarised thus:
In the beginning, there was nothing, which exploded.  
                -- (Terry Pratchett, Lords and Ladies)

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to