Linux Lite Forums
discovery kids camera - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Hardware - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=6)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=28)
+--- Thread: discovery kids camera (/showthread.php?tid=606)



discovery kids camera - XpRefugee - 07-21-2014

Can't get this to recognize
http://ecx.images-amazon.com/images/I/41aDBUXjqgL._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


Re: discovery kids camera - Valtam - 07-21-2014

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



Re: discovery kids camera - XpRefugee - 09-21-2014

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




Re: discovery kids camera - Valtam - 09-21-2014

With the camera plugged in, do:

Code:
sudo fdisk -l



Re: discovery kids camera - XpRefugee - 10-13-2014

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