Criar partiçao /home separada após instalar endless os

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!:

  1. Install Endless OS to your SSD
  2. Boot Endless OS
  3. In the Disks app, create an ext4 partition on your other drive
  4. Mount it somewhere
  5. Copy the contents of /home to it, preserving all attributes
  6. Edit /etc/fstab to mount that ext4 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.