I had a situation where /dev/dasdb1 the root file system was 100% full. There were logs in /var/log that were huge, so I deleted them and rebooted (shutdown -r now) Upon restart a df command still reports the file system 100% full.
I ran a 'e2fsck /dev/dasdb1 -f -v -n' and received a few errors (of course not fixed thanks to -n). The errors are: 'block bit map differences', 'Inode 80135, i_blocks is 64, should be 8.'. I would like to run fsck against the root file system, how do I do it? Thank you....
