hal: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Thu Aug 3 09:45:14 PDT 2006


 examples/watch-mount-state.sh |    2 ++
 1 files changed, 2 insertions(+)

New commits:
diff-tree 2996d7c2ac33eaecacd3a57a74d30c1c48e26790 (from dd861aad6a6f67ae1195c149569fe0b01cc00e12)
Author: David Zeuthen <davidz at redhat.com>
Date:   Thu Aug 3 12:43:16 2006 -0400

    add script examples/watch-mount-state.sh for monitoring key state files
    
    This is useful when debugging the Mount/Unmount functions.

diff --git a/examples/watch-mount-state.sh b/examples/watch-mount-state.sh
new file mode 100755
index 0000000..5345771
--- /dev/null
+++ b/examples/watch-mount-state.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+watch -n 0.5 "clear; mount; echo; ls -l /media; echo; cat /media/.hal-mtab; echo; ls -l /dev/mapper/; echo; tree /dev/disk/by-uuid echo"



More information about the hal-commit mailing list