D
D
Daniil Shevkunov2022-01-24 12:25:39
linux
Daniil Shevkunov, 2022-01-24 12:25:39

How to remount partition in home?

There are two main partitions on the disk, 200 GB - empty and 530 GB - with files (just stored). I put in an empty linux manjaro, how can I now mount a partition with files as home?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
younghacker, 2022-01-28
@danila763

mkdir /home/user/second_drive
mount /dev/sdX[0-9] /home/user/second_drive

or add to /etc/fstab so that it is mounted at system startup.
just don't forget the rights

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question