Tuesday, May 7, 2024
73
rated 0 times [  73] [ 0]  / answers: 1 / hits: 95601  / 3 Years ago, tue, july 6, 2021, 8:30:39

I installed Ubuntu by choosing the option "Something else" at the step called "Allocate drive space" of the installer. Then I created my own partition table.



Now that Ubuntu is installed, can I check whether I am using LVM for my volumes ? In particular, can I see it in GParted Partition Editor ?


More From » partitioning

 Answers
5

You should see it in Gparted.
You can also just check your fstab file:



cat /etc/fstab


Watch the line with your root filesystem. Three possibilities here:




  1. If the line starts with UUID=xyz, this means it's a physical partition.

  2. If the line starst with /dev/sdaX, it also means it's a physical partition.

  3. The indicator for LVM would be something with /dev/mapper/xyz.


[#34896] Thursday, July 8, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
utilitere

Total Points: 394
Total Questions: 110
Total Answers: 114

Location: Solomon Islands
Member since Wed, Mar 29, 2023
1 Year ago
;