monamtb wrote: Mon Sep 09, 2024 2:07 am
Hello Fehlix,
What I get when I follow your steps is this:
Code: Select all
monamtb@mxlinuxmona:~/Templates
$ sudo du -h --max-depth=1 /mnt/iso/sq1/. | grep -v ^0
433M /mnt/iso/sq1/./boot
24M /mnt/iso/sq1/./etc
195G /mnt/iso/sq1/./home
1.6G /mnt/iso/sq1/./opt
68M /mnt/iso/sq1/./root
9.2G /mnt/iso/sq1/./usr
411M /mnt/iso/sq1/./var
207G /mnt/iso/sq1/.
Am I correct that it seems that the snapshot iso put the /root and the /home directory in the new root directory???
If so, how can I avoid that when making a snapshot or when installing the personal iso???
Looks all good. Except of course I would personally not create a 200++ GB iso snapshot,
but rather exclude all data directory and backup data differently.
To "/root": Seems to me you got bit confused . The linux filesystem hierarchy has a top-directory "/",
underneath of the top-directory other sub-directories exist, where either files/directories exist within those sub-directories,
or some of those sub-directories are just empty directories, where other partition-filesystems get mounted on.
E.g if home lives on another partition, the "/home" directory is an empty mountpoint-directory,
where the filesystem of the home-partition get mounted on during boot-up.
The filesystem hierarchy is sometimes also represented as a tree (but upside-down)
The top-directory of the filesystem is sometimes called root-directory of the filesystem tree.
Now, within the top "/"-directory you have one special "/root" directory, which is just
the home directory of the system-user "root", this "/root" directory has nothing todo,
when we talk about "/"-top directory. Sometimes the top-directory is also referred to as "/"-root directory,
where "root" is now referring to the "root" of the tree, not to the home directory of the system user "root".
uff...
Now back to the issue, perhaps try again to install and move the "slider" to assign space for "/"-top and "/home".
If that does not work. Do post the log file of the installer to be found within the QSI-tool (also as /var/log/minstall.log)
It may well be you encountered a "bug", or something else.
Normally I do always prepare partitions manually, either before running the installer,
e.g. using Gparted or from within the installer itself.
Good luck.