This content is in the User Namespace. User-Pages are ideal for making notes, preparing content, etc.
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