Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Double mount entry?
Date: Mon, 16 May 2011 13:26:09
Message-Id: 4DD12567.5010802@gmail.com
In Reply to: [gentoo-user] Double mount entry? by Pandu Poluan
1 Pandu Poluan wrote:
2 > Hmmm... just installed a new system... and when I type `mount`, I get this:
3 >
4 > rootfs on / type rootfs (rw)
5 > /dev/root on / type reiserfs (rw,noatime)
6 > proc on /proc type proc (rw,relatime)
7 > rc-svcdir on /lib64/rc/init.d type tmpfs
8 > (rw,nosuid,nodev,noexec,relatime,size=1024k,mode=755)
9 > sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
10 > udev on /dev type tmpfs (rw,nosuid,relatime,size=10240k,mode=755)
11 > devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
12 > shm on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime)
13 > /dev/sda1 on /boot type ext2 (rw,noatime)
14 > binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc
15 > (rw,noexec,nosuid,nodev)
16 >
17 > What's rootfs? And what's rc-svcdir? Where do they come from?
18 >
19 > Rgds,
20 > --
21 > Pandu E Poluan
22 > ~ IT Optimizer ~
23 > Visit my Blog: http://pepoluan.posterous.com
24 >
25 >
26 >
27
28 You are not alone. I have the same here:
29
30 root@fireball / # mount
31 rootfs on / type rootfs (rw)
32 /dev/root on / type reiserfs (rw,relatime)
33 proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
34 rc-svcdir on /lib64/rc/init.d type tmpfs
35 (rw,nosuid,nodev,noexec,relatime,size=1024k,mode=755)
36 sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
37 debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
38 udev on /dev type tmpfs (rw,nosuid,relatime,size=10240k,mode=755)
39 devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
40 shm on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime)
41 /dev/sda1 on /boot type ext2 (rw)
42 /dev/sda8 on /var type ext3 (rw,commit=0)
43 /dev/sda6 on /usr/portage type ext3 (rw,commit=0)
44 /dev/sda7 on /home type reiserfs (rw)
45 /dev/sdc1 on /data type reiserfs (rw)
46 usbfs on /proc/bus/usb type usbfs (rw,noexec,nosuid,devmode=0664,devgid=85)
47 binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc
48 (rw,noexec,nosuid,nodev)
49 root@fireball / #
50
51
52 I think I read a while back this is a openrc thing. It's just the new
53 way of doing things. No idea why but might be something we can't change.
54
55 Dale
56
57 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Double mount entry? Pandu Poluan <pandu@××××××.info>