I followed the instructions HERE to create a LiveCD backup in preperation of a SSD that is on it's way .
I logged in as Root, and followed the instructions.
Please clarify, did you logged out and then logged in as
root, or did you used
su ?
I ask because in this specific case there can be relevant differences.
The disc usage was -
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 217G 4.4G 201G 3% /
/dev/sda5 77G 5.4G 72G 7% /home
Note to self: on average the final ISO should be 1/3 of the original size, this may be different depending on real files type, I would expect a resulting 3 GB ISO ...
When I typed in -
umount -a
I received the message -
http://umount: /home: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(
or fuser(1))
umount: /: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(
or fuser(1))
It is expected the failure to umount the '/' filesystem, but is unexpected the failure to umount /home.
The failure to umount some filesystem is directly related to the fact that the filesystem is in use from some application. Either, although you logged in as root you changed the current directory to somewhere inside /home, or some process (crossover ? ) is started from or using /home.
I then typed in -
mylivecd 1stLiveCD.iso
and hit enter.
It created the iso file, and then I burned it to a DVD. The output was approx 1gb.

the size is not coherent with the expected size ... something went wrong at some point ...
I then booted it up in another computer and found that the process failed to copy/backup my Crossover 10 installation and the MS Office apps that were installed.
Do you know where is installed Crossover 10 and the MS Office apps ?
Also, the desktop settings were not saved.
... may be that '/home' was effectively unmounted, and the above report (failure to unmount) is not correct ?
It looked like a clean install, though it did carry over Wine & Winetricks.
Is there something that I did incorrectly, or will this not work with Crossover?
Any help would be appreciated -
I'm trying, but need additional info

AS