home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 8889 < prev    next >
Encoding:
Text File  |  1992-08-23  |  2.4 KB  |  54 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!usc!sdd.hp.com!ux1.cso.uiuc.edu!randall
  3. From: Upholder@uiuc.edu (THE Upholder of Truth)
  4. Subject: Re: Creating/Formating a 200 MB partition.
  5. Message-ID: <BtGv7q.CzG@ux1.cso.uiuc.edu>
  6. Sender: randall@ux1.cso.uiuc.edu (THE Upholder of Truth)
  7. Reply-To: Upholder@uiuc.edu (THE Upholder of Truth)
  8. Organization: The University of Illinois at Urbana-Champaign (UIUC)
  9. References: <kumXPB1w164w@owl.isis.org>
  10. Date: Mon, 24 Aug 1992 02:35:36 GMT
  11. Lines: 41
  12.  
  13. doug@owl.isis.org (Douglas W Murray) writes:
  14. >Hi Linuxers...
  15.  
  16. >I am wondering if one of you might know how I should go about in doing a 
  17. >'mkfs' for a 208 MB partition.  As it stands, here is what my drive partion 
  18. >looks like:
  19.  
  20. >        Device Boot  Begin   Start      End  Blocks  Id  System
  21. >     /dev/hda1  *        1      63    82655   41296+   6 DOS 16-bits >= 32M
  22. >     /dev/hda2       82656   82656   164577   40961   81 Linux/MINIX
  23. >     /dev/hda3      164578  164578   205539   20481   82 Linux swap
  24. >     /dev/hda4      205540  205540   621934  208197+   5 Extended
  25.  
  26. you pretty much have three options:
  27.  
  28.     a) use the Alpha extended filesystem.. 
  29. or 
  30.     b) use efdisk and make additional paritions in the extended partition
  31.        (/dev/hda5 through hda8) that are all less than 64M (that being 
  32.        the size limit of the minix-style 'default' filesystem.)
  33. or
  34.     c) make one filesystem of <64M in /dev/hda4 and ignore the rest of
  35.        the space in tha partition.  (but b) is a better option than this)
  36.  
  37.  
  38. NOTE: Although the extended filesystem is still in alpha release, I've been
  39.       using it exclusively on my system (486/50, 16M - 8M swap, .97pl1.1)
  40.       without a single problem that was not a direct result of a stupid action
  41.       on my part.  So it is fairly stable.. but might not be backwards 
  42.       compatible when the next version is released.
  43.  
  44.       It might be best to make additional partitions in /dev/hda4 and then
  45.       use the extended filesystems in each... then to upgrade the filesystems
  46.       without starting from scratch, tar one partition to another partition
  47.       and then upgrade.... this allows maximum felxibility when you want to
  48.       change the filesystem.
  49. -- 
  50. The Upholder of Truth                  I am not only ready to
  51. Upholder@uiuc.edu (BSD/ASCII mail)          retract this, but also
  52. jar42733@sumter.cso.uiuc.edu (NeXT mail)    deny I said anything.  =)
  53. wi.4173@wizvax.methuen.ma.us (anon. mail)   This is *NOT* CCSO's opinion.
  54.