Mount /home somewhere else
Hi,
I just reinstalled Fed 19 (why? jsut to have a clean install).
Before the reinstall I had:
/dev/sda (partitioned) for the OS
/dev/sdb1 as a full My Documents or /home
What I would like to do now is the clean install on the main hard drive to point to my documents. What I mean is, when in nautilus and I click on the home button it takes me to the drive with all my stuff.
here are the results to sudo blkid
/dev/sda1: SEC_TYPE="msdos" UUID="1D54-736D" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="3a8af40d-f5fc-47ca-bbc8-97e96ac3873f"
/dev/sda2: UUID="4dbce2e0-112d-4125-8e38-0f6a0cb928bb" TYPE="ext4" PARTUUID="3ce36098-d5a9-419b-9d97-03766fcd70f0"
/dev/sda3: UUID="8be07e39-5182-4507-8767-c34588b395d3" TYPE="ext4" PARTUUID="8f71ba57-bc8a-4385-8b8e-406636debb57"
/dev/sda4: UUID="a4e0fe1d-af67-462e-bc82-139d8fb973bc" TYPE="ext4" PARTUUID="afa54213-fb62-432f-9b5f-6a741e2899b0"
/dev/sda5: UUID="d7894893-61ff-49ea-bd98-3b21de6b870f" TYPE="swap" PARTUUID="92bc2d39-c05c-4d61-a991-0cbec3723a59"
/dev/sdb1: LABEL="mydocs" UUID="e4cd9e8a-93c0-4bf4-a083-3d1e091e9ecb" TYPE="ext4"
and here is my fstab
UUID=a4e0fe1d-af67-462e-bc82-139d8fb973bc / ext4 defaults 1 1
UUID=4dbce2e0-112d-4125-8e38-0f6a0cb928bb /boot ext4 defaults 1 2
UUID=1D54-736D /boot/efi vfat umask=0077,shortname=winnt 0 0
UUID=8be07e39-5182-4507-8767-c34588b395d3 /media/home/paul ext4 defaults 1 2
UUID=d7894893-61ff-49ea-bd98-3b21de6b870f swap swap defaults 0 0
LABEL=mydocs /media/home ext4 defaults,noatime 1 2
So I need:
LABEL=mydocs to mount at boot
when I click on Home in nautilus it should open up a view of all stuff currently in there.
Can anyone help please?
Why not just mount your old home partition at /home again?