Editing Mounting HDD on PC
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 73: | Line 73: | ||
# for now don't use ps3da device directly, dump sectors to file and bind it to loop device | # for now don't use ps3da device directly, dump sectors to file and bind it to loop device | ||
# later we will use ps3da device directly | # later we will use ps3da device directly | ||
dd if=/dev/ps3da bs=512 count=2 of=hdd_enc.bin | dd if=/dev/ps3da bs=512 count=2 of=hdd_enc.bin |