Mount LVM2_member format partitions on UbuntuLinux

Source: Internet
Author: User
I have a hard disk that has been removed from my laptop in the past 03 years. It has been useless for a long time. Now I need to check whether there is any important information on the hard disk. After being installed on a Windows operating system, the system prompts you to format the hard disk. As a result, I still cannot automatically mount the hard disk to the UbuntuLinux operating system, but I can view the hard disk partition size and name through the $ cat/proc/partitions command. Doctor @ 912 server :~ $ Sudomkdir/media/s

I have a hard disk that has been removed from my laptop in the past 03 years. It has been useless for a long time. Now I need to check whether there is any important information on the hard disk. After being installed on a Windows operating system, the system prompts you to format the hard disk. Therefore, I still cannot automatically mount the hard disk to Ubuntu Linux, But I can view the hard disk partition size and name through the $ cat/proc/partitions command.

Doctor @ 912 server :~ $ Sudo mkdir/media/sdc2

Doctor @ 912 server :~ $ Sudo mount/dev/sdc2/media/sdc2

Mount: unknown filesystem type 'lvm2 _ member '// The system reports an error. partitions cannot be mounted.

According to the system error message, I performed the following operations:

Doctor @ 912 server :~ $ Sudo apt-get install lvm2

Doctor @ 912 server :~ $ Sudo vgscan

Reading all physical volumes. This may take a while...

Found volume group "VolGroup00" using metadata type lvm2

Doctor @ 912 server :~ $ Sudo vgchange-ay VolGroup00

1 logical volume (s) in volume group "VolGroup00" now active

Doctor @ 912 server :~ $ Sudo lvs

Lv vg Attr LSize Origin Snap % Move Log Copy % Convert

LogVol00 VolGroup00-wi-a-34.19G

Doctor @ 912 server :~ $ Sudo mount/dev/VolGroup00/LogVol00/media/sdc2/

Now that the hard disk is mounted, you can export data from the hard disk.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.