ansitest/ZFS/zpool-import-ro.sh

4 lines
64 B
Bash
Raw Normal View History

2021-04-12 14:40:45 -05:00
#!/bin/bash
zpool import -f -o readonly=on "$*"
zpool status -v