Mel Flynn-2 wrote: > > > This is exactly what I figured. Some files are hiding behind a mount > point. > The got there most likely, cause you did make installworld without /usr > mounted, which would happen if you have the FreeBSD source tree on a > different > location, reboot into single user mode, only mount the source tree and do > installworld. > > To repair, reboot into single user. Run the following commands: > fsck -y / > mount -u -o rw / > rm -rf /usr/* > exit > > This should delete the offending files. >
Thanks, you have been a tremendous help That was precisely the problem and solution, the capacity from df-k is back down to 10% thanks again with your permission I'd like to post your advise on the FreeBSD Forum, of course with credits =) -- View this message in context: http://www.nabble.com/Inconsistency-in-root-partition-size-tp25314145p25356456.html Sent from the freebsd-questions mailing list archive at Nabble.com. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
