ZFS v28 is ready for wider testing.

Peter Reo Molnar, 64-bit FreeBSD 9.0 peter at 3mail4.co.uk
Fri Sep 3 16:52:11 UTC 2010


On 03/09/10 16:50, Peter Molnar, BSD wrote:
> On 02/09/10 22:48, Pawel Jakub Dawidek wrote:
>> On Tue, Aug 31, 2010 at 11:59:15PM +0200, Pawel Jakub Dawidek wrote:
>> [...]
>>> Ok, now that I know you read everything carefully, here is the patch:
>>>
>>>     http://people.freebsd.org/~pjd/patches/zfs_20100831.patch.bz2
>> Now it is even easier to test new ZFS! :)
>>
>> Here you can find VirtualBox Appliance (113MB) with
>> FreeBSD 9-CURRENT and ZFSv28:
>>
>>     http://people.freebsd.org/~pjd/misc/FreeBSD9_ZFSv28_0.1.tgz
>>
>> Untar it, import it (zfsv28.ovf) to VirtualBox and have fun.
>>
>> You can log in as root with no password (via virtual console or via 
>> SSH).
>> The system IP address is IP 192.168.56.66/24.
>> There are 16 ada(4) disks to play with. For example:
>>
>>     zfsv28:root:~# zpool create tank raidz3 ada{0,1,2,3,4,5,6,7} 
>> raidz3 ada{8,9,10,11,12,13,14,15}
>>     zfsv28:root:~# zpool status
>>       pool: tank
>>      state: ONLINE
>>      scan: none requested
>>     config:
>>
>>             NAME        STATE     READ WRITE CKSUM
>>             tank        ONLINE       0     0     0
>>               raidz3-0  ONLINE       0     0     0
>>                 ada0    ONLINE       0     0     0
>>                 ada1    ONLINE       0     0     0
>>                 ada2    ONLINE       0     0     0
>>                 ada3    ONLINE       0     0     0
>>                 ada4    ONLINE       0     0     0
>>                 ada5    ONLINE       0     0     0
>>                 ada6    ONLINE       0     0     0
>>                 ada7    ONLINE       0     0     0
>>               raidz3-1  ONLINE       0     0     0
>>                 ada8    ONLINE       0     0     0
>>                 ada9    ONLINE       0     0     0
>>                 ada10   ONLINE       0     0     0
>>                 ada11   ONLINE       0     0     0
>>                 ada12   ONLINE       0     0     0
>>                 ada13   ONLINE       0     0     0
>>                 ada14   ONLINE       0     0     0
>>                 ada15   ONLINE       0     0     0
>>
>>     errors: No known data errors
>>
> Hi,
> I would like to try ZFS + VirtualBox but I have got problems:
>
>
> 1) Linux 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:21:58 UTC 2010 
> x86_64 GNU/Linux
>
> I tried import that file in my  VirtualBox but I have got error:
> Failed to import appliance.
> /home/peter/FreeBSD/zfsv28.ovf
> Too many IDE controllers in OVF; import facility only supports one.
>
>
> 2) I tried to install VirtualBox under 64-bit FreeBSD 9.0-CURRENT #2
>
> [root at server /usr/ports/emulators/virtualbox-ose]# make
> Requires 32-bit libraries installed under /usr/lib32.
> Do: cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32
> *** Error code 1
>
> Stop in /usr/ports/emulators/virtualbox-ose.
> *** Error code 1
>
> Stop in /usr/ports/emulators/virtualbox-ose.
>
> How can I fix that error in FreeBSD?
>
>
> Peter
>
>
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to 
> "freebsd-current-unsubscribe at freebsd.org"
I forgot reading sorry for bother...
cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32

Peter


More information about the freebsd-fs mailing list