LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   mtab question (https://www.linuxquestions.org/questions/linux-general-1/mtab-question-4175654498/)

fred2014 05-24-2019 05:19 AM

mtab question
 
on a centos system

in file mtab - does anyone know what vg_black-lv_home is ?

Its a dev/mapper name but I'd like to know where its from.

thanks

dc.901 05-24-2019 05:57 AM

You should look at output of these commands:
pvdisplay
vgdisplay
lvdisplay

MensaWater 05-24-2019 07:49 AM

Ostensibly it is a Logical Volume (LV) named "lv_home" in Volume Group (VG) named vg_black. You didn't tell us the entire mtab line but I'm guessing this is mounted as /home or something similar. If you run "df -hP" it will show all your mounts including the devices from which they are mounted.

The commands dc.901 told you to run are LVM (Logical Volume Manager) commands that will show you what it has defined as Physical Volumes (PVs), VGs and LVs.

If you're not familiar with LVM there is a man page for it - just type "man lvm".


All times are GMT -5. The time now is 09:26 AM.