FedoraThis forum is for the discussion of the Fedora Project.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
For this procedure, you need a connection to Internet.
After the system has been loaded from the live cd, install lvm, load the module and then activate the volumes
Code:
sudo -i
apt-get install lvm2
modprobe dm-mod
vgchange -a y
For this procedure, you need a connection to Internet.
After the system has been loaded from the live cd, install lvm, load the module and then activate the volumes
Code:
sudo -i
apt-get install lvm2
modprobe dm-mod
vgchange -a y
Thanks alot this was a mammoth task,
because all my critical data were in the hard disk and I was just lost what to do!!!!!!!!!!
Thanks a lot for your guidance
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.