From: Richard W.M. Jones Date: Wed, 24 Nov 2010 11:17:45 +0000 (+0000) Subject: fuse: Add note in test about how to debug guestmount. X-Git-Tag: 1.7.13~10 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=d20b9cd6b82e26dd2f8cf43d9cc8f1e518f2e077;p=libguestfs.git fuse: Add note in test about how to debug guestmount. --- diff --git a/fuse/test-fuse.sh b/fuse/test-fuse.sh index d464f11..15e9631 100755 --- a/fuse/test-fuse.sh +++ b/fuse/test-fuse.sh @@ -100,6 +100,8 @@ EOF stage Mounting the filesystem $guestmount -a "$image" -m /dev/sda1 "$mp" +# To debug guestmount, add this to the end of the preceding command: +# -v -x & sleep 60 stage Changing into mounted directory cd "$mp"