#: 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
Zig basic Windows application using win32 API Info : OS: Windows 10 IoT LTSC 2021 Zig: 0.15.2 Sample application using zigwin32, Window...
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