mount.qemu: mount raw image read/write
authorColin McCabe <colinmcc@lab126.com>
Tue, 29 Dec 2009 23:43:07 +0000 (15:43 -0800)
committerColin McCabe <colinmcc@lab126.com>
Tue, 29 Dec 2009 23:43:07 +0000 (15:43 -0800)
mount.qemu

index d3f3d0f..b07d839 100755 (executable)
@@ -23,4 +23,4 @@ else
 fi
 
 # mount raw qemu device
-mount -o loop,offset=32256 ${image_file} ${mount_point}
+mount -o loop,rw,offset=32256 ${image_file} ${mount_point}