View Single Post
  #7   (View Single Post)  
Old 22nd March 2009
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

Yes, label "a" is used for the "/" root partition. However if you use multiple slices, you can use it for another partition, if you like. Personally, I try to prevent using "a" for a non-root partition. It is just my preference

Quote:
1. fdisk -u ad0 ; follow the steps and add a third slice
2. bsdlabel -w /dev/ad0s3 ; this creates /dev/ad0s3a and /dev/ad0s3c
3. bsdlabel -e /dev/ad0s3 ; change "a" to "d" and save
4. now there's /dev/ad0s3c and /dev/ad0s3d
5. newfs -U /dev/ad0s3d
Yes, that is correct
Now do:
Code:
6) mkdir /home
7) edit /etc/fstab to add : /dev/ad0s3d /home,
   followed by the filesystem stuff and mount options
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote