home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / 3b1 / 3750 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.1 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!att-out!rutgers!psinntp!psinntp!cubtosys!andyc.cubic.com!cohen
  2. From: cohen@cubic.com (Andrew Cohen)
  3. Newsgroups: comp.sys.3b1
  4. Subject: Re: Mounting a Floppy drive
  5. Message-ID: <1992Nov06.121823.21888@cubic.com>
  6. Date: 6 Nov 92 12:18:23 GMT
  7. References: <1992Nov6.132730.22910@ra.msstate.edu>
  8. Sender: news@cubic.com
  9. Distribution: usa
  10. Organization: Cubic Toll Systems (Tolls R Us)
  11. Lines: 18
  12. X-Xxmessage-Id: <A7203D3E6F020403@andyc.cubic.com>
  13. X-Useragent: Nuntius v1.1.1d7
  14. Nntp-Posting-Host: andyc.cubic.com
  15. X-Xxdate: Fri, 6 Nov 92 20:18:22 GMT
  16.  
  17. If I recall properly, the shell command for a 10 sector disk is
  18.  
  19. fdfmt10.nl
  20.  
  21. Meaning; floppy disk format 10 sector - no loader.
  22.  
  23. then you can mount from User Agent easily with 
  24.  
  25. /mnt
  26.  
  27. or from the shell with:
  28.  
  29. mount /dev/rfp021 /mnt
  30.  
  31. This places the disk root directory logically on the mnt directory.  The
  32. mnta, mntb don't mean anything since these are just directories and not
  33. devices.  I suppose they're a matter of convenience for those of us with
  34. 3 floppy devices like 5.25, 3.50, and floppy tape in one box. 8-)
  35.