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 ..

mount

Mount the disk you have newfs'ed at previous step. Mount point may be /mnt, only because it is already there (You may use any directory if you want).
Use mount_ffs instead of mount if the type is not 4.2BSD/ffs.
Following is just a example,
mount_ffs /dev/wd0a  /mnt
mkdir /mnt/usr
mount_ffs /dev/wd0d  /mnt/usr
Last Update: Sat, 04 May 2019 00:45:20 GMT 1.66 2008/03/08