Results 11 to 14 of 14
Try to mount the two LVs:
Code:
mkdir /mnt/LogVol00
mount /dev/VolGroup00/LogVol00 /mnt/LogVol00
ls -la /mnt/LogVol00
mkdir /mnt/LogVol01
mount /dev/VolGroup00/LogVol01 /mnt/LogVol01
ls -la /mnt/LogVol01
If that doesnt work, the VG or ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-12-2012 #11
Try to mount the two LVs:
If that doesnt work, the VG or LV probably need to be activated first.Code:mkdir /mnt/LogVol00 mount /dev/VolGroup00/LogVol00 /mnt/LogVol00 ls -la /mnt/LogVol00 mkdir /mnt/LogVol01 mount /dev/VolGroup00/LogVol01 /mnt/LogVol01 ls -la /mnt/LogVol01
You must always face the curtain with a bow.
- 06-12-2012 #12Just Joined!
- Join Date
- Sep 2005
- Posts
- 21
What should the filesystem type be? On the first mount command, I receive the following error:
mount: you must specify the filesystem type
- 06-12-2012 #13
Try to activate the VGs.
and see, if the status has changedCode:vgchange -a y lvchange -a y /dev/VolGroup00/LogVol00 lvchange -a y /dev/VolGroup00/LogVol01
Then try to mount them again.Code:lvscan lvdisplay
If it still doesnt work, then the kernelmodule for the filesystem is not loaded.
Which one did you use at install time?You must always face the curtain with a bow.
- 06-14-2012 #14Just Joined!
- Join Date
- Sep 2005
- Posts
- 21
Thanks everyone for all the help... I was able to figure this out. Once I have pulled all my files off my HD, I will install with Mint Linux.
Cheers


Reply With Quote
