Fulltext results:
- ZFS Playground
- 2 </code> ===== Create Pool ===== <code bash> pfexec zpool create demo /var/tmp/c0d0 zpool status </c... o the existing, creating a mirror. <code bash> pfexec zpool attach demo /var/tmp/c0d0 /var/tmp/c0d1 zp... So, let's replace c0d1 with c1d0. <code bash> pfexec zpool replace demo /var/tmp/c0d1 /var/tmp/c1d0 z... xpanding the capacity of the pool. <code bash> pfexec zpool add demo /var/tmp/c0d1 </code> <code> inva
- OpenSolaris / VirtualBox: Mount Shared Folder
- ystem Adminitrator" profile. The commands will be executed with the rights given by this profile, so they need to be executes with ''pfexec''. First, create the mountpoint if it doesn't exist. You will have to do this only once. <code bash> pfexec mkdir /share </code> Now, mount the share. <cod