home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / aux / 4701 < prev    next >
Encoding:
Text File  |  1993-01-22  |  3.9 KB  |  93 lines

  1. Newsgroups: comp.unix.aux
  2. Path: sparky!uunet!gatech!destroyer!cs.ubc.ca!unixg.ubc.ca!ucla-mic!oculus.loni.ucla.edu!li
  3. From: li@oculus.loni.ucla.edu (James Li)
  4. Subject: 3rd Party Disks (FAQs #35 disktab & #44 HD utility)
  5. Message-ID: <1993Jan22.090345.16160@mic.ucla.edu>
  6. Nntp-Posting-Host: 149.142.138.33
  7. Organization: Jules Stein Eye Institute
  8. Date: 22 Jan 93 09:03:44 PST
  9. Lines: 82
  10.  
  11. Re: FAQ #35
  12. Does anyone have any experience with drives that DO NOT have a constant
  13. number of Sectors per Track?  We just bought a Quantum Pro1225 and the Sectors
  14. per Track is between 44 to 92.  What should go in the disktab entry under 
  15. 'ns' (sectors per track)?  
  16.  
  17. Re: FAQ #44
  18. I was told by Apple Tech Support that HD Setup will avoid having to deal
  19. with the disktab file.  Why then (besides the password protection mentioned
  20. below) would one choose to use a different set-up?  Is there an actual
  21. or a potential speed advantage?
  22.  
  23. Thanks for any information and suggestions.
  24.  
  25. James Li
  26. li@oculus.loni.ucla.edu
  27.  
  28. [The rest of this message contains the FAQ entry for Questions 35 and 44]
  29.  
  30. ===
  31. 35)  How can I figure out the /etc/disktab entry for my hard disk?
  32.  
  33. Many hard disk applications will reveal the disk drive geometry for you:
  34. FWB Hard Disk ToolKit and SCSI Evaluator are very good (SilverLining is a bit
  35. wrong on the number of tracks... it includes spares). What you are really
  36. looking for are the total number of cylinders ('nc'), the number of sectors
  37. per track ('ns') and the number of tracks ('nt'). Also, I'm maintaining
  38. a list of /etc/disktab entries. If you have any, send it to me and I'll
  39. add them.
  40.  
  41. The file will be available via anon-ftp on jagubox.
  42. <<ED: I need _LOTS_ of entries>>
  43.  
  44. Just a note: the number of tracks ('nt') is equal to the number of heads.
  45.  
  46. ===
  47. 44)  I heard the the Installer for 3.0 works on "any" 3rd party hard disk.
  48.      Well, it doesn't on mine!
  49.  
  50. Well, the Installer will work with any 3rd party disk but there are a few
  51. wrinkles... The HD Setup application in the 3.0 Installer is unique in that
  52. not only does it create A/UX partitions but it also creates the actual file
  53. systems in those partitions (basically it runs 'newfs'). Now if you have
  54. used some other HD utility program (such as SilverLining or FWB HDT) to
  55. create the partitions and then attempt to install A/UX on that disk, the
  56. Installer sees that the partitions are there and then _assumes_ that they
  57. were created by HD Setup and therefore have the file systems already created.
  58. Of course, the file systems don't exist yet, just the partitions, so the
  59. installation fails.
  60.  
  61. You have a few options:
  62.  
  63.  a. Run the Installer on a newly formatted disk. This means that HD Setup
  64.     will do all the partitioning (etc...) and the installation will
  65.     proceed. Note that this means you will be "stuck" with the Apple drivers
  66.     whenever you are in the _real_ MacOS Finder.
  67.  
  68.  b. If you want to use the drivers on your HD utility (for stuff like,
  69.     maybe, password protection of partitions) then you have two (maybe
  70.     three )additional options:
  71.  
  72.    i. Use 'a' above to install A/UX. Then use your HD utility program to
  73.       "take over" the disk, disabling (or even removing) the Apple drivers
  74.       and installing it's own. Note that if there isn't enough space to
  75.       install it's drivers, most will attempt to "shrink" the MacOS
  76.       partition to make room. Most can do this with no problem, but why
  77.       take the risk... when you partition the disk, leave about 64K
  78.       available as free space.
  79.  
  80.   ii. Use your HD utility to create the partitions. Then, before you
  81.       run the Installer, run 'newfs' "by hand" to create the file systems
  82.       so that the installation can proceed.
  83.  
  84.  iii. Use your HD utility to format (etc...) your disk and create
  85.       _only_ the MacOS partition. Now run the Installer. In most cases
  86.       HD Setup will work fine with the driver installed on the disk.
  87.       You can now use it to create the A/UX partitions.
  88.  
  89.       <<ED: I _know_ this (iii) works with FWH HDT 1.1.x>>
  90.  
  91. ===
  92.  
  93.