Partclone error not expanding
-
Hello !
I’m using fog 1.2.0. I can upload/download images ( Windows XP ) with [SIZE=11px][FONT=Ubuntu][COLOR=#555555]Raw Image (Sector By Sector, DD, Slow)[/COLOR][/FONT][/SIZE]. Hard drives has only one partition. I can upload with Single Disk - Resizable. I have problems with Download/Deploy Single Disk - Resizable.
When i try debug deploy, and start “fog” script, partclone starts, but it exits, and after next Enter Error message is : “error: /dev/sda1: No such file or directory * Not expanding (/dev/sda1 imager)…Done” its at the bottom of the screen.
I tried debug mode, and manual deploy, its working with :
[FONT=Consolas]cat /images/a5 | gunzip -d -c | partclone.restore -O /dev/sda1 -N -f 1[/FONT] -
With manual deploy i used fdisk -c=dos to create partition with start sector 63. Don’t know if it makes any difference.