From: Colin McCabe Date: Tue, 29 Dec 2009 23:43:07 +0000 (-0800) Subject: mount.qemu: mount raw image read/write X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=891b39b2609887f3eb579c53fc7464d253bcde74;p=cmccabe-bin mount.qemu: mount raw image read/write --- diff --git a/mount.qemu b/mount.qemu index d3f3d0f..b07d839 100755 --- a/mount.qemu +++ b/mount.qemu @@ -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}