This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # GIMP curves tool settings | |
| (time 0) | |
| (channel value) | |
| (curve | |
| (curve-type smooth) | |
| (n-points 17) | |
| (points 34 0.000000 0.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 1.000000 1.000000) | |
| (n-samples 256) | |
| (samples 256 0.000000 0.003922 0.007843 0.011765 0.015686 0.019608 0.023529 0.027451 0.031373 0.035294 0.039216 0.043137 0.047059 0.050980 0.054902 0.058824 0.062745 0.066667 0.070588 0.074510 0.078431 0.082353 0.086275 0.090196 0.094118 0.098039 0.101961 0.105882 0.109804 0.113725 0.117647 0.121569 0.125490 0.129412 0.133333 0.137255 0.141176 0.145098 0.149020 0.152941 0.156863 0.160784 0.164706 0.168627 0.172549 0.176471 0.180392 0.184314 0.188235 0.192157 0.196078 0.200000 0.203922 0.207843 0.211765 0.215686 0.219608 0.223529 0.227451 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| d-partment ~ # tac txg.txt | xargs -I % sh -c 'echo Testing TXG: %; zdb -hh -e -t % -p /dev/disk/by-id/ rpool;' | |
| Testing TXG: 727145 | |
| zdb: can't open 'rpool': Input/output error | |
| Testing TXG: 728450 | |
| zdb: can't open 'rpool': Input/output error | |
| Testing TXG: 728554 | |
| zdb: can't open 'rpool': Input/output error | |
| Testing TXG: 728555 | |
| zdb: can't open 'rpool': Input/output error | |
| Testing TXG: 728565 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ^root@debian:/home/user# zdb -ul /dev/mapper/crypt-a | |
| -------------------------------------------- | |
| LABEL 0 | |
| -------------------------------------------- | |
| version: 5000 | |
| name: 'rpool' | |
| state: 0 | |
| txg: 729267 | |
| pool_guid: 1904473654895470724 | |
| errata: 0 |