#: 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
netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 1...
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