Thanks Erik
No large files with find.
Unable to unmount partitions to check under their mount points.
Once shut down unable to reboot,
Live cd showed that my rsync script had copied files to the mount point and then mounted a filesystem on top.
Ken

Erik de Castro Lopo wrote:
Ken Wilson wrote:

Filesystem            Size Used Avail Use% Mounted on
/dev/sdc1              25G   24G     0 100% /

Err, 24 out of 25 gig in /

Since you have everything in different partitions you are only interested in what happens on /dev/sdc1, you might try:

   sudo find / -xdev -type f -printf "%15s    %p\n" |sort -r | head -50

to find the 50 biggest files in /.

The other possibility is that you have large amoungs of data in
say /home, and then have another disk mounted otver the top.

HTH,
Erik
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to