LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   SD Card Mount Problem (https://www.linuxquestions.org/questions/linux-newbie-8/sd-card-mount-problem-456776/)

GNewbie 06-20-2006 09:43 PM

SD Card Mount Problem
 
hi all,

the first time i inserted my secure digital, an icon showed up on my mepis desktop. when i inserted it several days later - nothing showed up.

how do i go about...

1. finding it
2. mounting it

any help is greatly appreciated.

tia...

The_Outlander 06-27-2006 08:27 AM

This is how I went about solving the same problem.

Insert the card
$dmesg grep | tail
It should show sda or sdb or whatever.

Setup an entry in /etc/fstab for ongoing use. e.g.
/dev/sda1 /mnt/card vfat noauto,user,rw 0 0

Create a mount point, in this example /mnt/card
$mkdir /mnt/card
$chmod 777 /mnt/card or whatever permissions you require.

mount the device.

for details
$man mount

GNewbie 06-27-2006 01:12 PM

Quote:

Originally Posted by chesh
This is how I went about solving the same problem.

Insert the card
$dmesg grep | tail
It should show sda or sdb or whatever.

Setup an entry in /etc/fstab for ongoing use. e.g.
/dev/sda1 /mnt/card vfat noauto,user,rw 0 0

Create a mount point, in this example /mnt/card
$mkdir /mnt/card
$chmod 777 /mnt/card or whatever permissions you require.

mount the device.

for details
$man mount

update - i'm not sure what was wrong. i think it was probably a file system issue. once i made a fat partition, it auto picked up in mepis - no problems.

i can't repeat the problem, though. or, more accurately, i hope i never repeat theproblem again.

thanks for the help.

GN


All times are GMT -5. The time now is 10:22 PM.