home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 22988 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  2.1 KB

  1. Path: sparky!uunet!wupost!crcnis1.unl.edu!moe.ksu.ksu.edu!magna.ksu.ksu.edu!news
  2. From: jeffreyj@magna.ksu.ksu.edu (Jeffrey John Martin)
  3. Newsgroups: comp.os.linux
  4. Subject: answer to a1 a2 mount
  5. Date: 6 Jan 1993 20:13:23 -0600
  6. Organization: Kansas State University
  7. Lines: 36
  8. Message-ID: <1ig3k3INNon7@magna.ksu.ksu.edu>
  9. NNTP-Posting-Host: magna.ksu.ksu.edu
  10.  
  11.      Here is a letter I received from someone having the same problem as I and
  12. the solution I was shown:
  13. > Please let me know any answers you get, I'm also trying to install
  14. > the SLS-linux package. I get the same message "more command not found".
  15. > When I first change disks (a1 out, a2 in) and then type the requested
  16. > number for the floppy drive to do the install from I don't get the
  17. > message that says 'type more /user/README'. I than tried mounting a2
  18. > with sysinstall -mount, but that fails.
  19. > -- 
  20. > |I|        Ger Timmens         |I| If you're not part of the solution, |I|
  21. > |M|  3D Computer Vision Group  |M| you're part of the problem!         |M|
  22. > |H|    e-mail ger@cv.ruu.nl    |H+-------------------------------------+H|
  23. > |O|   or  timmens@cs.unc.edu   |O| Album by Joe Henderson (best tenor) |O|
  24.      when you put in a2 and then select the drive number it loads a2 but I     am guessing a1 and a2 do not contain "more".  At the type more message type    fdisk and set up your disk partitions.  The gentleman helping me set up 
  25. the drive as follows:  
  26. Command (m for help): 
  27. Disk /dev/hda: 8 heads, 38 sectors, 548 cylinders
  28. Units = cylinders of 304 * 512 bytes
  29.  
  30.    Device Boot  Begin   Start     End  Blocks   Id  System
  31. /dev/hda1   *       1       1     102   15485    1  DOS 12-bit FAT
  32. /dev/hda2         103     103     170   10336   81  Linux/MINIX
  33. /dev/hda3         171     171     521   53352   83  Linux extfs
  34. /dev/hda4         522     522     548    4104   82  Linux swap
  35.  
  36. Command (m for help): 
  37.  
  38. The Id numbers represent dos primary 1, linux primary 81, linux extended 83, and linux swap 82.  After that we ran the intallation program and did the disk 
  39. swapping thing.
  40.    
  41.  
  42. Is this something that should be in the instructions?  Comments?
  43.  
  44.