a81c92a07edd4dbce38c9b7e2e1701dddedf6bbb
[libguestfs.git] / contrib / visualize-alignment / README
1 The *.qtr files are qemu trace files, produced using the unofficial
2 patch in the current directory.
3
4 - guestfish-N-fs-10M.qtr
5
6   The command 'guestfish -N fs:ext2:10' before we modified the
7   part-disk API to align the partition to 64 sectors.
8
9 - guestfish-N-fs-10M-aligned-part-disk.qtr
10
11   The command 'guestfish -N fs:ext2:10' after we modified the
12   part-disk API to align the partition to 64 sectors.
13
14 - guestfish-add-mount.qtr
15
16   $ guestfish -a test1.img -m /dev/sda1
17   where test1.img was created by the previous command.
18
19 - guestfish-write-hello.qtr
20
21   $ guestfish -a test1.img -m /dev/sda1 write /hello "hello, world."
22   Note that the trace includes the adding and mounting operations.