Ticket #659: no-space.txt

File no-space.txt, 1.2 KB (added by kaoutsis@…, 18 years ago)

some informations from the shell

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