Unix Technical Forum

need some help copying a VOL.000.000 from floppy to HD

This is a discussion on need some help copying a VOL.000.000 from floppy to HD within the Sco Unix forums, part of the Unix Operating Systems category; --> This might be simple to the UNIX gurus but I need help copying a file to the /tmp directory. ...


Go Back   Unix Technical Forum > Unix Operating Systems > Sco Unix

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-15-2008, 05:47 PM
IT Geek-dude
 
Posts: n/a
Default need some help copying a VOL.000.000 from floppy to HD

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
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-15-2008, 05: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 <==
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-15-2008, 05:47 PM
Brian K. White
 
Posts: n/a
Default Re: need some help copying a VOL.000.000 from floppy to HD


----- Original Message -----
From: "Jean-Pierre Radley" <jpr@jpr.com>
Newsgroups: comp.unix.sco.misc
To: <distro@jpr.com>
Sent: Thursday, February 09, 2006 11:56 PM
Subject: 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


Not to mention, if he's got a vol floppy (perhaps created by 3com and came
with the card) Then all he needs to do is stick the floppy in and type
"custom"
no mounting, no copying, no dd, etc...

But from the insufficient problem description he provided we can never the
less be the oracles he wishes for and deduce that what he probably did was
download a vol file from windows and write it to a floppy, which means he
has a file on a msdos filesystem on a floppy. (hint, that is the kind of
info you should have provided, not the typical user quality report of "it
doesn't work")

In which case he can do either
mount -f msdos /dev/fd0135ds18 /mnt
ls /mnt
cp /mnt/3C905.VOL /tmp/VOL.000.000

Or in the particular case of a dos/win floppy, no mounting at all.:
dosdir a:
doscp a:3C905.VOL /tmp/VOL.000.000

Then follow the custom directions for installing from media images.

Or he can go back to windows, use rawwritewin.exe to write that vol file he
dounloaded to a floppy as if it was a floppy disk image.
He claims to be familiar with Linux, so this should no problem, in fact, in
that case he should have no problem using a linux box to (w)get the same vol
file from wherever he got it, and use dd to write it to the floppy.

Then just put the floppy in the sco box floppy drive and run custom and
choose software, install new, from localhost, floppy drive.

If he thinks this is "frustrating" because it's "not linux", wait till he
tries to configure and use that nic he's trying to install.
With no brainless screen with a field where you can type in the default
gateway on 5.0.5...
And the brainless screens that there are, don't work well enough, such that
you have to know to go and look at, possibly doctor up a couple files
yourself after running netconfig but before rebooting.

Which brings to my attention that I have to take back part of the bad error
report shot, because he managed to say the os version, which doesn't matter
for the floppy access, but matters somewhat for the next step of configuring
networking to use the nic.

Brian K. White -- brian@aljex.com -- http://www.aljex.com/bkw/
+++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>++.
filePro BBx Linux SCO FreeBSD #callahans Satriani Filk!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-15-2008, 05:47 PM
mbennett
 
Posts: n/a
Default Re: need some help copying a VOL.000.000 from floppy to HD

I suggest you visit this site:

http://support.3com.com/infodeli/tools/nic/sco.htm

Download the correct driver. If you've done this on a Windows system
(which I suspect is the issue) and saved it to a disk, then you need to
use the doscp command to move it from the floppy to the SCO box.

My encounters with Linux have been that all floppies are created in a
DOS compatible format, so if you downloaded the file to a Linux system
and copied it to a floppy, again you need to use doscp.

'man doscp' for details.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-15-2008, 05:47 PM
IT Geek-dude
 
Posts: n/a
Default Re: need some help copying a VOL.000.000 from floppy to HD


Yes, the VOL file was originally downloaded on to a windows machine and
saved to a floppy!!!

Solution: I mounted the CD and copied it /tmp/VOL.000.000 ran 'custom'
and it took no problem...
launched 'netconfig' and installed the new adapter.

Despite this comment:

>If he thinks this is "frustrating" because it's "not linux", wait till he
>tries to configure and use that nic he's trying to install.
>With no brainless screen with a field where you can type in the default
>gateway on 5.0.5...


- The configuration of the NIC was not difficult at all. After linking
the kernel and rebooting it fired away and returned packets to gateway
with 0% loss. Problem solved...now I can go back to my easy to manage
windows servers like the monkey you must all think I am.

Thanks for the help but before I could even read any of these posts it
was fixed.

"knowledge breeds confidence, confidence breeds success'

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-15-2008, 05:47 PM
Brian K. White
 
Posts: n/a
Default Re: need some help copying a VOL.000.000 from floppy to HD


----- Original Message -----
From: "IT Geek-dude" <brianprovenzano@gmail.com>
Newsgroups: comp.unix.sco.misc
To: <distro@jpr.com>
Sent: Saturday, February 11, 2006 12:23 AM
Subject: Re: need some help copying a VOL.000.000 from floppy to HD


>
> Yes, the VOL file was originally downloaded on to a windows machine and
> saved to a floppy!!!
>
> Solution: I mounted the CD and copied it /tmp/VOL.000.000 ran 'custom'
> and it took no problem...
> launched 'netconfig' and installed the new adapter.
>
> Despite this comment:
>
>>If he thinks this is "frustrating" because it's "not linux", wait till he
>>tries to configure and use that nic he's trying to install.
>>With no brainless screen with a field where you can type in the default
>>gateway on 5.0.5...

>
> - The configuration of the NIC was not difficult at all. After linking
> the kernel and rebooting it fired away and returned packets to gateway
> with 0% loss. Problem solved...now I can go back to my easy to manage
> windows servers like the monkey you must all think I am.


Despite this comment, it frankly stands if you think easy to manage is what
makes a good server.
Golf carts are much easier to manage than 18-wheel trucks, or race cars, or
the space shuttle.
Thene again, I find not having to do any maintenance for years much easier
than any windows box ever was.

Brian K. White -- brian@aljex.com -- http://www.aljex.com/bkw/
+++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>++.
filePro BBx Linux SCO FreeBSD #callahans Satriani Filk!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:53 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com