//if the volume has 30-26 MBytes free space, // cann 't be created files neither by me // neither by the system, nor the applications // can create config_files. // follow some informations from the shell: ~>df -a Mount Type Total Free Flags Device --------------- -------- --------- --------- ------- -------------------------- / rootfs 0 0 ------W /dev devfs 0 0 ------W /pipe pipefs 0 0 ------W /boot bfs 94.1M 25.6M QAM-P-W /dev/disk/ata/0/master/1_1 /zub bfs 1.1G 248.3M QAM-P-W /dev/disk/ata/0/master/1_0 ~>cd /zub/home/haikutest/ /zub/home/haikutest>mkdir foo //ok /zub/home/haikutest>cd foo /zub/home/haikutest/foo>touch bar //ok /zub/home/haikutest/foo>ls -lra total 4 -rw-r--r-- 1 baron users 0 2006-06-04 21:16 bar drwxrwxrwx 1 baron users 2048 2006-05-26 20:17 .. drwxrwxrwx 1 baron users 2048 2006-06-04 21:15 . /zub/home/haikutest/foo>cd ~>pwd /boot/home ~>mkdir foo /bin/mkdir: cannot create directory `foo': No space left on device ~>touch bar /bin/touch: cannot touch `bar': No space left on device ~>