View Single Post

   
  #2 (permalink)  
Old 02-15-2008, 06:47 PM
Jean-Pierre Radley
 
Posts: n/a
Default Re: need some help copying a VOL.000.000 from floppy to HD

IT Geek-dude typed (on Thu, Feb 09, 2006 at 08:25:05PM -0800):
| This might be simple to the UNIX gurus but I need help copying a file
| to the /tmp directory.
| I notice there is like over a dozen mounted fd0, rfd-135ds18, etc...in
| /dev

None of them are mounted by default. Typing 'mount' doesn't show you
any floppies mounted, does it?

| SCO is different from linux and this is very frustrating. I just want
| to be able to copy the drivers on to my hard drive. I can't figure out
| for the life of me how to access the floppy drive in SCO 5.0.5
| openserver.
|
| the driver installation notes calls for: Download VOL.000.000 and place
| in /tmp. run 'custom'
| and "install new" from 'media'. Easier said than done. Can anyone help?
| I need to get this machine talking on the network with a 3com905c-tx
| adapter.

You probably have only one floppy on a modern machine, and you can mount
it using

mount /dev/fd0 /mnt

But you probably don't want to mount it anyhow, because you can only
mount filesytems, and you're implying that yuou have a copy of a VOL file
on the floppy, not a filesystem. BTW, how did you write the VOL file
onto the floppy?

Try:

dd if=/dev/fd0 bs=18b of=/tmp/VOL.000.000

--
JP
==> http://www.frappr.com/cusm <==
Reply With Quote