How do I find out what filling up the space in dev/sda2 using ssh command

1

1

My apologies if the question is vague and too naive. I am totally new with the Linux commands.

We have a dedicated server with OVH Cloud and have several sites hosted there. Our server is running out of space.

This is what I got by running df -h in the command prompt after connecting with the server via ssh

enter image description here

I have little to no experience with Linux shell command. How do I figure out what is filling up the space and where the folder is located. How do I go to Home directory?

My assumption is the server is running cache . But I an't figure out where these cache is getting stored. I am not an expert with server and system administration. Please treat me as total novice in this sector.

appreciate your help

Bashabi

Posted 2020-01-03T15:29:56.007

Reputation: 111

Question was closed 2020-01-03T15:39:32.347

You aren't running out of space, you have 3.2TB available. What is the actual error you are receiving? – Burgi – 2020-01-03T15:35:44.963

running out of space in dev/sd2. We cannot access the whm path when the dev/sd2 is filled up . Last week disk usage on dev/sd2 was 100% – Bashabi – 2020-01-03T15:37:50.453

Ah! I see, sorry I misunderstood. – Burgi – 2020-01-03T15:38:59.703

No answers