I\'m looking for the equivalent of right clicking on the drive in windows and seeing the disk space used and remaining info.
su -sm ./*
You can see every file and folder size (-sm=Mb ; -sk=Kb) in the current directory like a list. This way runs in all Unix/Linux environment.