PDA

View Full Version : [ubuntu] ubuntu not picking up SD card in mp3 player?



ave2
February 27th, 2010, 09:59 AM
I have an mp3 player that has built in storage and can take an additional micro SD card. in ubuntu 9.10 I cant access the micro sd, but I can in windows and ultimate edition- (based on ubuntu 8.04).

I seem to remember reading something about ubuntu not searching for storage within storage- it just searches for the one level and then stops- something like that anyway

anyone know how to solve that.

camporter1
February 27th, 2010, 10:44 AM
Someone might know, but you'll probably need to tell us exactly which device it is that's causing the problem. I know that players that just have flat file support tend to work the best.

cloyd
February 27th, 2010, 01:28 PM
I don't know if this will work, but I had trouble with Sandisk drives, and Ubuntu seemed to see them as a usb drive inside a cd drive. This worked.

sudo mount -t vfat /dev/sdb1 /media/usb -o uid=1000,gid=100,utf8,dmask=027,fmask=137

It also mounted some other usb drives I was having trouble with. Don't know that it will work for you, but give it a try. If it works, you will have to give the command every time you mount, and also manually unmount. I wrote an executable script file so I wouldn't have to enter this every time. I'll be off line for the rest of the day, but interested to know if it helps. Found the command in the community documentation.

Bartender
February 27th, 2010, 02:54 PM
We've got a Sansa Fuze, and three different Ubuntu PC's that all see the microSHD card without any difficulties. They'll show two devices on the desktop when the Sansa is plugged in. Clicking them opens up browsers for each storage device.

You have to set the Sansa to run in MSC mode rather than MTP. This option is in Settings> System Settings> USB Mode>

ave2
March 3rd, 2010, 01:07 PM
I don't know if this will work, but I had trouble with Sandisk drives, and Ubuntu seemed to see them as a usb drive inside a cd drive. This worked.

sudo mount -t vfat /dev/sdb1 /media/usb -o uid=1000,gid=100,utf8,dmask=027,fmask=137

It also mounted some other usb drives I was having trouble with. Don't know that it will work for you, but give it a try. If it works, you will have to give the command every time you mount, and also manually unmount. I wrote an executable script file so I wouldn't have to enter this every time. I'll be off line for the rest of the day, but interested to know if it helps. Found the command in the community documentation.

Hi, yes I am using the sansa express- unfortunately I run most of my day to day activities as a user and not as administrator, so I dont have access to sudo.... is there perhaps another way to search for connected devices?



We've got a Sansa Fuze, and three different Ubuntu PC's that all see the microSHD card without any difficulties. They'll show two devices on the desktop when the Sansa is plugged in. Clicking them opens up browsers for each storage device.

You have to set the Sansa to run in MSC mode rather than MTP. This option is in Settings> System Settings> USB Mode>

sorry to sound stupid, but I cant find settings > system settings- im using 9.10 if this makes a difference, and when I look through applications, places and system at the top of the screen there doesnt seem to be any option for USB mode

mcduck
March 3rd, 2010, 02:24 PM
sorry to sound stupid, but I cant find settings > system settings- im using 9.10 if this makes a difference, and when I look through applications, places and system at the top of the screen there doesnt seem to be any option for USB mode
That would be a setting in your music player, not in Ubuntu... ;)

Bartender
March 3rd, 2010, 04:39 PM
Thanks, mcduck, for clarifying that important distinction. :)

It didn't even occur to me to mention that those settings are on the player, not the computer. Of course, at that point I didn't know whether the OP was using a Sansa product or not.

I wonder - do most portable players that are designed to function across various platforms have a similar function built into them? It seems like they'd have to?