add zfs moundt and import script

This commit is contained in:
Michael Grote 2024-02-06 20:24:52 +01:00
parent 92395400fd
commit f6790255a1
1 changed files with 3 additions and 0 deletions

3
scripts/zfs_im.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
sudo zpool import -d /dev/disk/by-id/ -a && sudo zfs mount -a -l