home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17288 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.3 KB  |  42 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!csus.edu!csusac!citrus!ianj
  3. From: ianj@citrus.SAC.CA.US ( Ian Justman )
  4. Subject: Re: Floppy Drives
  5. References: <1992Nov18.031049.28636@newshub.ariel.yorku.ca>
  6. Organization: Citrus Grove Public Access ( 916 ) 381-5822    Sacramento CA.  USA
  7. Date: Thu, 19 Nov 1992 19:40:21 GMT
  8. X-Newsreader: Tin 1.1 PL4
  9. Message-ID: <BxzAnD.2AK@citrus.SAC.CA.US>
  10. Lines: 30
  11.  
  12. cs911169@ariel.yorku.ca (Douglas W. F. Acheson) writes:
  13. : HI,
  14.  
  15. Hi.
  16.  
  17. : I have just installed linux on my PC and am having a hard time to do
  18. : the following:
  19. : mounting the floppy drives (so I can read write to them)
  20. : using mtools with the floppy drives
  21.  
  22. First of all, you do not use mtools to mount a disk; you use mount(1) to
  23. mount a disk.  If you're mounting a Minix-filesystem type disk, you use:
  24.  
  25. mount /dev/fd[0|1] /mount_pnt/path
  26.  
  27. where /mount_pnt/path is your desired mounting point.
  28.  
  29. If it's a DOS diskette, you issue the command like this:
  30.  
  31. mount -t msdos /dev/fd[0|1] /mount_pnt/path
  32.  
  33. and that's all there is to it.  Not only does that apply to mounting DOS
  34. diskettes, you can mount MS-DOS partitions in this manner.
  35.  
  36. As for mtools, all it's used for is to do DOS housekeeping under Linux,
  37. including copying, deleting files, formatting disks, making directories,
  38. removing directories, and more.
  39. -- 
  40. Born to void warranties!    ianj@ijpc.UUCP
  41.