Solaris: Delete ZFS slices from a disk 290 days ago Read More
You know ZFS, it is really cool, you can have tons of filesystems in a zpool, you can create raidz/mirror/stripes with just one command, it has compression, quotas and every other cool feature that...
Solaris 10 Directory Server Installation 754 days ago Read More
This Tech-Recipe details an installation of Directory Server 5.2 p4 from Sun Microsystems into a Solaris 10 whole-root zone. Good DS installation instructions are VERY difficult to find. Also cover...
ZFS: Create a writable clone of a filesystem 901 days ago Read More
A ZFS clone is a writable copy of a snapshot of a filesystem. Phew. It’s much simpler than that sounded. While a filesystem snapshot is read-only, a writable version can be created through cloning....
ZFS: Create a snapshot of a filesystem 901 days ago Read More
Of the many cool features of the new ZFS filesystems, one of the coolest is taking snapshots of a live filesystem. This provides a read-only point-in-time copy of the whole filesystem. While this s...
ZFS: Create a raidz filesystem 909 days ago Read More
ZFS supports a type of RAID-5 redundancy called raidz. This redundancy works at the ZFS pool level and affects all created filesystems in that pool. According to the Sun docs, raidz offers ‘better ...