I have a disk that is not accessible in Windows and it was suggested that I could copy it in its entirety using "dd noerror if=/dev/hdX of=~/filename" where hdX is the drive and filename is the name for the copy. How do I know what X is? How do I edit the resulting file? Thanks.