Gentoo Archives: gentoo-user

From: Ian Brandt <ian@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] udev Migration and SCSI
Date: Thu, 20 Oct 2005 17:58:17
Message-Id: 4357D910.3000507@ianbrandt.com
In Reply to: Re: [gentoo-user] udev Migration and SCSI by John Jolet
1 John Jolet wrote:
2 > okay, and does that agree with /etc/mtab?
3
4 Not exactly:
5
6 # cat /proc/mounts
7 rootfs / rootfs rw 0 0
8 /dev/root / reiserfs rw,noatime 0 0
9 none /dev devfs rw 0 0
10 proc /proc proc rw 0 0
11 none /dev/shm tmpfs rw 0 0
12 /dev/scsi/host0/bus0/target0/lun0/part1 /boot ext3 rw,noatime 0 0
13
14 # cat /etc/mtab
15 /dev/scsi/host0/bus0/target0/lun0/part3 / reiserfs rw,noatime 0 0
16 none /dev devfs rw 0 0
17 proc /proc proc rw 0 0
18 none /dev/shm tmpfs rw 0 0
19 /dev/scsi/host0/bus0/target0/lun0/part1 /boot ext3 rw,noatime 0 0
20 /dev/sda3 /mnt/gentoo/ reiserfs rw,noatime 0 0
21
22 Also, just fyi:
23
24 # ls -al /dev/root
25 lr-xr-xr-x 1 root root 34 Oct 18 16:15 /dev/root ->
26 scsi/host0/bus0/target0/lun0/part3
27 --
28 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] udev Migration and SCSI John Jolet <john@×××××.net>