Linux Lite Forums

Hardware - Support => Other => Topic started by: XpRefugee on July 21, 2014, 12:58:25 AM

Title: discovery kids camera
Post by: XpRefugee on July 21, 2014, 12:58:25 AM
Can't get this to recognize
http://ecx.images-amazon.com/images/I/41aDBUXjqgL._SY300_.jpg (http://ecx.images-amazon.com/images/I/41aDBUXjqgL._SY300_.jpg)

plugged in

Code: [Select]
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: [Select]
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
Title: Re: discovery kids camera
Post by: Jerry on July 21, 2014, 02:27:18 AM
Try mounting it manually. With it plugged in, open a terminal and do:

Code: [Select]
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: [Select]
umount ~/kidscamera
Title: Re: discovery kids camera
Post by: XpRefugee on September 21, 2014, 01:23:14 AM
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

Title: Re: discovery kids camera
Post by: Jerry on September 21, 2014, 02:57:33 AM
With the camera plugged in, do:

Code: [Select]
sudo fdisk -l
Title: Re: discovery kids camera
Post by: XpRefugee on October 13, 2014, 03:20:30 PM
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
With the camera plugged in, do:

Code: [Select]
sudo fdisk -l