You are not logged in.
Pages: 1
I use hal(0.5.8.1-1), today when I type "lshal |grep volume", there is only one result:
block.is_volume = false (bool)I think hal should list lots of information about my partition, like
volume.unmount.valid_options = {'lazy'} (string list)
volume.mount.valid_options = {'ro', 'sync', 'dirsync', 'noatime', 'nodiratime', 'noexec', 'quiet', 'data='} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-system-storage-mount', 'hal-system-storage-unmount', 'hal-system-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
volume.ignore = false (bool)why i can't get these information?
Offline
Because you have a windows partition and hal 0.5.8.1 crashes on that. Update to 0.5.8.1-3.
Offline
Because you have a windows partition and hal 0.5.8.1 crashes on that. Update to 0.5.8.1-3.
thanks, it works
Offline
Pages: 1