Originally Posted by
bhubunt
OK, thanks for the detailed explanation.
Is there a terminal command to check if a system has LVM?
There is no need for that see the man page:
Code:
E2SCRUB(8) System Manager's Manual E2SCRUB(8)
NAME
e2scrub_all - check all mounted ext[234] file systems for errors.
SYNOPSIS
e2scrub_all [OPTION]
DESCRIPTION
Searches the system for all LVM logical volumes containing an ext2,
ext3, or ext4 file system, and checks them for problems. The checking
is performed by invoking the e2scrub tool, which will look for corrup‐
tions. Corrupt file systems will be tagged as having errors so that
fsck will be invoked before the next mount. If no errors are encoun‐
tered, fstrim will be called on the file system if it is mounted. See
the e2scrub manual page for more information about how the checking is
performed.
EDIT: Ok you win: by using the "lvdisplay" command. If you have any logical volumes they will appear as such.