Jump to content

User:Caleb Cooper/sandbox: Difference between revisions

From pool
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
; Export the DSBs
{{Pre|class=black-white|
{{Pre|class=blue-white|# for i in $(diskview -I s {{!}} awk '/Online/{print $2}'); do echo -e "\n::: ${i} :::"; dd if{{eq}}/dev/rpd${i}d bs{{eq}}512 count{{eq}}1 of{{eq}}/pss/cc/o-dsb-${i}.bin; done}}
this
'''that'''
{{H|the other|darkred}}
}}

Revision as of 14:44, 13 July 2020

Export the DSBs
# for i in $(diskview -I s | awk '/Online/{print $2}'); do echo -e "\n::: ${i} :::"; dd if=/dev/rpd${i}d bs=512 count=1 of=/pss/cc/o-dsb-${i}.bin; done