hal ChangeLog,1.794,1.795
David Zeuthen
david at freedesktop.org
Thu Feb 9 18:49:36 PST 2006
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv16199
Modified Files:
ChangeLog
Log Message:
2006-02-09 David Zeuthen <davidz at redhat.com>
* tools/hal-system-storage-mount: Allow passing file system type
for non-pollable drives. This is needed to mount Zip disks as
e.g. 'mount /dev/hdd4 /media/foo' fails but 'mount -t vfat
/dev/hdd4 /media/foo' works.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.794
retrieving revision 1.795
diff -u -d -r1.794 -r1.795
--- ChangeLog 10 Feb 2006 02:40:01 -0000 1.794
+++ ChangeLog 10 Feb 2006 02:49:34 -0000 1.795
@@ -1,5 +1,12 @@
2006-02-09 David Zeuthen <davidz at redhat.com>
+ * tools/hal-system-storage-mount: Allow passing file system type
+ for non-pollable drives. This is needed to mount Zip disks as
+ e.g. 'mount /dev/hdd4 /media/foo' fails but 'mount -t vfat
+ /dev/hdd4 /media/foo' works.
+
+2006-02-09 David Zeuthen <davidz at redhat.com>
+
* tools/hal-system-storage-unmount: Use new property on the hal
device object to figure out where hal mounted the device. This
also ensures we only unmount stuff that we mounted ourselves
More information about the hal-commit
mailing list