
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlug] move/change home directory
- Date: Mon, 17 Feb 2020 18:51:42 +0900
- From: Thomas Blasejewicz <nyuwa@example.com>
- Subject: [tlug] move/change home directory
- User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.4.2
Good evening
Sorry for the uneducated question, but ..
I recenctly replaced an apparently broken HDD with one I took from
another PC running Mint 19.
This HDD has no partitions on it.
I was wondering whether I could create one to have /home in a dedicated
partition.
Googling gave a number of very frightening results, like
https://www.tecmint.com/move-home-directory-to-new-partition-disk-in-linux/
Following this instruction would require executing 11-12 different commands.
I DO have the contents of my /home directory on an external disk.
Is there maybe some a little more humane way accomplishing this?
Would maybe ONLY the operation:
# umount /srv/home
Finally, we have to mount the filesystem /dev/sdb1 to /home for the
mean time.
# mount /dev/sdb1 /home
# ls -l /home
be enough?
Or am I again totally off the mark?
Thank you
Thomas
Home |
Main Index |
Thread Index