home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25740 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.1 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!bogus.sura.net!ra!wintermute.phys.psu.edu!news
  2. From: kyr@dev-null.phys.psu.edu (Brett Albertson)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Linux/DOS How do I transfer files?
  5. Date: 26 Jan 1993 23:04:27 -0500
  6. Organization: Penn State, Null Device Department
  7. Lines: 15
  8. Message-ID: <1k51kbINNcto@dev-null.phys.psu.edu>
  9. References: <1k1epqINNedh@usenet.INS.CWRU.Edu>
  10. Nntp-Posting-Host: dev-null.phys.psu.edu
  11.  
  12.  
  13. Ok, what you must do is mount the DOS filesystem. You can do that by:
  14.  
  15. mount -t msdos /dev/hdxx /mount_point
  16.  
  17. where 
  18. xx = the partition letter and number of the DOS partition like a1 or a2 or b1
  19. mount_point = an empty directory anywhere in the file system ie. /mnt or /dos
  20.  
  21. This all assuming that you have msdos filesystem support in your kernel.  If
  22. you do not, you'll have to recompile it.  =)
  23.  
  24. -- 
  25. Kyr Velusian               "I think that when God created your mind,
  26. kyr@dev-null.phys          He was masturbating."  -  MeteoBob, my roommate  
  27.