LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mount a .iso or extract a .iso behind user witout access to root (https://www.linuxquestions.org/questions/linux-newbie-8/mount-a-iso-or-extract-a-iso-behind-user-witout-access-to-root-31322/)

easytarget 09-27-2002 11:13 AM

mount a .iso or extract a .iso behind user witout access to root
 
I want to extract the files in a small 10 mb iso file so i tried the following (not root):

mount -o loop -t iso9660 isofile mount_place

that given me the following answer:
mount: only root can do that.

So I have done a search for linux iso extrator, browser or for a virtual cd on linux and found nothing.

Any help would be appreciated.

P.S i can't have root privilege.

easytarget 09-27-2002 01:06 PM

Answer to my question..
 
After trying with wine winiso, isobuster, ..... I finnaly found one than worked under wine to extract my iso : WinImage 6.1

concoran 09-29-2002 01:41 AM

You have to log in as a root to 'mount' anything.

MasterC 09-29-2002 05:01 AM

Unless your fstab reflects that users can mount certain things ;)

Cool


All times are GMT -5. The time now is 05:50 PM.