Basically I have this simplified file systems:
File system Dim. Usati Disp. Uso% Montato su
/dev/md1 10G 4,0G 5,5G 43% /
/dev/md2 683G 438G 211G 68% /home
I am now removing some files within my /home
dir, and I see that the free space of the first partition increases (/
)
Is there any correlation between files stored in /dev/md2
and /dev/md1
?
Maybe inodes of /home
files are stored within /dev/md1
?