Achei este minitutotial aqui: achei simples mas não mastigado o suficiente.
This isn’t officially supported at the moment. If you wanted to set this up yourself, you could probably do the following, though I have not tested this at all!:
- Install Endless OS to your SSD
- Boot Endless OS
- In the Disks app, create an
ext4
partition on your other drive - Mount it somewhere
- Copy the contents of
/home
to it, preserving all attributes - Edit
/etc/fstab
to mount thatext4
partition on/sysroot/home
(Note that /home
is a symlink to /var/home
which is in turn a symlink to /sysroot/home
. It’s probably best to mount your drive on the real path.)
É uma resposta, mas meu /etc/fstab esta limpo ou quase
LABEL=ostree / ext4 errors=remount-ro 0 0
e meu /etc/mtap para mim é muito confuso.
Sou do tempo em que usava /etc/fstab éra muito simples eu mesmo editava, óbvio como root e
as coisas funcionavam, hoje a tabela de partições funciona de outra forma, parece gerenciada automaticamente .
Vou estudar mais o assunto, mas quem puder colaborar , sera mais um aprendizado que ajudara a todos.