Originally posted by GreyGeek
View Post
I followed your advice but when I mount / like proposed above I don't get @ and @home in /mnt but the / filesystem. or in other words, ll / and ll /mnt lead to the same result.
blkid gives me:
/dev/sde2: UUID="9c3b40b6-c716-11e8-a25e-bcaec52979b7" UUID_SUB="9de1419d-bce2-4df0-881a-18b321c698ed" TYPE="btrfs" PARTUUID="73f89684-7bb9-4719-aca5-235a51b8dd2c"
Then I do a:
mount /dev/disk/by-uuid/9c3b40b6-c716-11e8-a25e-bcaec52979b7 /mnt
Followed by:
root@homeserver:~# vdir /mnt
total 16
drwxr-xr-x 1 root root 2430 Oct 3 14:38 bin
drwxr-xr-x 1 root root 620 Oct 3 14:39 boot
drwxr-xr-x 1 root root 114 Jul 25 23:03 dev
drwxr-xr-x 1 root root 3158 Oct 3 17:03 etc
drwxr-xr-x 1 root root 12 Oct 3 14:18 home
lrwxrwxrwx 1 root root 33 Oct 3 14:16 initrd.img -> boot/initrd.img-4.15.0-36-generic
lrwxrwxrwx 1 root root 33 Jul 25 23:01 initrd.img.old -> boot/initrd.img-4.15.0-29-generic
drwxr-xr-x 1 root root 462 Jul 25 23:01 lib
drwxr-xr-x 1 root root 40 Jul 25 22:58 lib64
...
No @ and @home
Any idea what I am doing wrong?
Leave a comment: