On Tue, 4 Nov 2003 12:02:41 +0100 (MET) "Matthias Witschel" <[EMAIL PROTECTED]> wrote:
> If youre logged in as root try this one: > > mount -oloop -tiso9660 bootcd.iso mnt/ > > (make shure loop-devices are activated in kernel) > > > > What do I have to change to get this working? > > > > $ mount -t iso9660 -o ro,loop=/dev/loop0 bootcd.iso mnt/ > > mount: only root can do that > > 1. emerge sudo 2. update /etc/sudoers (allow desired users with or without password) 3. sudo mount -t iso9660 -o ro,loop=/dev/loop0 bootcd.iso mnt/ -- Collins Richey - Denver Area if you fill your heart with regrets of yesterday and the worries of tomorrow, you have no today to be thankful for. -- [EMAIL PROTECTED] mailing list
