Recover photos from digital keychain issues from the start
by MushKnight from LinuxQuestions.org on (#5292R)
Hello, Casual linux user for quite awhile but been slowly learning, Well I am trying to recover some photos of a digital keychain. First it wasn't detecting in linux. Changed the cord and I finally got it to detect and it mounted to /mnt but I couldn't find how to access it. I unmounted it and tried to remount to a directory on my desktop and now I'm getting...
mint@mint-Aspire-5517 ~/Desktop $ sudo mount -t vfat /dev/sda2 /home/mint/Desktop
mount: wrong fs type, bad option, bad superblock on /dev/sda2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
Output from # dmesg |tail is...
mint@mint-Aspire-5517 ~/Desktop $ dmesg | tail
[ 7546.826199] usb 2-1: Product: Digital Photo Frame
[ 7546.826206] usb 2-1: Manufacturer: BUILDWIN
[ 7546.842473] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 7546.843343] scsi host9: usb-storage 2-1:1.0
[ 7547.850285] scsi 9:0:0:0: CD-ROM buildwin Photo Frame 1.01 PQ: 0 ANSI: 2
[ 7547.862296] sr 9:0:0:0: [sr1] scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
[ 7547.863001] sr 9:0:0:0: Attached scsi CD-ROM sr1
[ 7547.863497] sr 9:0:0:0: Attached scsi generic sg2 type 5
[ 9733.833461] FAT-fs (sda2): bogus number of reserved sectors
[ 9733.833478] FAT-fs (sda2): Can't find a valid FAT filesystem
If someone could just point me in the right direction it would be much appreciated.


mint@mint-Aspire-5517 ~/Desktop $ sudo mount -t vfat /dev/sda2 /home/mint/Desktop
mount: wrong fs type, bad option, bad superblock on /dev/sda2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
Output from # dmesg |tail is...
mint@mint-Aspire-5517 ~/Desktop $ dmesg | tail
[ 7546.826199] usb 2-1: Product: Digital Photo Frame
[ 7546.826206] usb 2-1: Manufacturer: BUILDWIN
[ 7546.842473] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 7546.843343] scsi host9: usb-storage 2-1:1.0
[ 7547.850285] scsi 9:0:0:0: CD-ROM buildwin Photo Frame 1.01 PQ: 0 ANSI: 2
[ 7547.862296] sr 9:0:0:0: [sr1] scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
[ 7547.863001] sr 9:0:0:0: Attached scsi CD-ROM sr1
[ 7547.863497] sr 9:0:0:0: Attached scsi generic sg2 type 5
[ 9733.833461] FAT-fs (sda2): bogus number of reserved sectors
[ 9733.833478] FAT-fs (sda2): Can't find a valid FAT filesystem
If someone could just point me in the right direction it would be much appreciated.