Re: [gentoo-user] Help with mounting an ISO file as non-root

2008-04-23 Thread Dirk Heinrichs
ext Mike Mazur schrieb: While fuse-iso would certainly do this for me, I was hoping it's possible with the mount command directly. sudo mount ... HTH... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234 3408 Configuration Manager | Fax: +49 (0)211 47068 111 Capgemini Deutschl

Re: [gentoo-user] Help with mounting an ISO file as non-root

2008-04-23 Thread Roy Wright
Take a look at: http://gentoo-wiki.com/TIP_Mounting_Iso_Files HTH, Roy -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] Help with mounting an ISO file as non-root

2008-04-23 Thread Mike Mazur
Hi Norberto, On Thu, Apr 24, 2008 at 11:22 AM, Norberto Bensa <[EMAIL PROTECTED]> wrote: > > What can I do to be able to mount an arbitrary ISO image to an > > arbitrary mount point from the command line as non-root user? > > fuse-iso ? While fuse-iso would certainly do this for me, I was hoping

Re: [gentoo-user] Help with mounting an ISO file as non-root

2008-04-23 Thread Norberto Bensa
Quoting Mike Mazur <[EMAIL PROTECTED]>: What can I do to be able to mount an arbitrary ISO image to an arbitrary mount point from the command line as non-root user? fuse-iso ? This message was sent using IMP, the Internet Mess

[gentoo-user] Help with mounting an ISO file as non-root

2008-04-23 Thread Mike Mazur
Hi, I'd like to mount an ISO image from the command line as non-root user. Here are my attempts, each failing with the "only root can do that" error message: $ mount -o loop image.iso /mnt/ mount: only root can do that $ mount -o user,loop image.iso /mnt/ mount: only root can do that $ mount -o u