cant mount digital camera

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 ,


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 on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

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.