BSDCan2007 - Confirmed Schedule
BSDCan 2007
The Technical BSD Conference
Speakers | |
---|---|
Pawel Dawidek |
Schedule | |
---|---|
Day | 4 |
Room | SITE B0138 |
Start time | 11:30 |
Duration | 01:00 |
Info | |
ID | 43 |
Event type | Lecture |
Track | Filesystems |
Language | English |
Feedback | |
---|---|
Did you attend this event? Give Feedback |
Porting the ZFS file system to FreeBSD
A much anticipated FS
There will be 3 parts to this presentation. - a short introduction to ZFS and its great features - discussion of porting work, enumerate differences between the FreeBSD port and Solaris ZFS, and show some performance numbers. - demonstrate how ZFS works on a FreeBSD machine
I would like to present the work I did on porting ZFS file system from the OpenSolaris to the FreeBSD. ZFS is one of the most wanted file system these days, it offers a huge number of interesting features and some unique ones, like:
- storage pool model,
- copy-on-write model (no fsck, no journaling),
- end-to-end data integrity,
- integrated volume manager, which provides for example single and double
- cheap snapshots,
- snapshots rollback,
- clones (writtable snapshots),
- simplified administration (no newfs(8), bsdlabel(8), fdisk(8), growfs(8),
- no limits,
- fast native backup and restore,
- data compression,
- adaptive endianess,
- data encryption (WIP).