Skip to main content
edited tags
Source Link
hakre
  • 199.8k
  • 55
  • 454
  • 866

It is far from full. Anybody can tell me why? Thanks

It is far from full. Anybody can tell me why? Thanks

It is far from full. Anybody can tell me why?

added 321 characters in body
Source Link
user955461
  • 691
  • 1
  • 6
  • 5
Filesystem  Filesystem 1K-blocks Size Used AvailableAvail Use% Mounted on /dev/sda1  10321208 9797696 9.9G 9.4G 0 100% / devtmpfs 854M 873976116K 854M 1% /dev none 116 873860 1% /dev none 871M 0 871M 0% 890988/dev/shm none 0 890988 0% /dev/shm none 871M  48K 871M 1% /var/run none 890988 871M 48 0 890940871M 1%0% /var/runlock none  890988  871M 0  890988871M 0% /varlib/lockinit/rw none /dev/sda2 335G 195M 318G 890988 1% /mnt 

but when I run sudo du -sh, the output is

/$ sudo du -sh / du: cannot access 0`/proc/32760/task/32760/fd/4': No such file 890988or directory du: cannot 0%access `/libproc/init32760/rw task/dev32760/sda2fdinfo/4': No such file or directory du: cannot access `/proc/32760/fd/4': No such file 350891748or directory du: cannot access `/proc/32760/fdinfo/4': No 199364such 332868104file or directory 855M 1% /mnt 

It is far from full. Anybody can tell me why? Thanks

Filesystem  1K-blocks Used Available Use% Mounted on /dev/sda1  10321208 9797696 0 100% / devtmpfs 873976 116 873860 1% /dev none 890988 0 890988 0% /dev/shm none 890988 48 890940 1% /var/run none  890988  0  890988 0% /var/lock none  890988 0 890988 0% /lib/init/rw /dev/sda2 350891748 199364 332868104 1% /mnt 

Anybody can tell me why? Thanks

 Filesystem Size Used Avail Use% Mounted on /dev/sda1 9.9G 9.4G 0 100% / devtmpfs 854M 116K 854M 1% /dev none 871M 0 871M 0% /dev/shm none  871M  48K 871M 1% /var/run none 871M 0 871M 0% /var/lock none 871M 0 871M 0% /lib/init/rw /dev/sda2 335G 195M 318G 1% /mnt 

but when I run sudo du -sh, the output is

/$ sudo du -sh / du: cannot access `/proc/32760/task/32760/fd/4': No such file or directory du: cannot access `/proc/32760/task/32760/fdinfo/4': No such file or directory du: cannot access `/proc/32760/fd/4': No such file or directory du: cannot access `/proc/32760/fdinfo/4': No such file or directory 855M / 

It is far from full. Anybody can tell me why? Thanks

appended answer 7501437 as supplemental
Source Link
user50049
user50049

Yes, I checked the tmp directory permission, see below

drwxrwxrwx 2 bitnami bitnami 4096 2011-09-21 13:34 tmp 

I can created a new file in the tmp using command like

sudo vi test.txt 

the uploader still returns the error PLOAD_ERR_CANT_write.

There is one more thing that I don't understand: I log in as bitnami, I should have full control to the folder tmp, but I cannot write files into tmp using command without sudo

vi t.txt 

I cannot save the changes. It returns this error

E514: write error (file system full?) WARNING: Original file may be lost or damaged don't quit the editor until the file is successfully written! 

Here is the output of df command

Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 10321208 9797696 0 100% / devtmpfs 873976 116 873860 1% /dev none 890988 0 890988 0% /dev/shm none 890988 48 890940 1% /var/run none 890988 0 890988 0% /var/lock none 890988 0 890988 0% /lib/init/rw /dev/sda2 350891748 199364 332868104 1% /mnt 

Anybody can tell me why? Thanks


Yes, I checked the tmp directory permission, see below

drwxrwxrwx 2 bitnami bitnami 4096 2011-09-21 13:34 tmp 

I can created a new file in the tmp using command like

sudo vi test.txt 

the uploader still returns the error PLOAD_ERR_CANT_write.

There is one more thing that I don't understand: I log in as bitnami, I should have full control to the folder tmp, but I cannot write files into tmp using command without sudo

vi t.txt 

I cannot save the changes. It returns this error

E514: write error (file system full?) WARNING: Original file may be lost or damaged don't quit the editor until the file is successfully written! 

Here is the output of df command

Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 10321208 9797696 0 100% / devtmpfs 873976 116 873860 1% /dev none 890988 0 890988 0% /dev/shm none 890988 48 890940 1% /var/run none 890988 0 890988 0% /var/lock none 890988 0 890988 0% /lib/init/rw /dev/sda2 350891748 199364 332868104 1% /mnt 

Anybody can tell me why? Thanks

Source Link
user955461
  • 691
  • 1
  • 6
  • 5
Loading