Page 1 of 1

Add a second disk in FreeBSD

PostPosted: Mon Jun 14, 2010 7:29 pm
by stephen
found info here
http://www.cyberciti.biz/faq/freebsd-adding-second-hard-disk-howto/

mkdir disk2
vi /etc/fstab
Code: Select all
/dev/da1s1      /disk2     ufs    rw   2    2

mount -a