Fulltext results:
- ZFS Playground
- , but they are only files for this demo. <code bash> cd /var/tmp mkfile 200m c0d0 c0d1 c0d2 c1d0 c1d1 c1d2 </code> ===== Create Pool ===== <code bash> pfexec zpool create demo /var/tmp/c0d0 zpool st... disk to the existing, creating a mirror. <code bash> pfexec zpool attach demo /var/tmp/c0d0 /var/tmp/... llers. So, let's replace c0d1 with c1d0. <code bash> pfexec zpool replace demo /var/tmp/c0d1 /var/tmp
- OpenSolaris / VirtualBox: Mount Shared Folder
- le system type ''vboxfs''. The Usage is: <code bash> mount -F vboxfs <share> <mountpoint> </code> If... ist. 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