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

You fstab specifies UFS (BSD filesytem) type while fdisk detects it as Linux Native.(ext2fs ?)
Code:
/dev/ad1s1              /maxtor         ufs     rw                      2
Next problem is your mount of a reserved label "c", which should not be used in mounting, because that label designates the size of the slice/partition.
Code:
/dev/ad0s3c            /second         ufs     rw                      2       2
What is the output of bsdlabel /dev/ad0s3?
__________________
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