View Single Post
  #5   (View Single Post)  
Old 20th December 2010
graudeejs's Avatar
graudeejs graudeejs is offline
Real Name: Aldis Berjoza
ISO Quartermaster
 
Join Date: Jul 2008
Location: Riga, Latvia
Posts: 589
Default

If you have only 1 partition, you can format entire drive with ufs
Code:
# newfs -U /dev/da2
I suggest using labels (for example adding -L data) and then you can mount disk from /dev/ufs/data

as for mounting... it looks like you're not mounting as root
Reply With Quote