Re: / partition full Solved!!!!

2003-03-12 Thread Mikevl
which is what caused the problem. Hmmm Once again many thanks for all your untiring help Mike - Original Message - From: "Mikkel L. Ellertson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 12, 2003 8:24 AM Subject: Re: / partition full > On

Re: / partition full

2003-03-11 Thread fluke
The easiest way to track it down is to use du with the -x flag which will exclude other filesystems (such as /proc, /mnt/Windows, /usr & /var) so the command line ends up being: du -x | sort -rn | head -n 20 On Wed, 12 Mar 2003, Mikevl wrote: > I can somebody please help me out with this.?

Re: / partition full

2003-03-11 Thread Mikevl
Thanks All I will try this latter today after work Many thanks Mike - Original Message - From: "Mikkel L. Ellertson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 12, 2003 8:24 AM Subject: Re: / partition full > On Wed, 12 Mar 2003, M

Re: / partition full

2003-03-11 Thread Mikkel L. Ellertson
On Wed, 12 Mar 2003, Mikevl wrote: > I can somebody please help me out with this.? > > My root partition seems to be full but I cannot find the files which > fill it up. > > Many thanks > > Mike > > [EMAIL PROTECTED] root]# df -h > FilesystemSize Used Avail Use% Mounted on > /dev/

RE: / partition full

2003-03-11 Thread Mikkel L. Ellertson
On Tue, 11 Mar 2003, Burke, Thomas G. wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Is it just me, or does anyone else find it odd that so many of his > directories (that should be big, like usr) are listed as 4096 > size?... Try inserting your install disk & run the ls command fr

RE: / partition full

2003-03-11 Thread Burke, Thomas G.
- From: Mikevl [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 1:07 PM To: [EMAIL PROTECTED] Subject: Re: / partition full Thanks to all that have replied Have I missed something. Does the population of other directories affect the / partition? Am I looking for a file in the / direct

Re: / partition full

2003-03-11 Thread Joe Polk
ks > > Mike > - Original Message - > From: "Milanuk, Monte" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, March 12, 2003 6:52 AM > Subject: RE: / partition full > > > > > > The version that I normally us

Re: / partition full

2003-03-11 Thread Mikevl
D]> Sent: Wednesday, March 12, 2003 6:52 AM Subject: RE: / partition full > > The version that I normally use is like this: > > du -hmc / --exclude=proc --max-depth=2 > > I would unmount any network filesytems prior to starting this, and eject any > removable media. Either

RE: / partition full

2003-03-11 Thread Milanuk, Monte
The version that I normally use is like this: du -hmc / --exclude=proc --max-depth=2 I would unmount any network filesytems prior to starting this, and eject any removable media. Either that or include them w/ their own --exclude= statements in the command call. Once you see where the bulk of

RE: / partition full

2003-03-11 Thread Burke, Thomas G.
7;ve been hacked. - -Original Message- From: Mikevl [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 12:34 PM To: [EMAIL PROTECTED] Subject: / partition full I can somebody please help me out with this.? My root partition seems to be full but I cannot find the files which fill it

RE: / partition full

2003-03-11 Thread Pady Srinivasan
du -sk / | sort -n Thanks -- pady [EMAIL PROTECTED] -Original Message- From: Mikevl [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 12:34 PM To: [EMAIL PROTECTED] Subject: / partition full I can somebody please help me out with this.? My root partition seems to be full

/ partition full

2003-03-11 Thread Mikevl
I can somebody please help me out with this.? My root partition seems to be full but I cannot find the files which fill it up. Many thanks Mike [EMAIL PROTECTED] root]# df -h FilesystemSize Used Avail Use% Mounted on /dev/hda1 980M 980M 0 100% / /dev/hdb1

Re: / partition full

1998-05-07 Thread Ronald Pottol
Easier than that, you make a new partition somewhere, copy (preserving all the permissions) local (or what ever it is), make the entry in the /etc/fstab , delete the directory from its current location, and mount the partition as per the fstab entry. Read the appropriate man pages (fstab, cp, etc