bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: df command hangs system.


From: Philip Rowlands
Subject: Re: df command hangs system.
Date: Fri, 19 Jan 2007 13:34:30 +0000 (GMT)

On Fri, 19 Jan 2007, Suresh Kumar Papneja, Noida wrote:

While executing "df -kP" or "df" command, the system will go in wait state until forcefully kill by ctrl+c,

It's likely that an NFS mount is hanging in the statfs call. You should be able to see this by running df under strace.

$ strace -e statfs,statfs64 df
statfs64("/", 84, {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=4828858, 
f_bfree=2920424, f_bavail=2675132, f_files=2452800, f_ffree=2200287, f_fsid={0, 0}, f_namelen=255, 
f_frsize=4096}) = 0
etc.


Cheers,
Phil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]