1.Âü°í ÀÚ·á

DESCRIPTION : / file system 100% ÀÏ °æ¿ì À¯¿ëÇÑ command.

/tmp: If several large files are here, reboot and they will be
      cleaned out.
/dev: Large files may appear here when trying to write to a device
      andusing the incorrect device name (i.e. /dev/rsto instead
      of /dev/rst0)
 /:    Look for core files
/var: If var is part of the root partition, check for large
      administration files in /var/adm. Also, some spool files may be
      left in the /var/spool directories.

     Check for other large files (over 1mb) with the command:

      find / -size +1000000c -xdev -print

2.°á·Ð

tape ÀÛ¾÷½Ã ´©±º°¡ /dev/rst0 ¸¦ ÁÖ¾úÀ½. 2.X ¿¡¼­´Â /dev/rst0 °¡ Á¸ÀçÇÏÁö¾ÊÀ½.
µû¶ó¼­ ÀÌ°ÍÀÌ ¾à 9 M Á¤µµÀÇ file ÀÌ µÇ¾î system full À̵Ê.