LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   MP3(Sorry for all the posts but I'm new :) (https://www.linuxquestions.org/questions/linux-newbie-8/mp3-sorry-for-all-the-posts-but-im-new-10777/)

Laxin22 12-29-2001 03:06 AM

MP3(Sorry for all the posts but I'm new :)
 
Is there a way I can import my MP3's into a program that plays Mp3's on Linux cause i have about a 1000 on my Windows part of the computer how can this be dont thanks
Also what are the limits on what prgrams Linux let you use as far as games and stuff

dorward 12-29-2001 05:28 AM

Mount your windows partition somewhere.

e.g.

Code:

su
mkdir /mnt/windowsDisk
mount -t vfat /dev/hda1 /mnt/windowsDisk
exit
cd /mnt/windowsDisk/My\ Documents/My\ Music/

Replace /dev/hda1 with the parititon your windows files are sitting on.

You might like to use xmms, which is a clone of WinAmp for linux.

Scotty2435 12-29-2001 03:58 PM

i like xmms more than the windows players that are available.


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