View Single Post
  #3   (View Single Post)  
Old 14th February 2011
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

Code:
# mount -t ext2fs /dev/wd1i /mnt
mount_ext2fs: /dev/wd1i on /mnt: Block device required
Yeah, that output looks odd.. /dev/wd1i should work, that is the appropriate block device, so either you typed that wrong or you trashed your /dev.

Use the /dev/MAKEDEV shell script to regenerate them.
Reply With Quote