Re: [bug?] df and du -s output inconsistent?

2000-03-10 Thread Olaf Meeuwissen
Hi all, Thanks to everyone who vented opinions. I fsck'ed the partition and df and du -s now agree to within a couple of kilobytes (7 in case it matters, with df reporting the larger value). -- Olaf Meeuwissen Epson Kowa Corporation, Research and Development

[bug?] df and du -s output inconsistent?

2000-03-09 Thread Olaf Meeuwissen
Hi all, Yesterday I got an I/O error telling me that the /home file system was full. Bummer! Checked with df and sure 0% free in /home. Looked all over /home to find disk hogs and removed a really big .xsession-errors file---still have to find out what caused that---and thought all would be

Re: [bug?] df and du -s output inconsistent?

2000-03-09 Thread Mark Ferlatte
On Thu, Mar 09, 2000 at 09:24:41AM +0900, Olaf Meeuwissen spoke, and we listened to: There is something funny about the output of df and du -s. Just take a look at the typescript below: bash-2.03$ df /home Filesystem 1k-blocks Used Available Use% Mounted on /dev/hda7

Re: [bug?] df and du -s output inconsistent?

2000-03-09 Thread Olaf Meeuwissen
Mark Ferlatte [EMAIL PROTECTED] writes: On Thu, Mar 09, 2000 at 09:24:41AM +0900, Olaf Meeuwissen spoke, and we listened to: There is something funny about the output of df and du -s. Just take a look at the typescript below: bash-2.03$ df /home Filesystem 1k-blocks

Re: [bug?] df and du -s output inconsistent?

2000-03-09 Thread Ethan Benson
On Thu, Mar 09, 2000 at 09:24:41AM +0900, Olaf Meeuwissen wrote: Hi all, Yesterday I got an I/O error telling me that the /home file system was full. Bummer! Checked with df and sure 0% free in /home. Looked all over /home to find disk hogs and removed a really big .xsession-errors

Re: [bug?] df and du -s output inconsistent?

2000-03-09 Thread Olaf Meeuwissen
Ethan Benson [EMAIL PROTECTED] writes: On Thu, Mar 09, 2000 at 09:24:41AM +0900, Olaf Meeuwissen wrote: There is something funny about the output of df and du -s. Just take a look at the typescript below: bash-2.03$ df /home Filesystem 1k-blocks Used Available

Re: [bug?] df and du -s output inconsistent?

2000-03-09 Thread Ethan Benson
On Thu, Mar 09, 2000 at 06:34:29PM +0900, Olaf Meeuwissen wrote: Uhm, the figures concerned are 0.6, 1, 1.6 and 2 gigabytes. I see no (sensible) way of getting 5% out of those even without doing any math. Closest I come is 20% ;-) well i said i was too lazy to bother with any calculations

Re: [bug?] df and du -s output inconsistent?

2000-03-09 Thread Patrick
Have you changed your partition table? When I did this, I first did a cp -a /usr /newusr on a seperate partition. Then I editted fstab and rebooted. The system worked fine but the old usr directory was still there just not visible. I rebooted using Toms Repair Disk and it showed the missing

Re: [bug?] df and du -s output inconsistent?

2000-03-09 Thread David Wright
Quoting Olaf Meeuwissen ([EMAIL PROTECTED]): Yesterday I got an I/O error telling me that the /home file system was full. Bummer! Checked with df and sure 0% free in /home. Looked all over /home to find disk hogs and removed a really big .xsession-errors file---still have to find out what