I'm trying to dump the storage of Xiaomi Home camera. It comes with USB port, that if inserted while RESET is pressed is recognized in Linux as a SCSI device. I tried mounting the SCSI disc with no success, any idea what's this interface for and how can I dump it?
[dmesg log]
[ 63.698810] usb 1-10: new high-speed USB device number 7 using xhci_hcd
[ 63.846904] usb-storage 1-10:1.0: USB Mass Storage device detected
[ 63.847238] scsi host9: usb-storage 1-10:1.0
[ 64.852610] scsi 9:0:0:0: Direct-Access Grain GM8136 1.11 PQ: 0 ANSI: 2
[ 64.853053] sd 9:0:0:0: Attached scsi generic sg6 type 0
[ 64.853593] sd 9:0:0:0: [sdf] Attached SCSI removable disk
$ lsscsi -s
[0:0:0:0] disk ATA SanDisk SDSSDA24 70RL /dev/sda
[1:0:0:0] disk ATA KINGSTON SV300S3 BBF0 /dev/sdb
[2:0:0:0] disk ATA ST2000DM006-2DM1 CC26 /dev/sdc
[3:0:0:0] disk ATA MAXTOR STM350063 E /dev/sdd
[5:0:0:0] cd/dvd ASUS DRW-24D5MT 1.00 /dev/sr0
[8:0:0:0] disk Generic STORAGE DEVICE 0828 /dev/sde
[9:0:0:0] disk Grain GM8136 1.11 /dev/sdf
dd
ing the devices? – NirIzr Oct 22 '18 at 06:31dd: failed to open '/dev/sdf': No medium found
– Mellowcandle Oct 25 '18 at 05:39dd
. Unfortunately it seems you need to provide some serial number to access the firmware. So I am out of luck. Chances are you can get source even. – 0xC0000022L Oct 25 '18 at 07:27