FreeBSD 9.x. Disk fails to mount! I have copied the disk partition [MBR] from /dev/, the of - seems unreadable. No errors reported.
I have tried this on copied output (of) and on the input file (if) /dev/ada4 and /dev/ada4s1.
==>
in an attempt to see if it can be converted to ASCII text format, - still unreadable.
Does anyone have any idea
gpart show of disk:
Code:
63 156344517 1 freebsd [active] (74G)
I have tried this on copied output (of) and on the input file (if) /dev/ada4 and /dev/ada4s1.
==>
Code:
dd if=ada4s1 conv=ascii of=asci_ada4s1 bs=1m
Does anyone have any idea