LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Mounting USB Mp3 player (iRiver H3XX) in Linux (https://www.linuxquestions.org/questions/linux-general-1/mounting-usb-mp3-player-iriver-h3xx-in-linux-295359/)

vharishankar 02-27-2005 12:04 AM

Mounting USB Mp3 player (iRiver H3XX) in Linux
 
Anybody knows how to mount iRiver H340 MP3 player (USB) on a Linux machine?

Thanks

Optimistic 02-27-2005 02:56 AM

USB devices usually show up as /dev/sda1, so you might try:

mount /dev/sda1 /mnt/mp3

Where /mnt/mp3 is where yoy want to mount the drive.

vharishankar 02-27-2005 05:48 AM

Thank you. I got the solution earlier from another forum where my brother posts in, but thanks for the answer.


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