home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25783 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  3.7 KB

  1. Path: sparky!uunet!UB.com!pacbell.com!charon.amdahl.com!amdahl!JUTS!drg50
  2. From: drg50@Frobozz.COM (Dave Gavin)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: SLS Installation
  5. Message-ID: <033602AV34LT01@JUTS.ccc.amdahl.com>
  6. Date: 28 Jan 93 15:13:24 GMT
  7. References: <1993Jan27.115823.3929@mic.ucla.edu> <C1JH8y.L70@avalon.nwc.navy.mil>
  8. Reply-To: drg50@JUTS.ccc.amdahl.com (Dave Gavin)
  9. Organization: Amdahl Corporation, Boston MA
  10. Lines: 66
  11.  
  12. In article <C1JH8y.L70@avalon.nwc.navy.mil> dejesus@pluto.nwc.navy.mil (Francisco X DeJesus) writes:
  13. >In article <1993Jan27.115823.3929@mic.ucla.edu> iwelch@agsm.ucla.edu (Ivo Welch) writes:
  14. >>
  15. >>I am a bit confused about the SLS (linux) installation.  I am  getting a
  16. >>laptop, already formatted  for DOS, and I want  to make linux  my second
  17. >>partition.  I would have thought I should:
  18. >>
  19. >>    [1] backup the DOS volume
  20. >>    [2] repartition the hard disk using DOS's fdisk utility for
  21. >>        2 volumes. I can then handle partition 1 with standard
  22. >>        DOS tools. 
  23. >>    [3] build a Linus file-system, probably booting from SLS disk
  24. >>        a1 and a2, and using mkfs.
  25. >>
  26. >>Instead, SLS   asks me  to use  its  own fdisk   utility. I am concerned
  27. >>whether this is identical to using the DOS fdisk utility. Is it?
  28. >
  29. >The DOS documentation says to use the DOS-Fdisk to create/manipulate
  30. >DOS partitions. For other OS's, it tells you to use whatever is appropriate
  31. >to that OS. In the case of Linux, it happens to be Linux's "fdisk".
  32. >
  33. >I suppose you will have to use DOS fdisk to give x% of your disk to DOS
  34. >then go into Linux and use it to give the remainder to Linux.
  35. >-- 
  36. >      Francisco X DeJesus  ----- S A I C -----  dejesus@chinalake.navy.mil
  37. > ------------------------------------------------------------------------------
  38. >  * disclaimer: Opinions expressed here are mine. Typos and errors are yours *
  39. > "Duck Season!" "Rabbit Season!" "...rabbit season." "It's Duck Season! SHOOT!"
  40.  
  41.  You need the linux fdisk to set the partition id flag for Linux/Minix.
  42. DOS will set up the partitions for you, but will flag them for DOS.
  43. You will need to change your Linux partition flags to 81/82/83, depending
  44. on your usage. Here's what mine looks like: (I just love cut 'n paste! ;-) )
  45.  
  46. Disk /dev/hda: 16 heads, 38 sectors, 683 cylinders
  47. Units = cylinders of 608 * 512 bytes
  48.  
  49.    Device Boot  Begin   Start     End  Blocks   Id  System
  50. /dev/hda3   *       1       1     270   82061    6  DOS 16-bit >=32M
  51. /dev/hda4         271     271     682  125248    5  Extended
  52. /dev/hda5         271     271     464   58957   83  Linux extfs
  53. /dev/hda6         465     465     488    7277   82  Linux swap
  54. /dev/hda7         489     489     682   58957   81  Linux/MINIX
  55.  
  56. Command (m for help): l
  57.  
  58.  0  Empty            8  AIX             75  PC/IX           b8  BSDI swap      
  59.  1  DOS 12-bit FAT   9  AIX bootable    80  Old MINIX       c7  Syrinx         
  60.  2  XENIX root       a  OPUS            81  Linux/MINIX     db  CP/M           
  61.  3  XENIX user      40  Venix           82  Linux swap      e1  DOS access     
  62.  4  DOS 16-bit <32M 51  Novell?         83  Linux extfs     e3  DOS R/O        
  63.  5  Extended        52  Microport       93  Amoeba          f2  DOS secondary  
  64.  6  DOS 16-bit >=32 63  GNU HURD        94  Amoeba BBT      ff  BBT            
  65.  7  OS/2 HPFS       64  Novell          b7  BSDI fs        
  66.  
  67. Command (m for help): q
  68.  
  69.  Hope this helps clear it up for you - I messed up my disk several times
  70. when I was first putting up Linux.
  71. Regards - Dave Gavin
  72. -- 
  73.      /XX\          My opinions,        |David Gavin - Amdahl Corp. - Boston, MA
  74.     ///\\\3000      not my employer's  |net: drg50@juts.ccc.amdahl.com
  75. \\\///==\\\                            |     or  amdahl!juts!drg50
  76.  \XX/    \\\1000                       |CIS: 73147,155      BIX: davegavin
  77. (If must use INTEL - run LINUX !)
  78.