#: ntfs-3g /dev/sda1 /mnt/windows #: mv /mnt/windows/img/vista.img.000 /mnt/windows/img/vista.img.gz #: gunzip -c /mnt/windows/img/vista.img.gz | partimage restore /dev/sda1 stdin
~ts
#: ntfs-3g /dev/sda1 /mnt/windows #: mv /mnt/windows/img/vista.img.000 /mnt/windows/img/vista.img.gz #: gunzip -c /mnt/windows/img/vista.img.gz | partimage restore /dev/sda1 stdin
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...
3 comments:
I have try exactly this but stdin is not a valid file.
Any idea?
I am not really sure but I believe "stdin" represents the standard input device which in the case the the keyboard.
Anyway, did you perform "mv /mnt/windows/img/vista.img.000 /mnt/windows/img/vista.img.gz"?
On ntfs partition I run gunzip image file and then used the decompressed image in Partimage.
Worked for me
Post a Comment