Hi,
I have two drives attached to the system and the system has been partitioned as below:
PHP Code:
/dev/mapper/system-root
2.0G 759M 1.2G 40% /
/dev/sda1 251M 27M 211M 12% /boot
none 3.9G 0 3.9G 0% /dev/shm
/dev/mapper/system-home
4.9G 1.3G 3.4G 27% /home
/dev/mapper/system-usr
7.8G 1.8G 5.7G 24% /usr
/dev/mapper/system-user
7.8G 416M 7.0G 6% /var
I need to know in which drive does the partition / lie in ? ie, in which of the two drives does root partition belong to.
How do I find it out ? It doesn't show even in the /etc/fstab file.