home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25732 < prev    next >
Encoding:
Text File  |  1993-01-28  |  3.9 KB  |  90 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!elroy.jpl.nasa.gov!swrinde!emory!cowpas!cfs
  3. From: cfs@cowpas.waffle.atl.ga.us (Charles Stephens)
  4. Subject: Re: Linux/DOS How do I transfer files?
  5. References: <1k1epqINNedh@usenet.INS.CWRU.Edu>
  6. Organization: COW Pastures
  7. Date: Tue, 26 Jan 1993 19:48:59 GMT
  8. X-Newsreader: Tin 1.1 PL4
  9. Message-ID: <1993Jan26.194859.829@cowpas.waffle.atl.ga.us>
  10. Lines: 78
  11.  
  12. ak853@cleveland.Freenet.Edu (Eric Blade) writes:
  13. :   I have the Linux rootdisk/bootdisk installation.  I even managed to
  14. : get a 60Meg DOS with a 40 meg Linux partition running.  Now, how do I
  15. : get the files that I have on my MSDOS disks to my Linux partition?  I
  16. : realse that MTOOLS is out there, but how do I get MTOOLS over to the DOS
  17. : partition?, er, the Linux partition?
  18.  
  19.     Well this is in the FAQ, but I will answer it for the sake of any
  20. other person who as not yet read the FAQ (READ IT!  It will help in the
  21. installation process).
  22.  
  23.     If you are using a pretty up to date kernel (I trust .98.5 and
  24. higher (current as of this date is 0.99.4)), then you can mount, informing
  25. LINUX of new filesystem, the MS-DOS partition.  Use the following:
  26.  
  27.     mount -t msdos /dev/hda2 msdos
  28.  
  29.     You should change '/dev/hda2' to the correct partition (The first
  30. partition on the C drive is hda1, the second is hda2, etc.) and you must
  31. have an empty directory named msdos (use 'mkdir msdos').
  32.  
  33.     That is one way.  Here's another.  It requires the use of rawrite.
  34.  
  35.     You can use rawrite to write a file to a floppy (ie mtools.taz).
  36. Then you can boot under LINUX and type tar zvvfx < /dev/fd0, and it will
  37. start reading from the first sector until the end of the file.  You may
  38. get a message 'Broken Pipe', but ignore that.
  39.  
  40. :   Is there an image disk available for MTOOLS?  Or a communications
  41. : image?  My FTP access is very shaky, concerning large files (I have to
  42. : uuencode them and then ASCII transfer them to my DOS machine because I
  43. : am stuck in 7-bit mode with the host computer.  Kermit only runs at
  44. : about 30 cps and I'm connected at 9600 baud. :) ), so the SLS release,
  45. : being around 10 megs for the a1-a4 disks is practically out of the
  46. : question.  Can someone just e-mail me an image of mtools? I already have
  47. : a bunch of Linux programs and source code and stuff on my DOS partition,
  48. : I just need to figure some way to get it to the Linux partition.
  49.  
  50.     If you mount the partition like I told you, that should allow you
  51. to get started, no need to email mtools.
  52.  
  53. :   Please respon via email.  My chances to get into the usenet groups are
  54. : very few and far between these days...
  55.  
  56.     Now you tell me.  A copy is going out via email right now.
  57.  
  58. :   Oh.. would it be possible to null-modem connect my other computer (one
  59. : of them), uuencode something, then login to /dev/ttys1, and ascii upload
  60. : the uuencoded file to the 'cat' program?  If that's a workable idea, can
  61. : someone send me a uuencoded image of uudecode binary for Linux? (again
  62. : via email)
  63.  
  64.     Why not find zmodem for linux.
  65.  
  66. :   Also, what is the status of the TCP/IP kernal for Linux?  How would I
  67. : go about adding TCP/IP services to a v0.98 kernal?  I think if I were
  68. : able to use TCP/IP (via slip) with Linux, it would probably be better
  69. : than the current connection I have with DOS... (just a terminal program,
  70. : no TCP/IP proto whatsoever...)
  71.  
  72.     READ THE FAQ!
  73.  
  74. :   Oh, yeah, one more question, sorry, I keep thinking of these things...
  75. : :)
  76. :   I have a modem on COM4 (0x2e8, int 3)... how would I get Linux to
  77. : recognize it?   When I boot Linux, it s ays there are only 2 com ports
  78. : available, and initilizes them as ttys0 and ttys1.  (what happens if I
  79. : move my mouse, does it try and login on ttys0? *grin*)  I've
  80. : experimented a bit with using setserial to switch ttys0 to 0x2e8/3, but
  81. : I have no way of measuring my success currently. :)
  82.  
  83.     Get the .99 version of the kernel.
  84.  
  85. -- 
  86. Charles Stephens
  87. cfs@cowpas.waffle.atl.ga.us
  88. "And they say USENET is worthless..."  --Unknown
  89.