| Summary: | FreeBSD -stable and -current free space handling for UFS filesystems | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Alex Popa <razor> |
| Component: | kern | Assignee: | Kirk McKusick <mckusick> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.8-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Alex Popa
2003-07-26 20:10:19 UTC
Responsible Changed From-To: freebsd-bugs->kirk Assign to softupdates maintainer Responsible Changed From-To: kirk->mckusick Correct kirk's user id I have the same problem on UFS2 Filesystems on FreeBSD 6.3 and 7.0 I face with it everyday, when mysql creates and deletes big tmp tables on 2G /var partition. When i move mysql temp to big partition (20-30G of free space), problem disappears. Got this problem on different hardware and servers. sun# du -sh /var/ 210M /var/ sun# df -h /var Filesystem Size Used Avail Capacity Mounted on /dev/amrd0s1e 1.9G 1.1G 707M 61% /var sun# fsck /var ** /dev/amrd0s1e (NO WRITE) ** Last Mounted on /var ** Phase 1 - Check Blocks and Sizes INCORRECT BLOCK COUNT I=235629 (1851264 should be 1849536) CORRECT? no ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts UNREF FILE I=47127 OWNER=root MODE=140666 SIZE=0 MTIME=Mar 5 01:01 2008 CLEAR? no UNREF FILE I=235629 OWNER=root MODE=100600 SIZE=947341890 MTIME=Mar 5 13:19 2008 CLEAR? no ** Phase 5 - Check Cyl groups FREE BLK COUNT(S) WRONG IN SUPERBLK SALVAGE? no SUMMARY INFORMATION BAD SALVAGE? no BLK(S) MISSING IN BIT MAPS SALVAGE? no State Changed From-To: open->closed This problem was finally fixed in 8.0 |