add zfs moundt and import script
This commit is contained in:
parent
92395400fd
commit
f6790255a1
1 changed files with 3 additions and 0 deletions
3
scripts/zfs_im.sh
Normal file
3
scripts/zfs_im.sh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
sudo zpool import -d /dev/disk/by-id/ -a && sudo zfs mount -a -l
|
Loading…
Reference in a new issue