*Empty MediaWiki Message*

This commit is contained in:
Daniel.plominski 2015-02-17 00:24:32 +00:00
parent 4632feba0d
commit 4f8529db1d

View File

@ -489,6 +489,18 @@ zfs umount -a
zpool scrub singlepool
</source>
=== notfall frickelei ===
zpool mit einem alten txg Uberblock Stand importieren
<source lang="bash">
zdb -l /dev/sdb4
zpool import -N -o readonly=on -f -R /mnt/broken -F -T 2272146
zdb -c -e -t 2272100 -p /dev/sdb4 rpool
</source>
=== manuelles remote snapshot backupen der funktionierenden datasets ===
<source lang="bash">