home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20285 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.7 KB  |  39 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!spool.mu.edu!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!ehsn11.cen.uiuc.edu!jy10033
  3. From: jy10033@ehsn11.cen.uiuc.edu (Joshua M Yelon)
  4. Subject: Re: [Q] How to change from Linux/minix file system to extfs ? [CONFIGS]
  5. References: <1992Dec10.115448.18301@jet.uk> <1ggra7INNds8@matt.ksu.ksu.edu>
  6. Message-ID: <Bz8LEF.8rp@news.cso.uiuc.edu>
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Organization: University of Illinois at Urbana
  9. Date: Mon, 14 Dec 1992 06:44:37 GMT
  10. Lines: 27
  11.  
  12. >> I have linux 0.98pl4, Xfree v1.1, gcc 2.2.2.7d installed on what is the
  13. >> Linux/Minix file system. I have 
  14. >>
  15. >>  /dev/hda2  42 Mb Linux/Minix partition
  16. >>  /dev/hda3   7 Mb Linux Swap disk
  17. >>
  18. >> [Q] How do I upgrade the complete system to the Linux extfs ?
  19.  
  20. To be honest, I don't think this is a good idea just yet.  It _would_
  21. get you long filenames.  It would also reduce your performance - the
  22. extfs is fairly slow.  I switched over to extfs, and then was sorry
  23. I did - I switched back.  There is a new, faster extfs in the works,
  24. and if I were you, I'd wait for that.
  25.  
  26. But, if you must switch, here's the trick I used:  Put a tarred, zipped
  27. copy of your hard disk on the swap partition!  Zip is usually capable
  28. of reducing by a factor of three, so there _is_ a chance, if your hard
  29. disk isn't full.
  30.  
  31. Incidentally, this will take up a lot of disk space unless you pipe
  32. the tarfile directly into zip, which is possible.  Indeed, you can pipe
  33. the resulting zipfile directly into wc, to see whether the zipfile will
  34. fit on the swap partition, before you do anything serious at all.
  35.  
  36. Of course, don't forget to put 'unzip' on your install disks!
  37.  
  38. - Josh
  39.