Date: Thu, 09 Jan 1997 23:59:07 MET From: Wolfgang Helbig <helbig@BA-Stuttgart.De> To: kingram@ipro.com Cc: questions@freebsd.org Subject: Re: Adding Hard Drives - Prepping Message-ID: <199701092259.XAA18224@amadeus.informatik.ba-stuttgart.de> In-Reply-To: <199701092008.MAA27277@ipro.com>; from "Ken Ingram" at Jan 09, 97 12:15 (noon)
next in thread | previous in thread | raw e-mail | index | archive | help
> Thank you to the folks that have been trying to help. > > ***** Error message after typing 'newfs /dev/wd2s1e' > newfs: /dev/wd2s1e: No such file or directory This means that /dev/wd2s1e does not exist! You have to type # cd /dev # ./MAKEDEV wd2s1c # newfs /dev/rwd2s1e ^ (according to FAQ 2.15 you need to give the rawdevice to newfs, it will be created automagically by MAKEDEV wd2s1c )
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701092259.XAA18224>