Sponsored Content
Full Discussion: / at 100%
Operating Systems Linux Red Hat / at 100% Post 302562149 by unxscorob on Thursday 6th of October 2011 07:34:55 AM
Old 10-06-2011
try this, to locate files over 1024 blocks in size, modified in the last 30 days, and only within the / filesystem

Code:
find / -xdev -mtime -30 -size +1024

if that doesn't help, you might have a large file within /, but another filesystem is mounted over it. if that's the case, you will have to go into what represents single user mode for your operating system, have only / mounted and locate the large file.
 
XI(4)							   BSD Kernel Interfaces Manual 						     XI(4)

NAME
xi -- Xircom CreditCard Ethernet device driver SYNOPSIS
xi* at xirc? Configuration of PHYs may also be necessary. See mii(4). DESCRIPTION
The xi driver provides support for the Xircom CreditCard family of PCMCIA Ethernet adapters. Supported cards include: Xircom CreditCard Ethernet II Xircom CreditCard 10/100 Ethernet Xircom RealPort 10/100 Ethernet + Modem (Ethernet function only) Intel EtherExpress Pro/100 Compaq Netelligent 10/100 Cards which should work, but have not been confirmed include: Xircom RealPort Ethernet Xircom RealPort 10/100 Ethernet Some Xircom Ethernet products are supported by the tlp(4) driver. MEDIA SELECTION
Media selection is done using ifconfig(8) using the standard ifmedia(4) mechanism. Refer to those manual pages for more information. SEE ALSO
ifmedia(4), mii(4), netintro(4), pcmcia(4), tlp(4), xirc(4), ifconfig(8) HISTORY
The xi device driver appeared in NetBSD 1.5. BUGS
The driver suffers from poor performance. Even with the 10/100 cards, do not expect more than ~450KB/s. Some 10/100 cards may not autonego- tiate reliably and require manual media selection. The Xircom multifunction cards which contain both Ethernet and modem interfaces are known to have problems. This is due to the card not reporting itself correctly as a multifunction card. BSD
June 1, 2007 BSD
All times are GMT -4. The time now is 06:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy