home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8709 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.9 KB  |  51 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!decwrl!access.usask.ca!skorpio!dzubin
  3. From: dzubin@skorpio.usask.ca (Thomas Dzubin)
  4. Subject: Re: Help: fail to mount /dev/fd1
  5. Message-ID: <1992Aug20.180233.29078@access.usask.ca>
  6. Sender: news@access.usask.ca (USENET News System)
  7. Nntp-Posting-Host: skorpio.usask.ca
  8. Organization: none
  9. References: <1992Aug20.163351.14910@nas.nasa.gov>
  10. Date: Thu, 20 Aug 1992 18:02:33 GMT
  11. Lines: 38
  12.  
  13. In article <1992Aug20.163351.14910@nas.nasa.gov> chiu@wk211.nas.nasa.gov (Ing-Tsau Chiu) writes:
  14. >I booted Linux from diskettes (Linux 0.97 boot diskette and root
  15. >system) and was able to ran a few unix command.  Everything seemed
  16. >fine except that when trying to mount /dev/fd1 (a 3.5in 1.44meg drive)
  17. >using "mount /dev/fd1 /mnt", I got the following message.
  18. >
  19. >  magic match failed
  20. >  /dev/fd1 already mounted or /mnt busy
  21. >
  22. >Can anybody tell me what's going on?  Thanks.
  23. >--
  24. >--
  25. >Ing-Tsau Chiu                       chiu@nas.nasa.gov
  26.  
  27. Just a wild stab in the dark, but this usually happens to me when I've
  28. accidentally put in a floppy which doesn't have a filesystem on it.
  29. (done with the 'mkfs' command)
  30. I'm still living with my MSDOS habits which make me assume that a floppy
  31. is ready immediately after formatting.  In Un*x, this is not true, you
  32. have to mkfs before you can use it.
  33.               1) fdformat /dev/fd1
  34.               2) mkfs /dev/fd1 1440
  35.               3) mount /dev/fd1 /mnt
  36.  
  37. I don't know why, but occasionnaly I (accidentally, again) try and
  38. mount my boot floppy...this also gives the error message.
  39. This is just plain stupidity on my part since the boot floppy is not
  40. meant to be mounted.
  41.  
  42. If you *HAVE* done the three steps detailed above, you might also want
  43. to try substituting /dev/fd1H1440 instead of /dev/fd1
  44. I had to do this once or twice for some reason...the auto-detecting stuff
  45. wasn't working.
  46.  
  47. I hope I'm not assuming the wrong things here...
  48. Thomas Dzubin
  49. tdzubin@cue.bc.ca
  50.  
  51.