-1

I am working on a assignment where i have to fetch logical volume information from Linux . This information includes name , description , used space and total space . lvdisplay can display the logical volume but is there any other way to fetch the info ?

1 Answers1

1

You can use the command lvs instead of lvdisplay

lvs lists all logical volumes within its name,size and volume group among each other.

str4in
  • 11
  • 1