How to check the storage details of WSL

Run the below command to view the WSL Storage details 


# Show disk usage of root filesystem

df -h /


# Show usage of all mounted filesystems

df -h


# Check disk usage of home directory

du -sh ~


Output is like below



Comments

Popular posts from this blog

How to build MCP Server and use MCP Inspector in Node

How to install ngrok in wsl for activepieces

How to set new password in WSL