View Single Post
  #6   (View Single Post)  
Old 5th April 2013
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

The /dev nodes are NOT ALL PRESENT at boot time, as they consume ramdisk filesystem space. There's only a few hundred KB of free space available in a typical bsd.rd filesystem.

# cd /dev
# sh MAKEDEV sd1
# mount /dev/sd1i /mnt
# dmseg > /mnt/dmesg.txt
# umount /mnt
Reply With Quote