![]() |
|
FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
All,
I've been encountering some strange problems with one of our servers. The following is the df and mount output: Code:
Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/mfid0s1a 137729560 106243486 20467710 84% 11261804 6543506 63% / devfs 1 1 0 100% 0 0 100% /dev procfs 4 4 0 100% 1 0 100% /proc /dev/mfid0s1a on / (ufs, NFS exported, local, soft-updates) devfs on /dev (devfs, local) procfs on /proc (procfs, local) Thanks in advance. |
|
|||
![]()
rebooting unix systems never fixes anything ...
can you post at least a log or an error msg ?
__________________
"No, that's wrong, Cartman. But don't worry, there are no stupid answers, just stupid people." -- Mr. Garrison Forum Netiquette |
|
|||
![]()
If you were talking about AIX, then I might agree . . . The error message is very simple:
Code:
[user@host]$ cat /dev/zero > zero.bin /: write failed, filesystem is full cat: stdout: No space left on device -=[~]=- -=[Sun Jun 01]=- -=[07:13:13]=- [user@host]$ ls -l zero.bin -rw-r--r-- 1 user user 4096 Jun 1 07:13 zero.bin -=[~]=- -=[Sun Jun 01]=- -=[07:13:28]=- [user@host]$ |
|
||||
![]()
Depending on what the real disk size is and assuming it is full, it might be failing to write because some disk space is held back:
Quote:
Depending on what servers purpose, I'd look at the disk contents as well as the logs. I remember *twice* having a few hundred megs of core-dumps from php4 causing trouble on a RHEL machine, whose host tried to charge us for more disk space :-) If it's a mails server, I'd trust people have tight quotas that fit on disk even if everyones full hehe.
__________________
My Journal Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''. |
|
|||
![]()
The answer is, as usual, quit simple: 22.8% fragmentation on a UFS2 file-system with a 2K fragment-size. Fixing it, however, is another problem. Sometimes I pine for DOS and tiny hard drives. And thanks for the tunefs tip, it led me down the right path.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
STORAGE: benchmarks results (diskinfo) | vermaden | FreeBSD General | 53 | 28th November 2010 06:06 PM |
Successfully booting NetBSD Live on a Sony Vaio PCG-GRZ530 with limited results | Mr-Biscuit | NetBSD General | 6 | 26th May 2009 11:47 AM |
question about "sockstat -4" results | bgobs | FreeBSD General | 3 | 10th June 2008 09:57 AM |