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

Re: 1.
Yes that is possible

Re: 2
Sysinstall will only touch those slices, you tell it to touch.

Remember that each FreeBSD slice has it's own disklabel. Your "/etc/fstab", which contain the instructions for 'mount" will thus look something like this:
Code:
/dev/ad0s1a /     bla,bla,bla
/dev/ad0s2d /home bla,bla,bla
__________________
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