[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] df issues? not returning all mount points
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] df issues? not returning all mount points
- From: "Stewart L" <stewartl42 (at) gmail.com>
- Date: Mon, 14 Apr 2008 06:43:09 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=bAlKFDeivNOlx8GUkVt5tJL4EKgzBTCjwd7U+EAnMGE=; b=IkaWBZG08dEXiMPeINhTskyOu/cR0mLVoHPTRSlvObuloNby2ZbDLz3kwA/X5tuDxDKu9Ru5J2ug6PCkhiDASB/QeEK9XAk9fSNNyiUnev2X6E+eL+ohGZJywCok6eHUAmyugvYBsWOAjkXn2G1hyrkCHLeE3XwT8Zc8Z/GKIWg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=a5+hAo7KkIAchjFFwt8mDmXabC+iFSqRr56mCy+2bW/2sjtE6Ie8G2U/PfLJtAaw8QG6hz3JbC/TL4z0i+cIivMDionraTJfeYC/f19GTV6uSrVzO+iiYizXoYg4eupRxS8TsF3GxnMpLleRC4ltonSiHMuznbLkQadwDinc/mA=
- References: <1d23acab0804100905g1c87af6ds4f1aec8060f9ee56 (at) mail.gmail.com> <20080414052710.GA14973 (at) hswn.dk>
$ cat /proc/filesystems
nodev rootfs
nodev bdev
nodev proc
nodev sockfs
nodev tmpfs
nodev shm
nodev pipefs
ext2
nodev ramfs
nodev hugetlbfs
iso9660
nodev devpts
nodev pcihpfs
ext3
nodev usbdevfs
nodev usbfs
nodev autofs
nodev nfs
-bash-2.05b$ df -Pl
Filesystem 1024-blocks Used Available Capacity Mounted on
/dev/sda7 10080488 1123148 8445272 12% /
/dev/sda1 497829 27222 444905 6% /boot
/dev/sda2 10080520 3909352 5659100 41% /home
none 3986856 48 3986808 1% /dev/shm
/dev/sda3 10080520 2634812 6933640 28% /usr
/dev/sda6 10080488 2435352 7133068 26% /var
/dev/sda5 10080488 56360 9512060 1% /var/log
/dev/emcpowera1 1900807668 1646420212 235375812 88% /LOGS/DBKP1
/dev/emcpowerc1 1871333508 502277600 1273997684 29% /LOGS/Firewall
/dev/emcpowere1 2113786784 1079723108 926689548 54% /LOGS/Proxy
/dev/emcpowerf1 2113786784 1451185808 555226848 73% /LOGS/Other
/dev/emcpowerb1 1871333508 32828 1776242456 1% /Alfresco_1
/dev/emcpowerd1 2113786784 32828 2006379828 1% /Alfresco_2
On Mon, Apr 14, 2008 at 1:27 AM, Henrik Stoerner <henrik (at) hswn.dk> wrote:
> On Thu, Apr 10, 2008 at 12:05:36PM -0400, Stewart L wrote:
> > Some of my partitions are not getting pulled by the client data. I am
> also
> > not getting graphs for those partitions any more.
> >
> > When I run df -Pk on the command line I get the following...
> > # /bin/df -Pk
> > Filesystem 1024-blocks Used Available Capacity Mounted on
> > /dev/sda7 10080488 1123052 8445368 12% /
> > /dev/sda1 497829 27222 444905 6% /boot
> > /dev/sda2 10080520 3909356 5659096 41% /home
> > none 3986856 48 3986808 1% /dev/shm
> > /dev/sda3 10080520 2634804 6933648 28% /usr
> > /dev/sda6 10080488 2435308 7133112 26% /var
> > /dev/sda5 10080488 56748 9511672 1% /var/log
> > /dev/emcpowera1 1900807668 1251396128 630399896 67%
> /LOGS/DBKP1
> > /dev/emcpowerc1 1871333508 502627760 1273647524 29%
> /LOGS/Firewall
> > /dev/emcpowere1 2113786784 1077641868 928770788 54%
> /LOGS/Proxy
> > /dev/emcpowerf1 2113786784 1806209972 200202684 91%
> /LOGS/Other
> > /dev/emcpowerb1 1871333508 32828 1776242456 1%
> /Alfresco_1
> > /dev/emcpowerd1 2113786784 32828 2006379828 1%
> /Alfresco_2
> >
> >
> > If I look at the client data for this server, I only get
> >
> > [df]
> > Filesystem 1024-blocks Used Available Capacity Mounted on
> > /dev/sda7 10080488 1123048 8445372 12% /
> > /dev/sda1 497829 27222 444905 6% /boot
> > /dev/sda2 10080520 3909356 5659096 41% /home
> > /dev/sda3 10080520 2634804 6933648 28% /usr
> > /dev/sda6 10080488 2435308 7133112 26% /var
> > /dev/sda5 10080488 56748 9511672 1% /var/log
> > /dev/emcpowerb1 1871333508 32828 1776242456 1%
> /Alfresco_1
> > /dev/emcpowerd1 2113786784 32828 2006379828 1%
> /Alfresco_2
>
> That IS weird. Could you please try running these two commands and
> report the output:
>
> cat /proc/filesystems
> df -Pl
>
>
> Regards,
> Henrik
>
>
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>
--
Stewart
The revolution will not be televised.
The revolution will be no re-run brothers;
The revolution will be live.