/home mounted on wrong partition

Hello community,

I can’t figure out and find similar existing topics. Neither her nor on the web.

I installed Manjaro via manjaro-xfce-20.2.1-210103-linux59.iso and used the architect regarding to this how to: How to install Manjaro Linux using Architect installer with full disk encryption and btrfs. from Sheridan Computers starting at 9:13

The only difference I made was that I created four partitions instead of two:

boot 1G
root 49G
home 180G
swap 8G

After that I mounted them:

BOOT /dev/mapper/vg0-boot–lv
ROOT /dev/mapper/vg0-root–lv
HOME /dev/mapper/vg0-home–lv
SWAP /dev/mapper/vg0-swap–lv

But I noticed that there are no folders in my /dev/mapper/vg0-home–lv
Instead the folders Desk, Documents, etc. are in e.g. /home/upn/documents
Probably on the /root partition.

I also took some screenshots but unfortunately I can’t attach them here to my post.

df -l
Filesystem              Size Used Avai. Used% Mounted on
dev                       7,8G       0  7,8G    0% /dev
run                       7,8G    1,8M  7,8G    1% /run
/dev/mapper/vg0-root--lv   49G     15G   34G   31% /
tmpfs                     7,8G    135M  7,7G    2% /dev/shm
/dev/mapper/vg0-root--lv   49G     15G   34G   31% /home
tmpfs                     7,8G     67M  7,7G    1% /tmp
/dev/mapper/vg0-boot--lv  976M    160M  750M   18% /boot
/dev/nvme0n1p1            511M    488K  511M    1% /boot/efi
tmpfs                     1,6G     92K  1,6G    1% /run/user/1000
/dev/mapper/vg0-home--lv  177G     72M  168G    1% /run/media/upn/616f****-****-****-****-********9d95
lsblk
NAME               MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINTS
nvme0n1            259:0    0 238,5G  0 disk  
├─nvme0n1p1        259:1    0   512M  0 part  /boot/efi
└─nvme0n1p2        259:2    0   238G  0 part  
  └─cryptroot      254:0    0   238G  0 crypt 
    ├─vg0-boot--lv 254:1    0     1G  0 lvm   /boot
    ├─vg0-root--lv 254:2    0    49G  0 lvm   /home
    │                                         /
    ├─vg0-home--lv 254:3    0   180G  0 lvm   /run/media/jns/616f****-****-****-****-********9d95
    └─vg0-swap--lv 254:4    0     8G  0 lvm   [SWAP]
nano /etc/fstab
GNU nano 5.9                                        /etc/fstab                                                    
# /dev/mapper/vg0-root--lv
UUID=5809****-****-****-****-****4356       /               btrfs           rw,noatime,compress=lzo,ssd,space_c>

# /dev/mapper/vg0-boot--lv
UUID=21a8****-****-****-****-****5223       /boot           ext4            rw,noatime      0 0

# /dev/nvme0n1p1
UUID=06**-**74          /boot/efi       vfat            rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=is>

# /dev/mapper/vg0-root--lv
UUID=5809****-****-****-****-********4356       /home           btrfs           rw,noatime,compress=lzo,ssd,space_c>

# /dev/mapper/vg0-home--lv
UUID=616f****-****-****-****-********9d95       /home           ext4            rw,noatime      0 0

# /dev/mapper/vg0-swap--lv
UUID=477f****-****-****-****-********30fe       none            swap            defaults,pri=-2 0 0

Am I correct that /home is not on the partition starting with the UID 616f

How may I change it? Because I already had to reinstall Manjaro once because I ran out of space on /root

Thank you very much already

Best regards

px

This is only a file representing the device. You can’t access its content this way.


Here’s your problem: you configured two mounts to /home. You may want to remove the first one.


Have you first looked what filled your partition?

2 Likes