Create account Login Webmail Contact Us



 
Knowledgebase
How to add new disk in FreeBSD
Posted by Mike C. on 12 September 2009 12:06 AM
If the DISK is ad6 then:


# disklabel -r -w ad6 auto
# newfs /dev/ad6
# mkdir /backup
# mount /dev/ad6 /backup

# ee /etc/fstab

Add the following line:

/dev/ad6 /backup ufs rw 2 2
(410 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments: