/rw/home/user as big as /home/user

Hello,

Running ncdu to free up some space in a standalone qubes, I realised the /rw/home/user was as big as /home/user

However, it is not a simlink. The data seems to be duplicated, which double the space taken. As they are both 100G big, it would be nice to delete one :sweat_smile:

Why is this redundancy happing ?
is it safe to delete /rw/home/user ?

Thanks

/rw/home/user is the same as /home/user.

You can only save persistent in /rw, which is why it’s linked to that folder.

ls -id /home/user and ls -id /rw/home/user should show they use the same inode.

2 Likes

/home/user is inside of a bind mount:

2 Likes

Awesome, thansk ! In did they have the same inode