can't use the same usb stick to store the images even if this disk is big enough
A partition and disk imaging/cloning program
Brought to you by:
steven_shiau
can't use the same usb stick to store the images even if this disk is big enough... in fact mounting manually :
mount -o remount,rw /lib/live/mount/medium
mount --bind /lib/live/mount/medium /home/partimag
works fine....
Yes, this partially works. However, the partition will be busy when rebooting, and it won't be unmounted. This makes the file system in dirty mode.
Therefore it's recommended to do like this:
https://drbl.org/faq/fine-print.php?path=./2_System/120_image_repository_on_same_usb_stick.faq#120_image_repository_on_same_usb_stick.faq
Steven