LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   finding and mounting logical volumes (https://www.linuxquestions.org/questions/fedora-35/finding-and-mounting-logical-volumes-545518/)

Steve Riley 04-12-2007 02:31 PM

finding and mounting logical volumes
 
How do I find out about and mount Logical volumes from the command line?

fdisk -l does not give me information about logical volumes and I don't know how to refer to them with mount.

Not sure whether this is possible.

Thanks

sdubbya 04-12-2007 03:24 PM

try vgscan
 
try
modprobe dm-mod
vgscan
vgchange -ay
mkdir -p /mnt/VolGroup00/LogVol00
mount /dev/VolGroup00/LogVol00 /mnt/VolGroup00/LogVol00

Steve Riley 04-13-2007 12:22 PM

Thanks.

I still didn't see how to list logical volumns in the form:

/dev/VolGroup00/LogVol00

mether 04-13-2007 03:24 PM

I think you looking for :

#lvdisplay

#vgdisplay

or

#lvdisplay --maps

Steve Riley 04-14-2007 03:29 PM

mether -

Very helpful. Thanks.

jschiwal 04-14-2007 03:39 PM

There are some notes on lvm2 in /usr/share/doc/packages/lvm2, including examples.
Each of the utilities have their own manpage as well as the lvm manpage.


All times are GMT -5. The time now is 10:40 PM.