cant mount digital camera

This is a discussion about cant mount digital camera in the Linux Hardware category; Hello I'm using suse 8. 2. I have a sony dsc P12 camera and in the compatibility list there is written, that I should mount the camera as following: mount -t vfat /dev/sda1 /mnt/p12 but if I do that this error appears: /dev/sda1 is not a valid block device.

Linux Hardware 765 This topic was started by , . Last reply by ,


data/avatar/default/avatar28.webp

2 Posts
Location -
Joined 2004-09-15
Hello
I'm using suse 8.2.
I have a sony dsc P12 camera and in the compatibility list there is written, that I should mount the camera as following:
mount -t vfat /dev/sda1 /mnt/p12
but if I do that this error appears: /dev/sda1 is not a valid block device.
I'm a beginner with linux and I have no idea what I could try to do. Please help me
Thanks
Sandy

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Sep 15
Created
Sep 16
Last Response
0
Likes
2 minutes
Read Time
User User User
Users

Responses to this topic


data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
Let's try a few simple things (hopefully first).
 
As root user, in a console window, type in the following command;
 
modprobe usb-storage
 
You should get a return command prompt with no error messages.
 
Then type in;
 
dmesg
 
See if you get a message "USB mass storage device... and look for an indication of what block device the camera is seen on, the example would be sda1, unless you have other usb devices installed, such as a pen drive.
 
Make sure you have a mount point assigned for the camera by typing in (if you already have not done so previously);
 
mkdir /mnt/p12
 
Then try to mount the camera with the commands you gave above, making sure that sda1 reflects what you got when you looked for the camera in the dmesg output.
 
Here is a link that explains the process, although the links do not work anymore;
 
Suse digital camera howto

data/avatar/default/avatar28.webp

2 Posts
Location -
Joined 2004-09-15
OP
I tried what you said. But if I made demsg I found the entry
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
USB Mass Storage support registered.
 
But I cant find any entry of sda1 or others. I have a usb mouse connected. So I have 2 usb devices. What is it then? sdb1? or which one?
Thanks for help

data/avatar/default/avatar39.webp

336 Posts
Location -
Joined 2004-07-09
check dmesg again after you've connected the camera (and turned the camera on),
and you should find an indication of the raw device name.