You are not logged in.
Pages: 1
Hello. I have a little problem. When i conect my mp3 player to the PC, player shows that its conected to pc, but pc doesn't show it and i can't upload or download files.
P.S I am using gnome, Dbus , fam and hal are working. I added storage group, but pc still doesnt show it.
Thanks for help.
Last edited by vaip (2007-08-28 18:29:21)
Offline
if your mp3 player works as a mass storage device and is formatted with vfat(which most of them are), you should be able to just create a mount point and mount it. If you don't have any scsi or sata drives, it will be called /dev/sda. for example:
mkdir /mnt/mp3player
mount -t vfat /dev/sda /mnt/mp3player
Offline
Offline
Thanks its working now.
Offline
Good link thanks for sharing
Offline
Pages: 1