Gentoo Archives: gentoo-user

From: Stroller <stroller@××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Information request: root directory not listed by df
Date: Fri, 18 Sep 2009 07:27:20
Message-Id: BE0B691F-8331-40D0-BEA6-42565B3BCAE4@stellar.eclipse.co.uk
In Reply to: [gentoo-user] Information request: root directory not listed by df by "Alan E. Davis"
1 On 18 Sep 2009, at 00:20, Alan E. Davis wrote:
2 > However, df doesn't list /dev/sda4.
3
4 Is it mounted?
5
6 $ df -h
7 Filesystem Size Used Avail Use% Mounted on
8 /dev/sda6 99G 27G 67G 29% /
9 udev 10M 152K 9.9M 2% /dev
10 /dev/sdb1 917G 285G 632G 32% /mnt/space
11 shm 758M 0 758M 0% /dev/shm
12 $ sudo mount -v /boot/
13 /dev/sda1 on /boot type ext2 (rw,noatime)
14 $ df -h
15 Filesystem Size Used Avail Use% Mounted on
16 /dev/sda6 99G 27G 67G 29% /
17 udev 10M 152K 9.9M 2% /dev
18 /dev/sdb1 917G 285G 632G 32% /mnt/space
19 shm 758M 0 758M 0% /dev/shm
20 /dev/sda1 54M 11M 40M 22% /boot
21 $
22
23 > The following are listed by df:
24 >
25 > rootfs 9780176 8060012 1223356
26 > 87% /
27 > /dev/root 9780176 8060012 1223356
28 > 87% /
29
30 Is this really the full output of df?
31
32 I advise against posting truncated or edited console output. Myself, I
33 have made simple & obvious mistakes many times, but these are often
34 easily corrected by readers because I post full & complete wossisname.
35 You may be of unimpeachable competence & correctness, but when one
36 sees only snippets of what's going on some doubt must remain that
37 something of significance is being concealed.
38
39 Stroller.

Replies

Subject Author
Re: [gentoo-user] Information request: root directory not listed by df "Alan E. Davis" <lngndvs@×××××.com>