home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8733 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.3 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!swrinde!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!unmvax!uservx.plk.af.mil!simonich
  2. From: simonich@uservx.plk.af.mil
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Help: fail to mount /dev/fd1
  5. Message-ID: <1992Aug20.144511.35758@uservx.plk.af.mil>
  6. Date: 20 Aug 92 14:45:11 GMT
  7. References: <1992Aug20.163351.14910@nas.nasa.gov>
  8. Organization: Phillips Laboratory - Kirtland AFB
  9. Lines: 24
  10.  
  11. In article <1992Aug20.163351.14910@nas.nasa.gov>, chiu@wk211.nas.nasa.gov (Ing-Tsau Chiu) writes:
  12. > I booted Linux from diskettes (Linux 0.97 boot diskette and root
  13. > system) and was able to ran a few unix command.  Everything seemed
  14. > fine except that when trying to mount /dev/fd1 (a 3.5in 1.44meg drive)
  15. > using "mount /dev/fd1 /mnt", I got the following message.
  16. >   magic match failed
  17. >   /dev/fd1 already mounted or /mnt busy
  18. > Can anybody tell me what's going on?  Thanks.
  19. > --
  20. > --
  21. > Ing-Tsau Chiu                       chiu@nas.nasa.gov
  22.  
  23. What you told Linux to do was mount a linux file system on drive fd1.  
  24. the disk isn't a linux disk.
  25. The solution is to either:
  26.    1.  mkfs /dev/fd1 1440  (make the disk a linux file system)
  27.    2.  mount -t msdos /dev/fd1 /mnt  (mount an ms dos disk on /mnt)
  28. (the disk in fd1 must be formated w/dos format or linux fdformat)
  29. before any of the above allpies.
  30.             
  31.  
  32.  siss fil
  33.