search for: desired_mount_point

Displaying 3 results from an estimated 3 matches for "desired_mount_point".

2005 Jul 12
1
HAL and mounting volume
....policy.mount_option.umask = '077' (string) volume.policy.mount_option.gid = 'mounter' (string) volume.policy.mount_option.uid = 'nobody' (string) volume.policy.mount_option.noatime = true (bool) volume.policy.mount_option.sync = true (bool) volume.policy.desired_mount_point = 'usbdisk' (string) volume.policy.mount_filesystem = 'vfat' (string) volume.policy.should_mount = true (bool) info.udi = '/org/freedesktop/Hal/devices/block_4223-CC71' (string) volume.size = 130023424 (0x7c00000) (uint64) volume.block_size = 512 (0x200...
2007 Jan 31
3
using audio CDROM with EAC & Suse 10.2 (wine)
...match key="block.device" string="/dev/hdc"> <match key="volume.is_disc" bool="true"> <merge key="volume.policy.should_mount" type="bool">true</merge> <merge key="volume.policy.desired_mount_point"type="string">cdrom</merge>/mnt/cdrom </match> </match> </device> </deviceinfo> Is my above code wrong? I was not sure - (the editor in kmail may throw it off as well) I didn't have any better luck using /etc/fstab, pe...
2007 Jan 31
0
Re: wine-users Digest, Vol 18, Issue 35
...device" string="/dev/hdc"> > <match key="volume.is_disc" bool="true"> > <merge key="volume.policy.should_mount" > type="bool">true</merge> > <merge > key="volume.policy.desired_mount_point"type="string">cdrom</merge>/mnt/cdrom > </match> > </match> > </device> > </deviceinfo> > > > Is my above code wrong? I was not sure - (the editor in kmail may throw it > off > as well) > > > &gt...