Gentoo Archives: gentoo-dev

From: 320095285153-0001@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] hde and hdg (udma card)
Date: Tue, 30 Jan 2001 19:41:05
Message-Id: 3A77747C.B8E6B8AD@gottinger.de
In Reply to: [gentoo-dev] hde and hdg (udma card) by John McCaskey
1 John McCaskey wrote:
2
3 > So I got the cd to boot now that I have the fixed file, however I have
4 > another little problem. My hard disks are on a udma100 card and show as hde
5 > and hdg in linux. The kernel supports the card and when booting off the cd
6 > everything is fine and I fdisked and installed just fine. I can even boot
7 > ok as grub sees the drives fine. However, once I am booted I can not get to
8 > them because in /dev I only have up through hdd. So I can't mount my boot
9 > partition to setup the grub menu file etc. It seems like this is a simple
10 > problem of adding them to /dev but I don't know how to do that. If someone
11 > can help me out that would be great.
12 >
13
14 Hmm, boot from the cd, mount your root partition to /mnt/gentoo, chroot there,
15 cd to /dev and
16 then type
17 >MAKEDEV hde
18 >MAKEDEV hdg
19 >
20
21 Or another solution add "devfs=mount" to your kernels boot options in the grub
22 bootmenu. That means you use
23 the devfs filesystem and devices are generated automatic on demand.
24
25 achim~
26
27 >
28 > _______________________________________________
29 > gentoo-dev mailing list
30 > gentoo-dev@g.o
31 > http://www.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: [gentoo-dev] hde and hdg (udma card) John McCaskey <jmccaskey1@×××××.net>