When I run
df -h
this is the output
Filesystem Size Used Avail Use% Mounted on
devtmpfs 4.0M 0 4.0M 0% /dev
tmpfs 3.8G 52M 3.8G 2% /dev/shm
tmpfs 1.6G 2.2M 1.5G 1% /run
/dev/sda2 27G 19G 6.8G 74% /
/dev/sda2 27G 19G 6.8G 74% /.snapshots
tmpfs 3.8G 7.8M 3.8G 1% /tmp
/dev/sda2 27G 19G 6.8G 74% /boot/grub2/i386-pc
/dev/sda2 27G 19G 6.8G 74% /opt
/dev/sda2 27G 19G 6.8G 74% /srv
/dev/sda2 27G 19G 6.8G 74% /boot/grub2/x86_64-efi
/dev/sda2 27G 19G 6.8G 74% /usr/local
/dev/sda2 27G 19G 6.8G 74% /var
/dev/sda2 27G 19G 6.8G 74% /root
/dev/sda2 27G 19G 6.8G 74% /home
/dev/sda1 511M 5.1M 506M 1% /boot/efi
tmpfs 769M 64K 769M 1% /run/user/1000
As you can see /dev/sda2 is mounted in many places other than root. But in the installer I chose one root partition, one swap and no specific home partition, yet the same partition is getting mounted over many directories including the home directory.
Can anyone help me please.
Thanks in advance.