Gentoo Archives: gentoo-user

From: Dale <dalek@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OT - How to find floppy drive
Date: Tue, 31 Jan 2006 01:56:25
Message-Id: 43DEC293.4090307@exceedtech.net
In Reply to: Re: [gentoo-user] OT - How to find floppy drive by Michael Sullivan
1 Michael Sullivan wrote:
2
3 >
4 >>
5 >>
6 >>
7 >>
8 >
9 >michael@camille ~ $ ls /dev/floppy
10 >ls: /dev/floppy: No such file or directory
11 >
12 >
13 >No /dev/floppy!!!
14 >
15 >
16 >
17
18 I should have thought of the new to Linux factor. /dev/floppy is only a
19 link to /dev/floppy/0. Just like /dev/mouse is a link to
20 /dev/input/mouse0 for me. There are a lot of things that are only
21 links. Even if the /dev/fd0 was there and the /dev/floppy/0 was not, it
22 would not work.
23
24 Look in dmesg for something like this:
25
26 > Floppy drive(s): fd0 is 1.44M
27 > FDC 0 is a post-1991 82077
28
29
30 That is what mine looks like and it should be something similiar to
31 that. My floppy was made before 1991. I didn't know it was that old.
32 O_O Oh, to get dmesg, just go to a terminal and type in dmesg. If you
33 don't want to search through it, type in "dmesg | grep fd0" and see what
34 it says. Leave out the quotes though.
35
36 Hope that helps.
37
38 Dale
39 :-)
40
41
42 --
43 To err is human, I'm most certainly human.
44
45 I have four rigs:
46
47 1: Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives. Named Smoker
48 2: Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive. Named Swifty
49 3: Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 224MBs of ram and a 2.5GB drive. Named Pokey
50 4: Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive. Named Putput
51
52 All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.
53
54 --
55 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] OT - How to find floppy drive Iain Buchanan <iaindb@××××××××××××.au>