Comment 4 for bug 546997

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

Hi,

are you still having this problem?

I tried to reproduce this as follows:

1. Created a .qcow 2 file using:

vmbuilder kvm ubuntu --suite lucid --flavour server --mirror http://localhost:3142/us.archive.ubuntu.com/ubuntu/

2. ran qemu-nbd as:

qemu-nbd -n -b localhost -p 2000 ubuntu-kvm/tmpGVbB1c.qcow2 -P 1

3. ran nbd-client as:

nbd-client localhost 2000 /dev/nbd1

4. mounted the fs as:

mount /dev/nbd1 /mnt

The fs was successfully mounted, i.e. 'ls /mnt' showed the contents.

5. umounted and disconnected using

umount /mnt
nbd-client -d /dev/nbd1