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

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!cs.utexas.edu!uwm.edu!rpi!utcsri!utgpu!utstat!rafal
  3. From: rafal@utstat.uucp (Rafal Kustra (summer student))
  4. Subject: Re: Floppy Drives
  5. Message-ID: <1992Nov19.052658.13901@utstat.uucp>
  6. Organization: University of Toronto, Dept. of Statistics
  7. References: <1992Nov18.031049.28636@newshub.ariel.yorku.ca>
  8. Date: Thu, 19 Nov 1992 05:26:58 GMT
  9. Lines: 61
  10.  
  11. In article <1992Nov18.031049.28636@newshub.ariel.yorku.ca> cs911169@ariel.yorku.ca (Douglas W. F. Acheson) writes:
  12. >HI,
  13. >
  14. >I have just installed linux on my PC and am having a hard time to do
  15. >the following:
  16. >
  17. >mounting the floppy drives (so I can read write to them)
  18. >using mtools with the floppy drives
  19. >
  20. >I would appreciate it if someone could get back to me so I could chat
  21. >with them about the problem.  E-mail is preferred.  Thanks in advance
  22. >
  23. >
  24. >     ######################################################################
  25. >     # Douglas W. F. Acheson                                              #
  26. >     # Internet E-mail cs911169@ariel.yorku.ca                            #
  27. >     # President York University Computer Club 92/93                      #
  28. >     #--------------------------------------------------------------------#
  29. >     #                  Space the final frontier.....                     #
  30. >     # These are the voyages of the starship Enterprise.  Its 5 year      #
  31. >     # mission to explore strange new worlds to seek out new life and new #
  32. >     # civilizations to boldly go where no man has gone before!           #
  33. >     #                                    Captain J. T. Kirk              #
  34. >     ######################################################################
  35.  
  36. I post it, even though it is rather a general Unix (admin
  37. I suppose) question, since many Linux user are 
  38. beginners in both Unix and Unix admin.
  39.  
  40. Ok. You mount the disk, so it appears as part of your
  41. directory structure. Say you mount it
  42. mount /dev/fd0 /floppy
  43. and if you 
  44. cd /floppy
  45. ls
  46. you are listing the contents of the floppy.
  47. To do that, the floppy must contain one of the supported
  48. file systems (Minix, efs, Dos, Xenix).
  49. To mount a floppy with different fs than Minix, you
  50. specify it with the flag -t <fs>, to mount. Note that
  51. Xenix is not officially supported.
  52. Now, to make a fs you use 
  53. mkfs or mkefs.
  54. If you want to use mtools, you have to set it first
  55. correcly ;), and than just use it as in dos (ie no
  56. mounting).
  57. mcp foo a:
  58. for example.
  59. Usage of mtools is quite limited now, since you can mount
  60. dos as a regular disk (mount -t msdos /dev/fd[01]
  61. /floppy).
  62. Such disk should be formatted with dos format. (which
  63. also puts filesystem structure, hence confusion).
  64.  
  65.  
  66.             Rafal
  67. -- 
  68. /|| " Numbers exist only in our minds. There is no physical entity that
  69.  ||  that _is_ number 1. If there were, 1 would be in a place of honor 
  70.  ||  in some great museum of science, and past it would file a 
  71. ==== steady stream of mathematicians gazing at 1 in wonder and awe. "
  72.