[gentoo-user] OT - How to find floppy drive

2006-01-30 Thread Michael Sullivan
How do I find what my floppy drive is called? I thought it would be called /dev/fd0, but /dev/fd0 doesn't exist, and I'm at a loss on how to address it... -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] OT - How to find floppy drive

2006-01-30 Thread Dale
Michael Sullivan wrote: How do I find what my floppy drive is called? I thought it would be called /dev/fd0, but /dev/fd0 doesn't exist, and I'm at a loss on how to address it... I usually just look around in there and find it. I use udev, I assume you do to, and this is what I get:

Re: [gentoo-user] OT - How to find floppy drive

2006-01-30 Thread Michael Sullivan
On Mon, 2006-01-30 at 17:56 -0600, Dale wrote: Michael Sullivan wrote: How do I find what my floppy drive is called? I thought it would be called /dev/fd0, but /dev/fd0 doesn't exist, and I'm at a loss on how to address it... I usually just look around in there and find it. I

Re: [gentoo-user] OT - How to find floppy drive

2006-01-30 Thread Richard Fish
On 1/30/06, Michael Sullivan [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] ~ $ ls /dev/floppy ls: /dev/floppy: No such file or directory No /dev/floppy!!! Does dmesg indicate the kernel is finding a floppy drive? Did you configure your kernel with floppy support? -Richard --

Re: [gentoo-user] OT - How to find floppy drive

2006-01-30 Thread Joe Menola
On Monday 30 January 2006 6:09 pm, Michael Sullivan wrote: [EMAIL PROTECTED] ~ $ ls /dev/floppy ls: /dev/floppy: No such file or directory Check for /dev/floppy/0 (note: floppy is a folder) If neither /dev/fd0 or /dev/floppy/0 exist then verify the drive is valid via bios setup. -jm --

Re: [gentoo-user] OT - How to find floppy drive

2006-01-30 Thread Iain Buchanan
On Mon, 2006-01-30 at 17:56 -0600, Dale wrote: Hope that helps. I type it out because it took me a while to figure out what HTH was. LOL # emerge wtf $ wtf hth HTH: hope this helps (PS, sorry to hijack the thread :) -- Iain Buchanan iain at netspace dot net dot au Every man who is high

Re: [gentoo-user] OT - How to find floppy drive

2006-01-30 Thread Dale
Michael Sullivan wrote: [EMAIL PROTECTED] ~ $ ls /dev/floppy ls: /dev/floppy: No such file or directory No /dev/floppy!!! I should have thought of the new to Linux factor. /dev/floppy is only a link to /dev/floppy/0. Just like /dev/mouse is a link to /dev/input/mouse0 for me.

Re: [gentoo-user] OT - How to find floppy drive

2006-01-30 Thread Iain Buchanan
On Mon, 2006-01-30 at 19:51 -0600, Dale wrote: Look in dmesg for something like this: Floppy drive(s): fd0 is 1.44M FDC 0 is a post-1991 82077 That is what mine looks like and it should be something similiar to that. My floppy was made before 1991. I didn't know it was that old.

Re: [gentoo-user] OT - How to find floppy drive [SOLVED]

2006-01-30 Thread Michael Sullivan
On Mon, 2006-01-30 at 17:27 -0700, Richard Fish wrote: On 1/30/06, Michael Sullivan [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] ~ $ ls /dev/floppy ls: /dev/floppy: No such file or directory No /dev/floppy!!! Does dmesg indicate the kernel is finding a floppy drive? Did you configure