ansitest/ZFS/zpool-import-ro.sh
2021-04-12 14:40:45 -05:00

4 lines
64 B
Bash

#!/bin/bash
zpool import -f -o readonly=on "$*"
zpool status -v