Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2007 14:44:09 +0200
From:      Andrei Kolu <antik@bsd.ee>
To:        freebsd-geom@freebsd.org
Subject:   Re: zfs_20070303.patch on current
Message-ID:  <200703061444.09415.antik@bsd.ee>
In-Reply-To: <45ED5E13.9090407@nipsi.de>
References:  <20070120073117.GB60202@x12.dk> <200703061420.36980.antik@bsd.ee> <45ED5E13.9090407@nipsi.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 06 March 2007 2:26 pm, you wrote:
> May you try to create a pool?
> maybe with an filebased device.
>
>
> dd if=/dev/zero of=/home/zfstest bs=1m count=100
> mdconfig -f /home/zfstest -u 0
> bsdlabel -w md0 auto
> zpool create home /dev/md0c
>
# mdconfig -f /home/zfstest -u 0
mdconfig: ioctl(/dev/mdctl): Device busy

I already got couple of memory disks, so I choose available md.

# mdconfig -f /home/zfstest -u 2
# bsdlabel -w md2 auto
# zpool create home /dev/md2c
default mountpoint '/home' exists and is not empty
use '-m' option to provide a different default
# zpool create zfs /dev/md2c
# mount
/dev/ad0s2a on / (ufs, local, soft-updates)
devfs on /dev (devfs, local)
/dev/ad0s2e on /var (ufs, local, soft-updates)
/dev/ad0s2f on /usr (ufs, local, noatime, soft-updates)
procfs on /proc (procfs, local)
linprocfs on /usr/compat/linux/proc (linprocfs, local)
/dev/md1 on /tmp (ufs, local)
zfs on /zfs (zfs, local)



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