Solved the addition of a hard disk

Hello,
Following the addition of a hard disk NTFS SATA2 on a computer, FreeBSD 10.3 (i386), my file system boot stop with the prompt.
I know that FreeBSD adds the cache of each hard drive.

Here is my output in the middle of the startup sequence:
Code:
*************************************************************************
root filesystem specifications
S type > : <device> using filesystem <fstype>
  mount <device> using filesystem <fstype>
  eg. ufs:/dev/da0s1a
---- -- -- - -- - -- - - -
 ----------------------
  List valid disk boot devices 
- - - -- - - -- - -- - 1 second

R root >_
************************************************************************
which parameters should I use?

Regards
Philippe
 
You know NT means "Not There!" ;)

Add additional drives on connections past the present drives.
For example, when you have no drive on da0 and da1 connector, but on da2 connector, do not add drive at da0 or da1 connector, but add it at da3 connector.
Then you won't need to change config files.
 
Back
Top