#: 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
SBCL Hello, world! Version info: - OS: Windows 11 23H2 (Microsoft Windows [Version 10.0.22631.7079]) - Emacs: 30.2 - SBCL : 2.6.4 - SLI...
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