how to mount a Rock Ridge iso9660 disc as a standard user?
Hello,
I am trying to mount an iso9660 CD on a Debian box. The disc seems to be protected by Rock Ridge file permission restrictions. This machine cannot be connected to any network to do transfer via another machine. The Rock Ridge permissions on the disc are root read/write/execute only (-rwx------). I do not have access to the root account on this system, so I do not have permission to read the files on the disc.
I see that there is a "mount" option called "norock" that should allow me to mount the CD as if the Rock Ridge controls didn't exist. However, if I try
$ mount -o norock /cdrom
mount: only root can do that
I need to get files off of the disc and onto the system. Is there any way that I can mount this cd as a standard user? Thanks for any suggestions.
Regards,
Mike
Last edited by zero79; 11-11-2005 at 04:02 PM.
|