home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / sysv386 / 13794 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.7 KB

  1. Path: sparky!uunet!ferkel.ucsb.edu!ucsbcsl!network.ucsd.edu!usc!cs.utexas.edu!sun-barr!ames!bionet!kumr!pozar
  2. From: pozar@kumr.lns.com (Tim Pozar)
  3. Newsgroups: comp.unix.sysv386
  4. Subject: Re: Adding third and fourth hard drives to ISC 4.0 3.0
  5. Message-ID: <1992Aug30.023347.747@kumr.lns.com>
  6. Date: 30 Aug 92 02:33:47 GMT
  7. References: <1992Aug25.192545.12166@cbnews.cb.att.com>
  8. Organization: Late Night Software (San Francisco)
  9. Lines: 41
  10.  
  11. memanuel@cbnews.cb.att.com (mark.emanuele) writes:
  12. >I am trying to add  third and fourth SCSI hard drives to my Interactive 
  13. >System V Rel 4.0 Ver 3.0 System. When I do a "diskadd c0t4d0" to add the 
  14. >drive on target 4 I get the following message:
  15. >
  16. >Cannot access /dev/rdsk/c0t4d0s0
  17. >
  18. >Then I get an fdisk error message.
  19. >
  20. >I looked at the /dev/rdsk directory, and saw no entry for c0t4d0s0.
  21. >
  22. >Am I doing something wrong?  TFM seems to say I am doing it right. 
  23. >
  24. >What gives ?
  25. >
  26. >Mark A. Emanuele
  27. >memanuele@attmail.com
  28.  
  29.    You need to create these devices.  One way is to run mknod and create
  30. the s0 and s1 partitions in the /dev/rdsk and /dev/dsk directories.  s0
  31. refers to the whole drive and s1 is the first partition.  On my ESIX
  32. system (4.0.3) the devices all have a major node number of 0 and a minor
  33. node number 16 more than the previous drive.  Ie:
  34.  
  35.             Major    Minor
  36. /dev/dsk/c0t0d0s0     0     0
  37. /dev/dsk/c0t0d0s1     0     1
  38. /dev/dsk/c0t1d0s0    0    16
  39. /dev/dsk/c0t1d0s1    0    17
  40. /dev/dsk/c0t2d0s0    0    32
  41. /dev/dsk/c0t2d0s1    0    33
  42.  
  43. /dev/rdsk/c0... has the same major and minor numbers.
  44.  
  45.                 Tim
  46.  
  47. -- 
  48. Internet: pozar@kumr.lns.com               FidoNet:  Tim Pozar @ 1:125/555
  49. UUCP:     ...!uunet!kumr.lns.com!pozar
  50. Snail:    Tim Pozar / KKSF / 77 Maiden Lane / San Francisco CA 94108 / USA
  51. Voice:    +1 415 788 2022
  52.