using latest clonezilla and latest live iso and i get this rsync error.
i have enough space on the hdd where i create the image.
sudo ocs-live-dev --debian-iso clonezilla-live-20180218-bionic-amd64.iso --create-release --bg-mode text --ocs-live-batch --batch-mode --ocs-live-language en_US.UTF-8 --ocs-live-keymap NONE --extra-param '--clone-hidden-data --check-md5sum -scr --nogui --batch --postaction reboot restoredisk CLZ-TEST-8.50.0.5 sda' CLZ-TEST-8.50.0.5
Starting creating Clonezilla live USB files...
File system on /home/partimag/ocs-usb-tmp.r8R0Sa/ supports symbolic link. The image file will be linked instead of being copied.
Creating clonezilla live with image(s) CLZ-TEST-8.50.0.5 from /home/partimag...
du: cannot access '/tmp/ocs-iso.5ZVg2J/isolinux': No such file or directory
Estimated necessary space size in target dev: 6528 MB
[1;33mBecause currently 'zip' does not support file larger than 2 GB very well, we switch to use 'tar' to create the image.
[0;39mThe output file name is: clonezilla-live-CLZ-TEST-8.50.0.5.tar
Preparing the system files to working dir... This might take a few minutes... Linking files from /tmp/ocs-iso.5ZVg2J/live/ to /home/partimag/ocs-usb-tmp.r8R0Sa/live...
done!
Copying clonezilla image to working dir... CLZ-TEST-8.50.0.5 done!
Copying kernel, initrd, etc...
cp: cannot create regular file '/home/partimag/ocs-usb-tmp.r8R0Sa/live/Clonezilla-Live-Version': Read-only file system
Trying to find the boot params from template live cd...
The size of the /home/partimag/ocs-usb-tmp.r8R0Sa/EFI/images/efiboot.img is 6518
rsync: write failed on "/tmp/efi-boot.xo0oB5/EFI/boot/x86_64-efi/zfs.mod": No space left on device (28)
rsync error: error in file IO (code 11) at receiver.c(393) [receiver=3.1.1]
How did you run that command? In Clonezilla live command line prompt?
If so, did you mount any working dir then change to that as working dir?
E.g.,
sudo -i
mkdir /work
mount /dev/sdb1 /work
cd /work
ocs-live-dev --debian-iso clonezilla-live-20180218-bionic-amd64.iso --create-release --bg-mode text --ocs-live-batch --batch-mode --ocs-live-language en_US.UTF-8 --ocs-live-keymap NONE --extra-param '--clone-hidden-data --check-md5sum -scr --nogui --batch --postaction reboot restoredisk CLZ-TEST-8.50.0.5 sda' CLZ-TEST-8.50.0.5
Or you can use the wizard to run that:
http://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/04_Create_Recovery_Clonezilla
Steven