Namran Hussin Linux Logical volume re-mounting..

Logical volume re-mounting..

connect the additional hardisk..
and figured that it is a linux partition…

what should we do to see the files  is ..


vgscan

[root@localhost ~]# vgscan
  Reading all physical volumes.  This may take a while…
  Found volume group “VolGroup01” using metadata type lvm2
  Found volume group “VolGroup00” using metadata type lvm2


lvscan  

[root@localhost ~]# lvscan
  inactive          ‘/dev/VolGroup01/LogVol00’ [74.19 GB] inherit
  inactive          ‘/dev/VolGroup01/LogVol01’ [1.94 GB] inherit
  ACTIVE            ‘/dev/VolGroup00/LogVol00’ [2.47 GB] inherit
  ACTIVE            ‘/dev/VolGroup00/LogVol01’ [512.00 MB] inherit


vgchange -a y


lvscan

should see all active. 

mkdir /media/test
mount /dev/VolGroup01/LogVol00' /media/test

cd /media/test


ls
should be able to see all the files..

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Installing WICD for wireless connection User interface in CentOS 5.6Installing WICD for wireless connection User interface in CentOS 5.6

First download the package from website : wget http://downloads.wicd.net/pkgs/stable/1.6.x/1.6.2/CentOS_5/wicd-1.6.2-2.1.x86_64.rpm rpm -ivh wicd-1.6.2-2.1.x86_64.rpm then install the dependencies for this .. as it require python-urwid .. assume you have install rpmforge repo.