sysinstall-sade cannot create slice

I completely delete and destroy all my hdd.On my /dev i have ad16
I tried to format it to ufs.So i make a partition witch is all disk (A option), i went to label, i create a slice (all the avaible mb) but he is not creating ad16s1d.he is create only ad16s1.I try that with sysinstall and with sade mutiple times.Also i tried bsdlabel -w ad16.Is creating ad16s1a but is not working!How to format my hdd?
 
sk8harddiefast said:
Also i tried bsdlabel -w ad16.Is creating ad16s1a but is not working!How to format my hdd?

# newfs /dev/ad16s1a should do the trick.
 
Just to get the order straight;
  • Slice, which creates s1, s2, s3 etc
  • Partition, which creates a, b, d etc inside a slice
  • Newfs, which sets up the filesystem so the system can use it
 
Back
Top