On Tue, 5 Apr 2022 20:25:09 -0400, dhk wrote:

> The issue is the /usr logical volume is not mounted as expected. After 
> booting without the livecd:
>    * The df -h command show /usr on /dev/dm-1 and not 
> /dev/mapper/vg0-usr like the in the fstab.
>    * My expectation is it should follow the other LVs (home, var, opt, 
> vm) and be in the vg0 Volume Group on /dev/mapper .
>    * However the mount /usr command indicates that it is mounted 
> correctly:  mount: /usr: /dev/mapper/vg0-usr already mounted or mount 
> point busy.
> 
> Is there something off here or is this correct behavior?

> newhost / # ls -l /dev/vg0 /dev/vg1
> /dev/vg0:
> total 0
> lrwxrwxrwx 1 root root 7 Apr  4 03:32 home -> ../dm-3
> lrwxrwxrwx 1 root root 7 Apr  4 03:32 opt -> ../dm-4
> lrwxrwxrwx 1 root root 7 Apr  4 03:32 *usr -> ../dm-1  # This looks
> right.* lrwxrwxrwx 1 root root 7 Apr  4 03:32 var -> ../dm-2

/dev/mapper/vg0-usr and /dev/dm-1 are the same device, so nothing is
actually wrong, this is more a cosmetic issue. You are mounting the
correct device, it is just showing as a different name.

I suspect the initramfs here, what does the fstab inside that look like?

How are you creating the initramfs? Genkernel, dracut, home brewed?


-- 
Neil Bothwick

The word 'Windows' is a word out of an old dialect of the Apaches.
It means: 'White man staring through glass-screen onto an hourglass...')

Attachment: pgp1iI3KkbTTK.pgp
Description: OpenPGP digital signature

Reply via email to