home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20826 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.6 KB

  1. Path: sparky!uunet!haven.umd.edu!mimsy!nmrdc1!frmug!clave
  2. From: clave@frmug.fr.mugnet.org (Olivier Clave)
  3. Newsgroups: comp.os.linux
  4. Subject: Mount command aborts (Segmentation fault core dump)
  5. Keywords: mount
  6. Message-ID: <1992Dec17.001652.14498@frmug.fr.mugnet.org>
  7. Date: 17 Dec 92 00:16:52 GMT
  8. Organization: Minix User Group France
  9. Lines: 22
  10.  
  11. I can't install LINUX as "mount" command always produce a segmentation fault with core dump
  12. It fails with hd or floppies.
  13. Linux Boot: 0.98/ Root:0.97
  14. My configuration is:     PC AT Clone 386/33MHZ   16MGs RAM (70ns)   AMI BIOS V2.04 12/06/90
  15.             Memory controller 85C310 (64K cache, Bios and Video Shadow)
  16.                                         2 floppies (1,4M + 1,2M), Hard drive 202 MGS (Western Digital)  IDE Controller
  17.                                         ISA bus
  18.             Bus Controller 85C320 (DMA clock 4,773 MHZ, Bus clock speed=11Mhz)
  19.             85C330 
  20.             82C206 CMOS RAM Controller
  21.               Video Card Paradise VGA 1024 BIOS Version 10/13/89-14:00:00 (512k)
  22. I got LINUX by FTPMAIL at tsx-11.mit.edu
  23. When I try to install LINUX all is correct until it's time to mount hd:
  24. FDISK finds four partitions, I give LINUX type to the first one (13MGS)
  25. MKFS of /dev/hda1 is OK (13440 blocks)
  26. But MOUNT of hard drive aborts (Segmentation fault with core dump) (mount /dev/hda1 /mnt)
  27.  
  28. Finally I success to install LINUX on my hardrive with dd command: dd if=/dev/fd0 of=/dev/hda1
  29. Then I boot on hard drive with bootlin dos command, login is OK
  30. After that i try to mount a floppy: mount /dev/fd0 /mnt ==> Segmentation fault
  31. Maybe there is a patch for mount ?
  32. If anybody can help me, he is welcome
  33.