5 lines
59 B
Bash
5 lines
59 B
Bash
|
# unmount all stuff
|
||
|
|
||
|
umount -Rl /data /mnt
|
||
|
zpool export -a
|