« Return to Thread: Mounting Iphone with Ifuse as User

Re: Mounting Iphone with Ifuse as User

by Florian Kulzer-3 :: Rate this Message:

Reply to Author | View in Thread

On Tue, Jul 07, 2009 at 11:32:10 -0700, Alejandro Salas wrote:
> > The fuse group should have been created by the post-installation script
> > of the fuse-utils package.
> >
> >>                                     I created it and added my user to the group.
> >> I still get the same error message. :-(. Any ideas?
> >
> > Check if there are any problems with the fuse-utils package on your
> > system.

[...]

> I had installed ifuse through aptitude and turns out fuse-utils wasn't
> installed automatically.
>
> I installed it, but still no luck. I should mention that even before
> installing fuse-utils I was able to mount the iphone as root.
> >From websites I have seen, I'm trying to mount it using any the following:
>
> 1. ifuse iphone/ -s
> 2. mount /media/iphone (In fstab: /dev/hda    /media/iphone     fuse.ifuse     user,noauto    0     0)
> 3. /sbin/mount.fuse.ifuse /dev/hda /media/iphone -s
>
> All of these methods give me the same error message.

Please post the output of the following two commands:

lshal -u $(hal-find-by-property --key "storage.model" --string "iPhone")

lshal -u $(hal-find-by-property --key "volume.label" --string "iPhone")

--
Regards,            | http://users.icfo.es/Florian.Kulzer
          Florian   |


--
To UNSUBSCRIBE, email to debian-user-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...

 « Return to Thread: Mounting Iphone with Ifuse as User