> 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")

Here are both outputs.. 
Thank you for your help!

lshal -u $(hal-find-by-property --key "storage.model" --string "iPhone")
udi = 
'/org/freedesktop/Hal/devices/usb_device_5ac_1290_28b0d03934dc7a3615752383097c47f1fb34a1e4'
  block.device = '/dev/bus/usb/007/003'  (string)
  block.storage_device = 
'/org/freedesktop/Hal/devices/usb_device_1d6b_2_0000_00_1d_7'  (string)
  info.addons = {'hald-addon-storage'} (string list)
  info.capabilities = {'block', 'storage'} (string list)
  info.linux.driver = 'usb'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_1d6b_2_0000_00_1d_7'  
(string)
  info.product = 'iPhone'  (string)
  info.subsystem = 'usb_device'  (string)
  info.udi = 
'/org/freedesktop/Hal/devices/usb_device_5ac_1290_28b0d03934dc7a3615752383097c47f1fb34a1e4'
  (string)
  info.vendor = 'Apple, Inc.'  (string)
  linux.device_file = '/dev/bus/usb/007/003'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'usb'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.7/usb7/7-5'  (string)
  storage.automount_enabled_hint = true  (bool)
  storage.hotpluggable = false  (bool)
  storage.model = 'iPhone'  (string)
  storage.removable = true  (bool)
  storage.vendor = 'Apple Computer, Inc.'  (string)
  usb_device.bus_number = 7  (0x7)  (int)
  usb_device.can_wake_up = false  (bool)
  usb_device.configuration = 'PTP + Apple Mobile Device'  (string)
  usb_device.configuration_value = 3  (0x3)  (int)
  usb_device.device_class = 0  (0x0)  (int)
  usb_device.device_protocol = 0  (0x0)  (int)
  usb_device.device_revision_bcd = 1  (0x1)  (int)
  usb_device.device_subclass = 0  (0x0)  (int)
  usb_device.is_self_powered = true  (bool)
  usb_device.linux.device_number = 3  (0x3)  (int)
  usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.7/usb7/7-5' 
 (string)
  usb_device.max_power = 500  (0x1f4)  (int)
  usb_device.num_configurations = 3  (0x3)  (int)
  usb_device.num_interfaces = 2  (0x2)  (int)
  usb_device.num_ports = 0  (0x0)  (int)
  usb_device.product = 'iPhone'  (string)
  usb_device.product_id = 4752  (0x1290)  (int)
  usb_device.serial = '28b0d03934dc7a3615752383097c47f1fb34a1e4'  (string)
  usb_device.speed = 480.0 (480) (double)
  usb_device.vendor = 'Apple, Inc.'  (string)
  usb_device.vendor_id = 1452  (0x5ac)  (int)
  usb_device.version = 2.0 (2) (double)


lshal -u $(hal-find-by-property --key "volume.label" --string "iPhone")
udi = 
'/org/freedesktop/Hal/devices/usb_device_5ac_1290_28b0d03934dc7a3615752383097c47f1fb34a1e4_if1'
  block.device = '/dev/bus/usb/007/003'  (string)
  block.storage_device = 
'/org/freedesktop/Hal/devices/usb_device_5ac_1290_28b0d03934dc7a3615752383097c47f1fb34a1e4'
  (string)
  info.capabilities = {'block', 'volume', 'afc'} (string list)
  info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
  info.parent = 
'/org/freedesktop/Hal/devices/usb_device_5ac_1290_28b0d03934dc7a3615752383097c47f1fb34a1e4'
  (string)
  info.product = 'USB Vendor Specific Interface'  (string)
  info.subsystem = 'usb'  (string)
  info.udi = 
'/org/freedesktop/Hal/devices/usb_device_5ac_1290_28b0d03934dc7a3615752383097c47f1fb34a1e4_if1'
  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'usb'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.7/usb7/7-5/7-5:3.1'  
(string)
  org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype 
extra_options', 'extra_options'} (string list)
  org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 
'hal-storage-unmount'} (string list)
  org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount'} (string 
list)
  org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as'} (string 
list)
  usb.bus_number = 7  (0x7)  (int)
  usb.can_wake_up = false  (bool)
  usb.configuration = 'PTP + Apple Mobile Device'  (string)
  usb.configuration_value = 3  (0x3)  (int)
  usb.device_class = 0  (0x0)  (int)
  usb.device_protocol = 0  (0x0)  (int)
  usb.device_revision_bcd = 1  (0x1)  (int)
  usb.device_subclass = 0  (0x0)  (int)
  usb.interface.class = 255  (0xff)  (int)
  usb.interface.number = 1  (0x1)  (int)
  usb.interface.protocol = 2  (0x2)  (int)
  usb.interface.subclass = 254  (0xfe)  (int)
  usb.is_self_powered = true  (bool)
  usb.linux.device_number = 3  (0x3)  (int)
  usb.linux.sysfs_path = 
'/sys/devices/pci0000:00/0000:00:1d.7/usb7/7-5/7-5:3.1'  (string)
  usb.max_power = 500  (0x1f4)  (int)
  usb.num_configurations = 3  (0x3)  (int)
  usb.num_interfaces = 2  (0x2)  (int)
  usb.num_ports = 0  (0x0)  (int)
  usb.product = 'USB Vendor Specific Interface'  (string)
  usb.product_id = 4752  (0x1290)  (int)
  usb.serial = '28b0d03934dc7a3615752383097c47f1fb34a1e4'  (string)
  usb.speed = 480.0 (480) (double)
  usb.vendor = 'Apple, Inc.'  (string)
  usb.vendor_id = 1452  (0x5ac)  (int)
  usb.version = 2.0 (2) (double)
  volume.fstype = 'fuse.ifuse'  (string)
  volume.fsusage = 'filesystem'  (string)
  volume.ignore = false  (bool)
  volume.label = 'iPhone'  (string)
  volume.mount.valid_options = {'ro', 'sync', 'dirsync', 'noatime', 
'nodiratime', 'noexec', 'quiet', 'remount', 'exec'} (string list)
  volume.unmount.valid_options = {'lazy'} (string list)
  volume.uuid = ''  (string)



      

Reply via email to