1.5.1/2 release
NetBSD/iBook
    More disk
  Machine Types
  Dual boot
  Versions
  Bootable CDROM
    Burning
    booting
Trial
Use Upgrade option
Preparation
  Partition (MacOS)
  NetBSD stuff on HFS
boot (netbsd.ram.gz)
  Open Firmware
  hfsboot
shell
  Getting Media
    CDROM
    Network
  disklabel wd0
  newfs
  mount
  tar
  pax
  replace kernel
  MAKEDEV
  /etc/fstab
Booting
  boot (Open Firmware)
  Permanent setup in OF
  /etc/rcconf
  Hot Keys
Other Sources
  links
  Error Messages
      netbsd: No such ..
      No response
      SIOCGIFFLAGS gm0: Device not ..
      TERM environment variable ..

Other language: en | ja |

MAKEDEV

Device files under /dev has to be created.
To do so,
cd /mnt/dev
./MAKEDEV all
if you use more than 8 partions, you need more work.

Say, if you need /dev/wd0i,

mknod /dev/wd0i     10 24
mknod /dev/rwd0i c  30 24
chmod 640 /dev/*wd0i
chwon root.operator /dev/*wd0i
Last Update: Sat, 04 May 2019 00:45:20 GMT 1.66 2008/03/08