LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-12-2006, 05:23 AM   #1
m_talebi_z
LQ Newbie
 
Registered: May 2006
Location: Iran
Posts: 9

Rep: Reputation: 0
Question play music


Hi,
I am a new user of ubuntu ,I need to know how I play my musics that exist in my windows(xp).
Thanks for your help.
 
Old 06-12-2006, 06:13 AM   #2
Sjonnie48
Member
 
Registered: Jun 2005
Location: Earth
Distribution: Ubuntu10.04
Posts: 308

Rep: Reputation: 43
There is Amarok capable of playing flac but it is not my preference because it does not support mp3 as I just found out.
There is the good old Xmms mediaplayer which is the unix version of the Winamp. In Xmms you can play mp3' s but it is not yet possible to play flac files.

Good luck!

Sjonnie48

Last edited by Sjonnie48; 06-12-2006 at 07:01 AM.
 
Old 06-12-2006, 10:07 AM   #3
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Of course Amarok will play MP3. Perhaps your distrobution doesn't ship packages with MP3 support by default due to licensing issues, a lot do that these days apparently.
 
Old 06-12-2006, 10:27 AM   #4
Sjonnie48
Member
 
Registered: Jun 2005
Location: Earth
Distribution: Ubuntu10.04
Posts: 308

Rep: Reputation: 43
Hello mate,

Well, I installed kubuntu dapper this weekend and I' m still busy with it. I have tested it briefly and I' m studying on it.
That's a lot of work for a hobby

Sjonnie48
 
Old 06-12-2006, 02:17 PM   #5
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
AmaroK and all the other music players on Ubuntu will play MP3.

You just have to have the proper codecs installed.
https://wiki.ubuntu.com/RestrictedFormats
 
Old 06-13-2006, 05:18 AM   #6
m_talebi_z
LQ Newbie
 
Registered: May 2006
Location: Iran
Posts: 9

Original Poster
Rep: Reputation: 0
Hi again,
I'm sorry but I don't see my files or folders in windows from ubuntu.
I don't have /media/window or every such this that help me to link to my windows.
I hope say you my problem.
Thanks.
 
Old 06-13-2006, 06:45 AM   #7
AlasdairA
LQ Newbie
 
Registered: Apr 2006
Distribution: Ubuntu 6.06
Posts: 11

Rep: Reputation: 0
Hmm, I was able to access my ntfs partition as soon as I installed dapper. It won't be called /media/windows however, it will be called something like /media/sda1, /media/hda2 or whatever.

If none of the options in the /media directory go to your windows partition check the /etc/fstab file, it should have a line something (but not exactly) like this:
/dev/sda1 /media/sda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1

if their is a line in their that says 'ntfs', that is your windows partition (as windows XP uses the ntfs filesystem) and it will be located wherever it says in the second column (mine is /media/sda1). If their are no windows partitions listed, you may need to edit the /etc/fstab file, this site tells you how to do that. http://www.tuxfiles.org/linuxhelp/fstab.html

If your windows partition is listed in /media but you simply cannot read from it, you may need to install something like lib-ntfs (search for ntfs in synaptic) which will allow you access so your windows partition from ubuntu or you may just simply need to mount the windows partition.
 
Old 06-13-2006, 09:53 PM   #8
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
Try System - Administration - Disks - Partitions tab. This gives you control over partition access without having to use a partitioning tool or editing fstab.
 
Old 06-15-2006, 12:25 AM   #9
randell6564
Member
 
Registered: Nov 2005
Location: California USA
Distribution: Ubuntu,(Feisty Fawn) Windows XP(Home Edition)
Posts: 634

Rep: Reputation: 31
Quote:
Originally Posted by m_talebi_z
Hi again,
I'm sorry but I don't see my files or folders in windows from ubuntu.
I don't have /media/window or every such this that help me to link to my windows.
I hope say you my problem.
Thanks.
If You are not able to access your Windoze then you need to add that Partition to your /etc/fstab.

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda4 / ext3 defaults,errors=remount-ro 0 1
/dev/hda1 /media/hda1 ntfs defaults 0 0
/dev/hda2 /media/hda2 ext3 defaults 0 2
/dev/hdb1 /media/hdb1 vfat defaults 0 0
/dev/hda3 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
 
Old 06-17-2006, 03:55 AM   #10
m_talebi_z
LQ Newbie
 
Registered: May 2006
Location: Iran
Posts: 9

Original Poster
Rep: Reputation: 0
thanks very much every one.
I have another question too. :when I instul ubuntu on my pc what is my mistake to installing that this problem is ocured . because I work with redhat too but i don't have this problem.
thanks very much
 
Old 06-17-2006, 04:06 AM   #11
binary_y2k2
Member
 
Registered: Jul 2005
Location: England, UK
Distribution: Ubuntu 8.04 Server, Kubuntu 12.04
Posts: 698
Blog Entries: 1

Rep: Reputation: 31
In the setup, during the partitioning part, you should have assigned hda1 (or where ever your windows partition is) to a location of your choosing (/media/windows if you want). linux would have then made the directory and mounted it for you. You need the manual partitioning option for that.
But if you ever need to install linux again, you'll know how to mount windows partition now.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to play music using all of your 5.1 system? DeNayGo Linux - Software 16 10-18-2005 05:45 AM
Cannot play music CDs arubin Slackware 20 12-23-2004 11:55 AM
cant play music king kong killa Fedora 2 06-11-2004 09:36 PM
music cd doesn't play in cd player fobius Linux - Software 3 04-24-2004 10:31 AM
my music won't play JamDunc Linux - Newbie 4 08-03-2003 07:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration