Re: floppy not mounting

2002-10-17 Thread Matthew Seaman
On Wed, Oct 16, 2002 at 03:55:21PM -0700, Wayne Lubin wrote: > As I discussed in an earlier email that the fd0 > device is not showing up on dmesg. Can it be that I > burnt out the floppy drive and now at boot up the > floppy is not being detected? It's possible that your floppy has indeed bitte

Re: floppy not mounting

2002-10-16 Thread Jack L. Stone
At 06:10 PM 10.16.2002 -0500, Bryan Cassidy wrote: >On Wed, 16 Oct 2002 15:55:21 -0700 (PDT) >Wayne Lubin <[EMAIL PROTECTED]> wrote: > >> I am having the exact problem as this guy, and I tried >> your suggestion >> >> mount_msdos /dev/fd0 /mnt >> >> as root and I still get >> >> /dev/fd0: D

Re: floppy not mounting

2002-10-16 Thread Jack L. Stone
At 10:51 PM 10.16.2002 +0200, [EMAIL PROTECTED] wrote: > >On 16-Oct-2002 Bryan Cassidy wrote: >> On Wed, 16 Oct 2002 22:20:30 +0200 (CEST) >> [EMAIL PROTECTED] wrote: >> >>> Hi, an idea for this problem:? >>> >>> [root@x]/root(101): mount /dev/fd0 /drives/fd >>> mount: /dev/fd0: Device not confi

Re: floppy not mounting

2002-10-16 Thread Bryan Cassidy
On Wed, 16 Oct 2002 15:55:21 -0700 (PDT) Wayne Lubin <[EMAIL PROTECTED]> wrote: > I am having the exact problem as this guy, and I tried > your suggestion > > mount_msdos /dev/fd0 /mnt > > as root and I still get > > /dev/fd0: Device not configured Try fdisk /dev/fd0 or fdisk fd0 cant rem

Re: floppy not mounting

2002-10-16 Thread Wayne Lubin
--- Wayne Lubin <[EMAIL PROTECTED]> wrote: > > --- Bryan Cassidy <[EMAIL PROTECTED]> wrote: > > On Wed, 16 Oct 2002 22:20:30 +0200 (CEST) > > [EMAIL PROTECTED] wrote: > > > > > Hi, an idea for this problem:? > > > > > > [root@x]/root(101): mount /dev/fd0 /drives/fd > > > mount: /dev/fd0: Devic

Re: floppy not mounting

2002-10-16 Thread Bryan Cassidy
On Wed, 16 Oct 2002 22:20:30 +0200 (CEST) [EMAIL PROTECTED] wrote: > Hi, an idea for this problem:? > > [root@x]/root(101): mount /dev/fd0 /drives/fd > mount: /dev/fd0: Device not configured > > thanks Try this as rootmount_msdos /dev/fd0 /mnt -