On Fri, Sep 18, 2009 at 9:08 AM, Sanjeev <[email protected]> wrote: > > dear friend, if your sd card detects automatically but not mounting > than just go to the terminal > 1.> sudo fdisk -l (to find out your sd card, suppose your card is /dev/ > sdc). > 2.> mkdir /mycard (make a dir for mount point) > 3.> mount /dev/sdc /mycard (to mount your card) > 4.> 3rd command runs properly than go to the /mycard to use your sd > card contents (if this is not helps you to mounting the sd card than > just install UBUNTU 9.04 you will 100% solve this issue)
Hey Sanjeev, If you notice the dmesg message, it shows that device is not read properly and hence no /dev/sd? is setup for the device. If it had been the case, dmesg would have reflected what letter is assigned to the drive. Sharad --~--~---------~--~----~------------~-------~--~----~ Do you have another question? Click here - http://groups.google.com/group/iitdlug/post l...@iitd community mailing list -- http://groups.google.com/group/iitdlug -~----------~----~----~----~------~----~------~--~---
