Fulltext results:
- ZFS Playground
- 1d2 </code> ===== Create Pool ===== <code bash> pfexec zpool create demo /var/tmp/c0d0 zpool status </c... to the existing, creating a mirror. <code bash> pfexec zpool attach demo /var/tmp/c0d0 /var/tmp/c0d1 zp... s. So, let's replace c0d1 with c1d0. <code bash> pfexec zpool replace demo /var/tmp/c0d1 /var/tmp/c1d0 z... expanding the capacity of the pool. <code bash> pfexec zpool add demo /var/tmp/c0d1 </code> <code> inva
- OpenSolaris / VirtualBox: Mount Shared Folder
- this profile, so they need to be executes with ''pfexec''. First, create the mountpoint if it doesn't ex... You will have to do this only once. <code bash> pfexec mkdir /share </code> Now, mount the share. <code bash> pfexec mount -F vboxfs share /share </code> If you want... e ''/etc/vfstab''. You can do this by executing ''pfexec vi /etc/vfstab''. <code> share - /share vbo