[comp.unix.aix] PCSIM AIX/DOS file transfers?

andreess@mrlaxs.mrl.uiuc.edu (Marc Andreessen) (04/25/91)

We're just starting to use PCSIM, and I'm wondering if there's any
direct way to transfer a file from the AIX-managed DOS ``hard drive''
file to the AIX file system... at present we write the file from
the emulated hard drive onto a 3.5" floppy, and then use dosread to
get it back into AIX.  There's got to be an easier way, right?

Thanks for any help,

Marc

-- 
Marc Andreessen___________University of Illinois Materials Research Laboratory
Internet: andreessen@uimrl7.mrl.uiuc.edu____________Bitnet: andreessen@uiucmrl

slh@gibdo.engr.washington.edu (04/26/91)

In article <1991Apr25.004717.23672@ux1.cso.uiuc.edu> andreess@mrlaxs.mrl.uiuc.edu (Marc Andreessen) writes:
|We're just starting to use PCSIM, and I'm wondering if there's any
|direct way to transfer a file from the AIX-managed DOS ``hard drive''
|file to the AIX file system... at present we write the file from
|the emulated hard drive onto a 3.5" floppy, and then use dosread to
|get it back into AIX.  There's got to be an easier way, right?
|
	I think if you make a file designated as a "drive" for pcsim
	a directory, then both pcsim and aix have access to it.
	I definitely know you can do it, because I have one.
	Also transfering files through this shared drive to copy them
	from/to dos diskettes is a hell of a lot faster than dosread/write.

freese@dalvm41b.vnet.ibm.com ("Bradley T. Freese") (05/15/91)

andreess@mrlaxs.mrl.uiuc.edu (Marc Andreessen) writes:

> We're just starting to use PCSIM, and I'm wondering if there's any
> direct way to transfer a file from the AIX-managed DOS ``hard drive''
> file to the AIX file system... at present we write the file from
> the emulated hard drive onto a 3.5" floppy, and then use dosread to
> get it back into AIX.  There's got to be an easier way, right?

Yes, yes, yes.  Make a file in your $HOME directory called "simprof",
if you don't already have one.  Put something like the following line
in it:

Edrive              : /u/public/dos/Edir

Change "/u/public/dos/Edir" to point to some AIX *directory*.
For illustration and completeness, this is the rest of my
$HOME/simprof:

#Profile  simprof
#
#
Adiskette           : 3
Cdrive              : /u/public/dos/Cdisk
Ddrive              : /u/public/dos/Ddisk
lpt1                : peg

With this simprof, when I start PC Simulator, it assigns the 3.5inch
drive as my A> disk, the files Cdisk and Ddisk as C> and D>, and
the directory Edir as E>.  To all four drive letters, I can store DOS
files.  The A disk is (of course) DOS readable.  Similarly, the E
drive stores files as AIX files in that directory.  AIX users can
use those files as files.