home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / sysv386 / 16413 < prev    next >
Encoding:
Text File  |  1992-11-12  |  2.6 KB  |  70 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!europa.asd.contel.com!emory!wupost!usc!rpi!newsserver.pixel.kodak.com!laidbak!timesink!mikebo
  3. From: mikebo@timesink.chi.il.us (Michael Borowiec)
  4. Subject: Re: ISC 3.0 multiple FDISK partitions?
  5. Message-ID: <1992Nov12.062326.19981@timesink.chi.il.us>
  6. Organization: HAM Radio Station N9EUZ, Naperville, IL
  7. References: <BxKEKD.v0@ad4su1.rsre.mod.uk>
  8. Date: Thu, 12 Nov 1992 06:23:26 GMT
  9. Lines: 59
  10.  
  11. In article <BxKEKD.v0@ad4su1.rsre.mod.uk> druid%caercn@ajax.rsre.mod.uk (ad4su1) writes:
  12. >On my hard disk I have three *real* partitions---i.e., created with FDISK.
  13. >The first is for DOS, the second for ISC 3.0, the third is spare.
  14. >I would also like to use the third partition for ISC, as a home partition.
  15. >
  16. >Is this possible?
  17.  
  18. Yes, use /dev/dsk/0p3
  19.  
  20. >
  21. >It seems to me that ISC only ever looks at the first UNIX partition,
  22. >which it divides into several of what it calls partitions. I am not
  23. >able to re-FDISK at this stage and thus merge the second and third
  24. >partitions.
  25. >
  26. >Can anyone suggest how I can make use of my third partition from UNIX?
  27. >
  28. >    Regards and thanks,
  29. >        Mark.
  30.  
  31. Here is the poop on using DOS fdisk partitions in ISC UNIX >= 2.2 from
  32. the 2.2 release notes:
  33. /dev/dsk/...
  34. np0    Entire physical drive n
  35. np1    1st fdisk partition on drive n
  36. np2    2nd "
  37. np3    3rd "
  38. np4    4th "
  39. np5    1st extended DOS partition on drive n
  40. np6    2nd "
  41. ... etc, etc, through
  42. np15    11th extended DOS partition on drive n
  43.  
  44. Additional info:
  45. ns0    Entire UNIX system partition on drive n
  46.     (not the entire disk as it meant in 1.x releases of 386/ix)
  47. ns1    1st "soft" UNIX partition in the UNIX fdisk "hard" partition
  48.     (usually root)
  49.  
  50. The spec changed from 2.2.x to 3.0.x in that:
  51. /dev/dsk...
  52. c0d0s3    <= 2.2.x syntax for Controller 0, Disk 0, Slice 3 (usually /usr)
  53. c0t0s3    >= 3.0.x syntax for Controller 0, Target 0, Slice 3
  54.  
  55. I had configured my 2nd fdisk partition as a 64MB DOS partition. Since
  56. I didn't need it as a DOS parition any longer, I simply did a mkfs,
  57. labelit and mount and, voila... I have a new 64MB UNIX partition I
  58. mount as /dev/dsk/0p2. Works like a champ... 
  59. - Mike
  60.  
  61. PS> Get 3.0.1 or 3.0 Update disk FD3.0S.3 to be able to mount DOS 4/5
  62.     (or Compaq DOS 3.31) partitions greater than 32MB under UNIX like:
  63.     mount -f DOS /dev/dsk/0s? /dos
  64.  
  65. --------------------------------------------------------------------------
  66. Michael Borowiec  -  HAM Radio Station N9EUZ  -  mikebo@timesink.chi.il.us
  67.   >>> Dedicated to the Pursuit of Computer Assisted Time Dissipation <<<
  68. The Timesink Organization  -  121 Thrush Lane  -  Naperville, IL 60540 USA
  69. --------------------------------------------------------------------------
  70.