Get usb mp3 player to work in suse linux

Don´t be shy, Linux is fun! =)
Post Reply
PLeXroD
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 146
Joined: 25 Oct 2005, 16:00
18
Location: Denmark
Contact:

Get usb mp3 player to work in suse linux

Post by PLeXroD »

hey ive got this problem... i cant get my mp3 disk to work on my linux.. its an:
Creative Zen Vision 30 gb disk...usb connectable..

what shal i do to make it work?... ive got a lot of private stuff on that i need
-Never try to be uncommon, instead of that only realize it's you that is common...-

-In grater common sence Linux is better than MS Windows-

-Never try to hack platform, instead of that, only make security and teach other to do that to-

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

hm, most likely you need to mount it manually, open a shell and:

Code: Select all

cd /
cd /mnt
ls
you will see the device there, like hda1, hda2, etc....the first USB device is usually something like sda1 (the device names I use here are like they are used in Debian Linux, so the names might be a little different in SuSe)

to mount a device simply type mount <device name>, for example:

Code: Select all

mount sda1
then you should be able to access it... :wink:

Post Reply