LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
discovery kids camera
#1
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
Xpocalypse NOW I love smell of OS in the morning, Smells like 01110110011010010110001101110100011011110111001001111001
Linux user since January 14, 2014
[Image: ralph.jpg]I can look up things on the internet!
Reply
#2
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
Reply
#3
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

Xpocalypse NOW I love smell of OS in the morning, Smells like 01110110011010010110001101110100011011110111001001111001
Linux user since January 14, 2014
[Image: ralph.jpg]I can look up things on the internet!
Reply
#4
With the camera plugged in, do:

Code:
sudo fdisk -l
Reply
#5
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
Xpocalypse NOW I love smell of OS in the morning, Smells like 01110110011010010110001101110100011011110111001001111001
Linux user since January 14, 2014
[Image: ralph.jpg]I can look up things on the internet!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)