On Mon, 3 Nov 2003 22:40:44 -0600
Stephen Boulet <[EMAIL PROTECTED]> wrote:

> 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
> 
> Thanks.
> 
> -- 
> Stephen      
>               From here to there
>              and there to here,
>            funny things are everywhere.  -- Dr Seuss
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
        Two solutions:
1. add you're user to wheel group (useradd -G wheel <user>) and use su.
2. chmod +s `which mount` (as root).

________
Meka[ni]

--
[EMAIL PROTECTED] mailing list

Reply via email to