LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   When I try to move a file to a dir it says No Space Left on Device. Help (https://www.linuxquestions.org/questions/linux-software-2/when-i-try-to-move-a-file-to-a-dir-it-says-no-space-left-on-device-help-23582/)

KrazyKid 06-16-2002 08:24 PM

When I try to move a file to a dir it says No Space Left on Device. Help
 
When I try to move a file to a directory it says No Space Left On Device. Please Help:Pengy:

trickykid 06-16-2002 09:06 PM

You can check amount of space used and available with the df -h command.

Something like: df -h /name-of-directory
should print out the used and available space on the directory.

Another command you can use is du -h which can see the amount of space a particular file or directory is using.


All times are GMT -5. The time now is 08:24 AM.