diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-07-15 23:12:02 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-07-15 23:12:02 +0100 |
commit | 7428b0a70caed014d0cb4126fe8a77432d8957c6 (patch) | |
tree | ac205ce3daeddff9129e4d7bc7c01eb62eaa1fdc /images/known-2 | |
parent | 7fc3faabc71621a9d8b429d15327955f20757080 (diff) | |
download | libguestfs-7428b0a70caed014d0cb4126fe8a77432d8957c6.tar.gz libguestfs-7428b0a70caed014d0cb4126fe8a77432d8957c6.tar.xz libguestfs-7428b0a70caed014d0cb4126fe8a77432d8957c6.zip |
New commands: 'mkmountpoint' and 'rmmountpoint'
These specialized commands are used to create additional mountpoints
before mounting filesystems. They are only used where you want to
mount several unrelated or read-only filesystems together, and need
additional care to use correctly.
Here is how to use these calls to unpack the "Russian doll" nest
of a Fedora 11 live CD:
add-ro Fedora-11-i686-Live.iso
run
mkmountpoint /cd
mkmountpoint /squash
mkmountpoint /ext3
mount /dev/sda /cd
mount-loop /cd/LiveOS/squashfs.img /squash
mount-loop /squash/LiveOS/ext3fs.img /ext3
The inner filesystem is now unpacked under the /ext3 mountpoint.
Diffstat (limited to 'images/known-2')
0 files changed, 0 insertions, 0 deletions