{"id":3080,"date":"2020-05-02T22:24:37","date_gmt":"2020-05-02T16:54:37","guid":{"rendered":"https:\/\/www.24x7serversupport.com\/blog\/?p=3080"},"modified":"2023-01-28T13:02:47","modified_gmt":"2023-01-28T07:32:47","slug":"mount-lvm-disk-using-ubuntu-livecd","status":"publish","type":"post","link":"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/","title":{"rendered":"Mount LVM disk using Ubuntu LiveCD"},"content":{"rendered":"\n<p>Mounting is an easy process to do, provided the filesystem type you are using is supported. What happens when you have an LVM formatted disk, and you need to mount it because the disk cannot be booted and a hell lot of valuable data kept inside?? Do not worry, because the solution is here<br><br>1. Get a live cd, for example, Ubuntu. For this article, I use Ubuntu 14.04 <br><br>2. Boot using the live cd. Search for these tools: lvm2. If the cd does not have it, install it.<br># apt-get install lvm2<br><br>3. To make sure the hard disk is recognized, you can use fdisk. If you are having RAID partitioning then when for some time to detect the disk<br># fdisk -l<br><br>4. Once installed, run pvscan to scan all disks for physical volume. this to make sure your LVM harddisk is detected by Ubuntu<br># pvscan<br>PV \/dev\/sda2 VG VolGroup00 lvm2 [74.41 GB \/ 32.00 MB free]<br>Total: 1 [74.41 GB] \/ in use: 1 [74.41 GB] \/ in no VG: 0 [0 ]<br><br><br>5. After that run vgscan to scan disks for volume groups.<br># vgscan<br>Reading all physical volumes. This may take a while&#8230;<br>Found volume group &#8220;VolGroup00&#8221; using metadata type lvm2<br><br><br>6. Activate all volume groups available.<br># vgchange -a y<br>2 logical volume(s) in volume group &#8220;VolGroup00&#8221; now active<br><br>7. Run lvscan to scan all disks for logical volume. You can see partitions inside the hard disk now active.<br># lvscan<br>ACTIVE &#8216;\/dev\/VolGroup00\/LogVol00&#8217; [72.44 GB] inherit<br>ACTIVE &#8216;\/dev\/VolGroup00\/LogVol01&#8217; [1.94 GB] inherit<br><br>8. Mount the partition to any directory you want, usually to \/mnt<br># mount \/dev\/VolGroup00\/LogVol00 \/mnt<br><br>9. You can access the partition in the \/mnt directory and can backup your data<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mounting is an easy process to do, provided the filesystem type you are using is supported. What happens when you have an LVM formatted disk, and you need to mount it because the disk cannot be booted and a hell lot of valuable data kept inside?? Do not worry, because the solution is here 1. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3620,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[30,38,33],"tags":[302,108,303,83],"class_list":["post-3080","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-centos","category-cloudlinux","category-cpanel","tag-livecd","tag-lvm","tag-recovery","tag-ubuntu"],"jetpack_publicize_connections":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Mount LVM disk using Ubuntu LiveCD | 24x7serversupport Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mount LVM disk using Ubuntu LiveCD | 24x7serversupport Blog\" \/>\n<meta property=\"og:description\" content=\"Mounting is an easy process to do, provided the filesystem type you are using is supported. What happens when you have an LVM formatted disk, and you need to mount it because the disk cannot be booted and a hell lot of valuable data kept inside?? Do not worry, because the solution is here 1. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/\" \/>\n<meta property=\"og:site_name\" content=\"24x7serversupport Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-02T16:54:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-28T07:32:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/05\/Mount-LVM-disk-using-Ubuntu-LiveCD-.png\" \/>\n\t<meta property=\"og:image:width\" content=\"980\" \/>\n\t<meta property=\"og:image:height\" content=\"479\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"24x7support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@24x7serversuppo\" \/>\n<meta name=\"twitter:site\" content=\"@24x7serversuppo\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"24x7support\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/\",\"name\":\"Mount LVM disk using Ubuntu LiveCD | 24x7serversupport Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/05\/Mount-LVM-disk-using-Ubuntu-LiveCD-.png?fit=980%2C479&ssl=1\",\"datePublished\":\"2020-05-02T16:54:37+00:00\",\"dateModified\":\"2023-01-28T07:32:47+00:00\",\"author\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/05\/Mount-LVM-disk-using-Ubuntu-LiveCD-.png?fit=980%2C479&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/05\/Mount-LVM-disk-using-Ubuntu-LiveCD-.png?fit=980%2C479&ssl=1\",\"width\":980,\"height\":479,\"caption\":\"Mount LVM disk using Ubuntu LiveCD\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.24x7serversupport.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mount LVM disk using Ubuntu LiveCD\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#website\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/\",\"name\":\"24x7serversupport Blog\",\"description\":\"Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.24x7serversupport.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401\",\"name\":\"24x7support\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/author\/24x7support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mount LVM disk using Ubuntu LiveCD | 24x7serversupport Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/","og_locale":"en_US","og_type":"article","og_title":"Mount LVM disk using Ubuntu LiveCD | 24x7serversupport Blog","og_description":"Mounting is an easy process to do, provided the filesystem type you are using is supported. What happens when you have an LVM formatted disk, and you need to mount it because the disk cannot be booted and a hell lot of valuable data kept inside?? Do not worry, because the solution is here 1. [&hellip;]","og_url":"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/","og_site_name":"24x7serversupport Blog","article_published_time":"2020-05-02T16:54:37+00:00","article_modified_time":"2023-01-28T07:32:47+00:00","og_image":[{"width":980,"height":479,"url":"https:\/\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/05\/Mount-LVM-disk-using-Ubuntu-LiveCD-.png","type":"image\/png"}],"author":"24x7support","twitter_card":"summary_large_image","twitter_creator":"@24x7serversuppo","twitter_site":"@24x7serversuppo","twitter_misc":{"Written by":"24x7support","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/","url":"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/","name":"Mount LVM disk using Ubuntu LiveCD | 24x7serversupport Blog","isPartOf":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/#primaryimage"},"image":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/05\/Mount-LVM-disk-using-Ubuntu-LiveCD-.png?fit=980%2C479&ssl=1","datePublished":"2020-05-02T16:54:37+00:00","dateModified":"2023-01-28T07:32:47+00:00","author":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401"},"breadcrumb":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/#primaryimage","url":"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/05\/Mount-LVM-disk-using-Ubuntu-LiveCD-.png?fit=980%2C479&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/05\/Mount-LVM-disk-using-Ubuntu-LiveCD-.png?fit=980%2C479&ssl=1","width":980,"height":479,"caption":"Mount LVM disk using Ubuntu LiveCD"},{"@type":"BreadcrumbList","@id":"https:\/\/www.24x7serversupport.com\/blog\/mount-lvm-disk-using-ubuntu-livecd\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.24x7serversupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Mount LVM disk using Ubuntu LiveCD"}]},{"@type":"WebSite","@id":"https:\/\/www.24x7serversupport.com\/blog\/#website","url":"https:\/\/www.24x7serversupport.com\/blog\/","name":"24x7serversupport Blog","description":"Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.24x7serversupport.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401","name":"24x7support","url":"https:\/\/www.24x7serversupport.com\/blog\/author\/24x7support\/"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/05\/Mount-LVM-disk-using-Ubuntu-LiveCD-.png?fit=980%2C479&ssl=1","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/3080","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/comments?post=3080"}],"version-history":[{"count":1,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/3080\/revisions"}],"predecessor-version":[{"id":3081,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/3080\/revisions\/3081"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/media\/3620"}],"wp:attachment":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/media?parent=3080"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/categories?post=3080"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/tags?post=3080"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}