Gentoo Archives: gentoo-user

From: Paul Colquhoun <paulcol@×××××××××××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] df showing rootfs
Date: Sun, 11 May 2008 10:12:35
Message-Id: 200805112012.26997.paulcol@andor.dropbear.id.au
In Reply to: [gentoo-user] df showing rootfs by Willie Wong
1 On Sat, 10 May 2008, Willie Wong wrote:
2 > Having just upgraded to baselayout2 and openrc, I found that when I
3 > run df, I get
4 >
5 > Filesystem 1K-blocks Used Available Use% Mounted on
6 > rootfs 8008068 6827336 1180732 86% /
7 > /dev/root 8008068 6827336 1180732 86% /
8 > udev 10240 88 10152 1% /dev
9 > none 257012 0 257012 0% /dev/shm
10 > rc-svcdir 1024 56 968 6% /lib/rc/init.d
11 > /dev/hda6 401572 139560 262012 35% /var
12 > /dev/hda7 29735368 28433384 1301984 96% /home
13 >
14 > Note the first two lines are identical. Is this the way it is
15 > supposed to be? Or did I miss a configuration variable somewhere
16 > when I etc-update'd?
17
18
19 Just to let you know you are not alone.
20
21
22 $ uname -a
23 Linux tux 2.6.24-gentoo-r2 #1 SMP PREEMPT Tue Feb 12 18:54:03 EST 2008
24 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ AuthenticAMD
25 GNU/Linux
26
27
28 $ df -k
29 Filesystem 1K-blocks Used Available Use% Mounted on
30 rootfs 10008136 1208624 8799512 13% /
31 /dev/sda3 10008136 1208624 8799512 13% /
32 udev 10240 200 10040 2% /dev
33 shm 1029084 0 1029084 0% /dev/shm
34 rc-svcdir 1024 88 936 9% /lib64/rc/init.d
35 /dev/sda5 10008136 412576 9595560 5% /var
36 /dev/sda6 10008136 6799800 3208336 68% /usr
37 /dev/sda7 166998544 851032 166147512 1% /data
38 /dev/sdb2 7816780 1789648 6027132 23% /var/spool/news
39 /dev/sdb3 39068880 27590744 11478136 71% /usr/portage
40 /dev/sdb4 146508292 127278184 19230108 87% /home
41 /dev/mapper/vg00-backup
42 398266496 338484192 59782304 85% /backup
43
44
45
46 --
47 Reverend Paul Colquhoun, ULC. http://andor.dropbear.id.au/~paulcol
48 Asking for technical help in newsgroups? Read this first:
49 http://catb.org/~esr/faqs/smart-questions.html#intro
50 --
51 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] df showing rootfs Justin <justin@×××××××××.net>