Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2007 22:35:48 -0800 (PST)
From:      Arone Silimantia <aronesimi@yahoo.com>
To:        freebsd-fs@freebsd.org
Subject:   comments on newfs raw disk ?  Safe ? (7 terabyte array)
Message-ID:  <646424.65334.qm@web58613.mail.re3.yahoo.com>

next in thread | raw e-mail | index | archive | help

FreeBSD 6.2-RELEASE.

Big 3ware sata raid with 16 disks.  First two disks are a mirror to 
boot off of.  I installed the system with sysinstall and created all the 
partitions on the boot mirror, etc., and just didn't even touch the 
14-disk array that was also created.

So then I spent hours researching bsdlabel and gpt and blah blah blah, 
and I just got fed up and:

dd if=/dev/zero of=/dev/da1 bs=1k count=1
newfs -m 0 /dev/da1
mount /dev/da1 /mnt

And that's that.  But it seems too good to be true!  Can someone please 
comment on this scheme and if there are some hidden dangers or lack of 
functionality that I will regret in the future ?

Will it fsck just like any other UFS2 partition I run ?  Can I run 
quotas and snapshots and everything else on it, just like normal ?

Other than the fact that I can't boot this, is there _any downside 
whatsoever_ to newfs'ing raw disk like this ?

 
---------------------------------
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?646424.65334.qm>