Clonezilla creating disk image read/write issue

I am using clonezilla to create an disk image of my existing Windows 10 system however just after I answered yes to start the process it says:

-> "/home/partimage/<myImageName>".
Are you sure you want to continue? (y/n) y
The image repository directory is read-only, not writalbe: /home/partimag 
Program terminated 

I have managed to make an image if an Windows 7 system before but now a only get the error message above.

I thought that with clonezilla the permissions of the drives are adjusted correctly for me. I would be glad if anybody could help out.


Solution 1:

With Win 8 (and most likely Win 10), when you do a normal shutdown, it actually does a special "fast startup" shutdown where not everything is really released so that it can boot up faster. If you hold down SHIFT when clicking the shutdown button, it will do a proper, full shutdown. You'll most likely notice this time it takes several times longer to shutdown than it previously did.

In Win 8 (and most likely Win 10), when you click restart, it does the full shutdown.

In your case, you seem to have shutdown your system normally (resulting in 'fast startup') and hence partitions may not have been properly released. To avoid this, start your Windows 10 again, holding the SHIFT key down click on shutdown, which will perform complete shutdown, releasing all resources (including partitions). Now, you should be able to clone using Clonezilla.

Solution 2:

I had the same issue but with a drive mounted as a secondary drive. I did the "shutdown -p" from the cmd line and the clonezilla error went away.