0

On arch linux with gpt uefi, installed /home partition on a separate HDD, how can I shrink it and move it back?

1 Answers1

0

1) Copy your home directory to your local drive.

2) Set your home directory to the local path

sudo usermod --home /path/to/dir

see man usermod

3) As suggested here, use GParted to resize your external drive.


I don't have a lot of experience with this, so I just used google. Please consider doing so as well - it is more polite. https://superuser.com/help/how-to-ask

Ergot
  • 31