Results 1 to 10 of 18
Hi,
i am very new to Linux, i have just bough an acer aspire with linpus as the OS, and whenever i try to access the video from my camera ...
- 02-01-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 9
unable to access memory cards
Hi,
i am very new to Linux, i have just bough an acer aspire with linpus as the OS, and whenever i try to access the video from my camera using the memory card i get the message:
Failed to mount "SD/MMC Drive".
org.freedesktop.hal.storage.mount-removable no <-- (action, result).
i've looked on the various forums and this seems to be a common problem on Linux, but i don't understand the solutions or 'work-arounds' people are suggesting. i would be really grateful if someone could take me through what i need to do step by step?
Thanks for your time, and sorry for the trouble.
a Newbie
new_to_linux
Posts: 1
Joined: Sun Feb 01, 2009 12:27 pm
- 02-01-2009 #2
On the CLI you could do this:
Replace '#' with the letter that your memory card is.Code:mount /dev/sd#1 /media
- 02-01-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 9
Thanks very much Robert,
I'm still a bit confused though, is the CLI the command box?
Also, i don't know what you mean by 'the letter that your memory card is'? it's just a regular 1gb memory card and doesn't have a letter as far as i know?
thanks for your time.
matthew
- 02-02-2009 #4
CLI = Commad Line Interface.
You can use "terminal" program to access CLI in GUI (Graphics User Interface)
each storage device have its own name
for IDE its - /dev/hda , /dev/hdb
and for SCSI its - /dev/sda , /dev/sdb
where /dev/sda is 1st and /dev/sdb is 2nd
memory card is SCSI so it will have
/dev/sd<x> name
Where x will the alphabet like a,b,c in order to your drives in numeric.
use this command to list all your devices and partitions.# sudo fdisk -l
- 02-02-2009 #5Linux User
- Join Date
- Apr 2007
- Posts
- 289
Have you ever accessed it on the laptop? If you did, did you UNmount it before removing it? Rt click, unmount volume.
It's possible that this is a card format issue (unformatted). Usually the laptop (or desktop) will auto-mount when you insert the card.
Have you tried to connect the camera to the laptop by hardwire yet?
Are you familiar with the command line? Applications /accessories /terminal
- 02-02-2009 #6Just Joined!
- Join Date
- Feb 2009
- Posts
- 9
Thanks both b2bwild and buccaneere for your time, but i am afraid i am still none the wiser.
i tried the command: # sudo fdisk -l but my computer responded with:
failed to execute default Terminal Emulator.
input/output error.
Though in truth i am not 100% sure what this was to check? i don't really understand the terminology you've used.
i hadn't accessed the memory disk on this or any other laptop before. i've just tried to connect the camera, and the message i get is:
Failed to mount "1G Removable Volume".
org.freedesktop.hal.storage.mount-removable no <-- (action, result).
Have you any ideas what the problem may be? I would really appreciate any advice you could give?
Thanks
M
- 02-02-2009 #7
Try this.
- Plug in your memory card into the linux box
- Press the following: ATL+F2
- This should bring up a 'Run Command' box
- Now type in there 'konsole' hit enter.
- This will start the terminal window for you
- In that windows type 'su /sbin/fdisk -l'
- It will ask for root's password to run.
This will give you a list of all Disks that are connected.
If you don't know what you are looking at then copy this information and post it here.
- 02-02-2009 #8Just Joined!
- Join Date
- Feb 2009
- Posts
- 9
Hi Robert,
I followed your instructions and my PC says:
su: user /sbin/fdisk does not exist
have you any suggestions?
thanks
Matthew
- 02-02-2009 #9Linux User
- Join Date
- Apr 2007
- Posts
- 289
Just enter su for the moment... get on as root user it should only ask for your password.
Gimme a minute to fish thru' FC8 Bible...
- 02-02-2009 #10Just Joined!
- Join Date
- Feb 2009
- Posts
- 9
thanks, i've logged on as root ready...


Reply With Quote