Linux Lite Forums

Full Version: discovery kids camera
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can't get this to recognize
http://ecx.images-amazon.com/images/I/41...SY300_.jpg

plugged in

Code:
linuxlite@Pavilion-ze2000:~$ lsblk
NAME   MAJ:MIN RM    SIZE RO TYPE MOUNTPOINT
sr0     11:0    1   1024M  0 rom 
sda      8:0    0   93.2G  0 disk
├─sda1   8:1    0   91.2G  0 part /
├─sda2   8:2    0      1K  0 part
└─sda5   8:5    0      2G  0 part [SWAP]
zram0  251:0    0 1002.1M  0 disk [SWAP]
sdb      8:16   1   13.2M  0 disk

Unplugged

Code:
linuxlite@Pavilion-ze2000:~$ lsblk
NAME   MAJ:MIN RM    SIZE RO TYPE MOUNTPOINT
sr0     11:0    1   1024M  0 rom 
sda      8:0    0   93.2G  0 disk
├─sda1   8:1    0   91.2G  0 part /
├─sda2   8:2    0      1K  0 part
└─sda5   8:5    0      2G  0 part [SWAP]
zram0  251:0    0 1002.1M  0 disk [SWAP]

I assume it is sdb but it does not show up?

linux lite 1.0.6
Try mounting it manually. With it plugged in, open a terminal and do:

Code:
mkdir ~/kidscamera
mount /dev/sdb ~/kidscamera

This will create a folder in your home folder called 'kidscamera'
When you have finished, unmount the camera with:

Code:
umount ~/kidscamera
that did not work or I don't know enough to fill in the blanks to make it work


lsblk
sda      8:0    0  93.2G  0 disk
├─sda1  8:1    0  91.2G  0 part /
├─sda2  8:2    0    1K  0 part
└─sda5  8:5    0    2G  0 part [SWAP]
sdb      8:16  1  13.2M  0 disk
sr0    11:0    1  1024M  0 rom 


The camera is sdb
When I try to mount ( it makes me mount as root)

sudo mount /dev/sdb ~/kidscamera
mount: /dev/sdb: can't read superblock

With the camera plugged in, do:

Code:
sudo fdisk -l
upgraded to 2.0
My son has not brought his computer with him the last couple of weekends I will post when I get a chance to try this
(09-21-2014, 06:57 AM)Valtam link Wrote: [ -> ]With the camera plugged in, do:

Code:
sudo fdisk -l