DragonFly BSD
DragonFly users List (threaded) for 2010-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: format /dev/ad10 or /dev/ad10s0 for getting the whole Disk as one volume in hammer


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 19 Nov 2010 18:17:42 -0800 (PST)

    's0' is the dummy slice for drives which do not have slice tables on
    them.  I usually format a slice table with fdisk.

    e.g. (note: this completely destroys/reformats the hd):

    fdisk -IB /dev/ad8
    disklabel64 -r -w /dev/ad8s1 auto
    disklabel64 -e /dev/ad8s1
    (add 'd' partition covering the whole disk)
    (newfs_hammer -L LABEL /dev/ad8s1d)

						-Matt



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]