On 2/6/20 3:21 PM, Max Pyziur wrote:
On Thu, 6 Feb 2020, Samuel Sieb wrote:
What do "fdisk -l /dev/sdb" and "file -s /dev/sdb" give you? (Replace block device name as necessary.)
~> fdisk -l /dev/sdb Disk /dev/sdb: 27.97 GiB, 30005821440 bytes, 58605120 sectors Disk model: 0G5CE00 Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes ~> file -s /dev/sdb /dev/sdb: data
If that's the drive, then that's not looking good for getting anything off of it. What does this show: dd if=/dev/sdb bs=1K count=1 | od -a