LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-09-2006, 01:44 PM   #1
adnansanni
LQ Newbie
 
Registered: May 2005
Location: Bangladesh
Distribution: Fedora core 5
Posts: 13

Rep: Reputation: 0
how mount ntfs on fc5 and how can i play mp3


ok guys firstly i'm sorry cuase i'm posting a old thread again. i'm new on linux, i don't know anything about that. here i have some question, how can i access my windows ntfs partition on my fc5? plz tell me details with easy way. and also i can't play any movie or mp3 file. what's the best mp3,dat,mpeg, or dvd player? plz tell me the name and plz also give the link where i can download that. thank you guys.
sorry for my bad english.
 
Old 05-09-2006, 02:17 PM   #2
tuxrules
Senior Member
 
Registered: Jun 2004
Location: Chicago
Distribution: Slackware64 -current
Posts: 1,158

Rep: Reputation: 62
Quote:
Originally Posted by adnansanni
ok guys firstly i'm sorry cuase i'm posting a old thread again. i'm new on linux, i don't know anything about that. here i have some question, how can i access my windows ntfs partition on my fc5? plz tell me details with easy way. and also i can't play any movie or mp3 file. what's the best mp3,dat,mpeg, or dvd player? plz tell me the name and plz also give the link where i can download that. thank you guys.
sorry for my bad english.
Haven't used Fedora for a long time now but will try to help you out. In order to see your NTFS partition, you would have to include ntfs filesystem driver into your kernel as Fedora does not include them by default.

I don't know how much you know about rpm installation, mount points, command line and man pages. but I'll try to elaborate.

First,
Find out what exact kernel version you are using...you can look at /boot directory to see what you have there.

Based on that you can look at linux-ntfs.org site. Download those rpm and install them using
Code:
rpm -ivh /path/to/rpm-name.rpm
replace /path/to/rpm-name.rpm with the appropriate path and rpm name.

In Linux, you need to mount discs/partitions before you can see or use them. Once you install ntfs rpms, you would have to mount the ntfs partition. Search this forum or google for help on mount command or type
Code:
man mount
to see help on mount command.

To get mp3 and dvd playback, which again is not installed by default in fedora, you need to setup yum to install those. Look up on google to setup yum with appropriate repositories. Dag Wieers repo is one of the best out there. check out http://dag.wieers.com/ for instructions.

Check out the link below too...one of the best.

http://www.stanton-finley.net/fedora...ion_notes.html
 
Old 05-09-2006, 06:51 PM   #3
Amuro-Ray2020
Member
 
Registered: Aug 2004
Location: Arizona
Distribution: Linux Mint
Posts: 81

Rep: Reputation: 15
Once you have yum installed (Which you probably do already), I recommend using xmms-mp3. If you're used to winamp, you'll feel familiar with it's interface.

To install xmms-mp3 using yum, type in a terminal window:

Code:
yum install xmms-mp3
This should install xmms-mp3 on your system. Make sure your soundcard is working first, though.
 
Old 05-10-2006, 02:02 AM   #4
adnansanni
LQ Newbie
 
Registered: May 2005
Location: Bangladesh
Distribution: Fedora core 5
Posts: 13

Original Poster
Rep: Reputation: 0
Thanks tuxrules and Amuro-Ray2020. but i don't understand what is yum? there is another problem is; my fc5 doesn't recognize the modem, that's why i can't use net on linux. so i can't download codec or update. my modem is SoftV92 data fax modem. i'm using net from my windows. plz tell me about yum. thanks guys.
 
Old 05-10-2006, 05:14 AM   #5
Titanas25
Member
 
Registered: Mar 2006
Location: Greece
Distribution: FC5
Posts: 32

Rep: Reputation: 15
first thing you have to do as mentioned above is to update your kernel.go to: http://www.linux-ntfs.org/content/view/187/

Then you go to /etc/fstab and you add your folder you want to mount in the mounting table.

for example: /dev/hda1 /mnt/windows ntfs defaults,unmask=0222 0 0

Then you open the console and write: mount -a

Thats all...you must have access to your windows partition through your mounted directory.In my example at: /mnt/windows

Hope i was helpful
 
Old 05-10-2006, 08:59 AM   #6
tuxrules
Senior Member
 
Registered: Jun 2004
Location: Chicago
Distribution: Slackware64 -current
Posts: 1,158

Rep: Reputation: 62
Quote:
Originally Posted by adnansanni
Thanks tuxrules and Amuro-Ray2020. but i don't understand what is yum? there is another problem is; my fc5 doesn't recognize the modem, that's why i can't use net on linux. so i can't download codec or update. my modem is SoftV92 data fax modem. i'm using net from my windows. plz tell me about yum. thanks guys.
Well, if you don't know what yum is then you ought to search google. There are many tutorials on it. YUM basically is a package/software management tools. Installs, removes and upgrades software and its dependencies and more.

You most likely have a WinModem. Search google for it and you would know the problems associated with it. I strongly suggest you get a internal or external pci modem. Look at www.linuxquestions.org/hcl/ to find out the appropriate hardware.

Use www.google.com/linux to look for any questions you have...it is a treasure trove.

Tux,
 
  


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
mount: unknown filesystem type 'ntfs' when trying to mount windows drive... DiZASTiX Linux - Hardware 12 09-28-2008 07:29 PM
I am not able to play Mp3 Songs In Red Hat 9,How To Play The Songs? vlovevj_patel Linux - General 10 03-23-2008 11:45 PM
Mounting NTFS on FC5 WhiskeyTangoFoxtrot Fedora 10 04-03-2006 09:42 PM
Play MP3 in FC4 .....diabled mp3 support !! ALInux Fedora 29 01-26-2006 07:20 AM
mount mp3 player to /mnt/mp3? Muzzy Linux - General 4 05-09-2004 05:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:06 AM.

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