[SunHELP] Inode Tip
Bashar
sunhelp at sunhelp.org
Sun Jan 21 01:13:40 CST 2001
this tip didnt really work under ksh nor csh , any idea with what
modifications it might work ? like removing -n flag from echo
KuwaitNet Communications Inc.
Bashar A AlAbdulhadi Sales Manager/Administrator
bashar at kuwaitnet.net http://www.KuwaitNet.net
Phone: (KW) +965-2647060 Fax: (KW) +965-5337060
Phone: (US) +514-2417955 Fax: (US) +208-2755778
ICQ UIN: 19907999 Pager: (KW) 9312471
IRC: Big @ #Kuwaitnet YaHoO ID: kuwaitnets
Toll free (from USA & Canada only) 1-888-KuwaitNET
"Quality, Stability, 24 Hours Tech. Support"
"Think KuwaitNet"
On Sat, 20 Jan 2001, Tim Longo wrote:
>
>
> I know there was a question about Inodes recently, so
> I thought the following tip might be useful:
>
> > FULL OF FILESYSTEM INODES
> >
> > We recently had a problem where a file system had 100% inode usage.
> > Unfortunately there isn't an easy way to search for directories with
> > a lot of files in them (1 file = 1 inode). And if the files are small,
> > you can't rely on du to help you out.
> >
> > Here is a find command that will print all the directories in the
> > current filesystem, with the number of files (inodes) in that directory.
> >
> > find . -xdev -type d -exec /bin/echo -n {} \; -exec sh -c "ls {} | wc -l" \;
> >
> > This tip generously supported by: rickb at cmhcsys.com
> >
> _______________________________________________
> SunHELP maillist - SunHELP at sunhelp.org
> http://www.sunhelp.org/mailman/listinfo/sunhelp
>
More information about the SunHELP
mailing list