[SunHELP] Netra X1 Filesystem Full

Will Mc Donald sunhelp at sunhelp.org
Tue Nov 6 10:24:14 CST 2001


>From my mail a few days back...
===================================
To list directories sorted by size with the largest last I use...

# du -k /relevant_volume | sort -n -k 1

To find all files changed in the last 2 days larger than, say, 10 MB use
something like...

# find /relevant_volume -size +1000000c -mtime -2 -ls

Hope this points you in the right direction.
===================================

----- Original Message -----
From: "Fletcher, Joe" <joe.fletcher at Metapack.com>
> Usual place to start checking is /var and further probably /var/adm
assuming
> var in is / and has not been put in a partitin on it's own.
>
> Good hunting.
>
>
> -----Original Message-----
> From: Ben Ricker [mailto:bricker at wellinx.com]
> My root partition is full on a Netra X1 which was partitioned at the
> factory (rather horribly, I might add). I know someone posted the find
> command that will allow to sort large files. What was that again (I
> searched SunHelp but no joy)?
>
> Also, there are a lot of stuff in /bin. How can find out what package
> installed a given binary? I tried pkginfo piped through grep but came up
> empty. I started removing all the "foreign" language support but that is
> all in /usr, a separate partition.
>
> Thanks,
>
> Ben




More information about the SunHELP mailing list