How to manage Large Virtfs folder

Sometimes we noticed that on our cPanel server /home/virtfs folder takes lot of space, Actually it doesn’t uses space those are just links to the original files.

However, we can not delete that folder directly it can delete the original files/folders

To manage this make sure that no user on the server have Jail- Shell access.

After that we can use the command below to clear that space:

/scripts/clear_orphaned_virtfs_mounts --clearall

After that try rebooting your server it will fix the problem.