glad to hear it is working now and thks again for not giving up and helping to get this bug resolved :punk
yes you can abort the process. I think the reason is not the write permission, the installer script tries to write the images temporarily to sda9 and then transfer them to the windows pc via tftp. I do not have an original disk anymore so I guessed sda9 would be big enough but i could test it.
At least it succeeds to mount sda9 so it is present. It fist tries to copy sda6, thats a small partition (only 8 MB and should fit on sda9) Is there not one file transferred. it should back up sda6, 7 and 8
To see what is going on we are going to try to backup the partition manual using the telnet client
first e need a mountpoint (probably already present as made by the script)
- Code: Select all
mkdir sda9
Mount sda9
- Code: Select all
mount /dev/sda9 /sda9
copy the image of sda6
- Code: Select all
dd if=/dev/sda6 of=/sda9/nwsp2-partition6.img