#How do I make a separate home partition after install?
23 messages · Page 1 of 1 (latest)
yes
just
shrink your root
make a new partition
log out
and log in as root in tty2 or any tty that doesnt have your desktop
mount your new home to /mnt
sudo mv /home/* /mnt
sorry for interupting, but wheee do you guys put your exports? This one thing kept putting me in vi, i only know vim and nvim
unmount /mnt
then mount the new home to /home
make your own thread
Make new topic
Oky
@candid slate then
add an entry for the new home in fstab
how do i do that
nvim /etc/fstab
vim /etc/fstab
nano /etc/fstab
the syntax for each entry is
identifier,mountpoint,fstype, mountoption,dump, order
and they are seperated by spaces
also my linux partition is 250gb, how big should my /home partition be
your choice
either way
if youre not using a filsystem with compression (and has it on) for root
you should use a 50GiB root
@tall zephyr no sudoedit?
what do you need sudo edit for