home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 2934 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  3.0 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!gmd.de!ira.uka.de!Sirius.dfn.de!zrz.tu-berlin.de!math.fu-berlin.de!unidui!du9ds3!veit
  2. From: veit@du9ds3.uni-duisburg.de (Holger Veit)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: Sorry, everyone, but I'm cpio clueless...
  5. Message-ID: <veit.711621056@du9ds3>
  6. Date: 20 Jul 92 08:30:56 GMT
  7. References: <1992Jul17.160256.4518@news.iastate.edu> <1992Jul17.180345.1296@nrao.edu> <1992Jul18.044401.2343@uvm.edu> <14c75pINNh59@agate.berkeley.edu>
  8. Sender: @unidui.uni-duisburg.de
  9. Reply-To: veit@du9ds3.uni-duisburg.de
  10. Organization: Uni-Duisburg FB9 Datenverarbeitung
  11. Lines: 54
  12.  
  13. In <14c75pINNh59@agate.berkeley.edu> wjolitz@soda.berkeley.edu (William F. Jolitz) writes:
  14.  
  15.  
  16.  
  17. >With regards to the 0.1 install program, yes, it only creates one big
  18. >partition for the whole set of files, with a 5MB "b" partition and a "c"
  19. >partition that spans the entire FDISK partition. Sorry no options yet.
  20.  
  21. >As the INSTALL.NOTE's mention, to install it the prior, manual way by
  22. >writing a disktab entry is *not documented*, although possible with the
  23. >new FIXIT floppy. Crossing between the two mechanisms is also possible
  24. >but not reccomended unless you really know what you are doing (also, since
  25. >totally untested by us, may provoke bugs we are totally unaware of).
  26.  
  27. >The install program is still under development (this is a surprise?), being
  28. >a recent addition, and one on which we'd like to hear some well considered
  29. >discussion, because of the choices possible. It's hard for a system this
  30. >complex to be installed by a naive user (we have approx 80,000 of these),
  31. >yet it should not be too much of a straight jacket for experienced ones.
  32. >Lynne chose MSDOS's model to begin with, but it's just a start. You'd be
  33. >surprised just how hard she worked just to get that straight.
  34.  
  35. >Bill.
  36.  
  37. One notice for all installers:
  38.  
  39. There is a catch with install. You may run into problems 
  40. with NEWFS (called from INSTALL) when the free space on your partition
  41. is at the beginning of the disk.
  42. newfs reports 
  43. (WDINFO: no such process)
  44. and fails install.
  45.  
  46.  
  47. INSTALL may complain about 0 MB free, but this is not true. In this case
  48. you have to set up a partition with id 165 (0A5h) by yourself. This is
  49. accomplished by making an appropriate DOS-Partition with FDISK and then
  50. patching the DOS partition sector (with norton utilities or debug, BE VERY VERY
  51. CAREFUL!!!!!) to contain the proper ID). THIS PARTITION MUSTN'T START AT
  52. CYLINDER 0. The first useful location is cylinder 1, because all FDISKs have
  53. the feature to start the partition at cylinder 0 track 1, not track 0. This
  54. is reasonable, because track 0 starts with the DOS partition sector. But
  55. newfs wants to write its disklabel and does not like starting a partition
  56. at a non-cylinder boundary.
  57.  
  58. Hope this information is useful.
  59.  
  60. Holger
  61.  
  62. -- 
  63. |  |   / Holger Veit             | INTERNET: veit@du9ds3.uni-duisburg.de
  64. |__|  /  University of Duisburg  | BITNET: veit%du9ds3.uni-duisburg.de@UNIDO
  65. |  | /   Dept. of Electr. Eng.   | "No, my programs are not BUGGY, these are
  66. |  |/    Inst. f. Dataprocessing |          just unexpected FEATURES"
  67.