Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-07-2006, 09:37 PM
|
#1
|
|
Member
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326
Rep:
|
SD Card... Where to Find?
hi all,
i have an sd card that i just put into the computer. how do i go about mounting it and reading it?
i didn't see it show up on my desktop and i didn't see it in konquerer - although i'm probably not looking in the right place.
tia...
|
|
|
|
05-07-2006, 11:15 PM
|
#2
|
|
Member
Registered: Mar 2003
Location: St. Louis, MO
Distribution: kubuntu-current
Posts: 551
Rep:
|
Using a 2.6.x kernel w/ hotplug, all I do is:
mount /dev/sda1 /mnt/card
Making sure /mnt/card exists before typing the command (of course).
As a short cut (kinda) add this to your /etc/fstab :
/dev/sda1 /mnt/card auto noauto,users 0 0
so that users can mount it, and all you have to type is:
mount /dev/sda1
Then, if you want, you can create a link on KDE's desktop to mount
it for you.
hope I didn't give too much info.
-tw
|
|
|
|
05-08-2006, 12:43 AM
|
#3
|
|
Member
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326
Original Poster
Rep:
|
Quote:
|
Originally Posted by tw001_tw
Using a 2.6.x kernel w/ hotplug, all I do is:
mount /dev/sda1 /mnt/card
Making sure /mnt/card exists before typing the command (of course).
As a short cut (kinda) add this to your /etc/fstab :
/dev/sda1 /mnt/card auto noauto,users 0 0
so that users can mount it, and all you have to type is:
mount /dev/sda1
Then, if you want, you can create a link on KDE's desktop to mount
it for you.
hope I didn't give too much info.
-tw
|
this is good information. if only i had /mnt/card or something similar. my front panel light turns on, but i don't see any response in konquerer. is there any way for me to manually check for it?
how do i know if hotplug is running? when i plug in a usb, the system picks it up so i think something is checking for this sort of thing.
tia...
|
|
|
|
05-08-2006, 01:07 AM
|
#4
|
|
LQ Guru
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524
|
OK, here we go again
When you plug some sort of flash memory into usb, if it is configured to be seen as a hard drive, you do:
dmesg | tail
Right after you plug it in, or maybe about 2 seconds after. Then you read where linux put the flash media. It will be /dev/something. Then, you do:
mkdir /mnt/camera-or-whatever-thing-it-is
This makes a regular old directory to use as a mount point. You omly need to do this once. It will be there after that. Then:
mount /dev/something /mnt/camera-or-whatever-thing-it-is
Will mount the card at /mnt/camera-or-whatever-thing-it-is. Go to that directory to look at the card contents. They work just like regular old files. If you want to make an fstab entry the files system is "msdos"
|
|
|
|
All times are GMT -5. The time now is 05:08 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|