Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 14-08-2006, 10:45 AM   #1 (permalink)
"The RaCaLaNGeL"©
 
romeo_8693's Avatar
 
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
Default Few questions about fedora!!!

1.my fedora core 5 is not allowing me to access ntfs partitions.when i say mount -t ntfs /dev/hdb /mnt it says unrecognized fortmat 'ntfs'...hoe do i solve this?

2.when i click on add/remove software it gives an error unable to retrive software information....same for software update....what is the problem?

on bouth counts i was logged in as root.
__________________
Without sorrows happiness would be boring!
romeo_8693 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 14-08-2006, 10:52 AM   #2 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: Few questions about fedora!!!

For NTFS follow this
http://stanton-finley.net/fedora_cor...otes.html#NTFS

FC5 doest support NTFS by default due to legal issues.

For the software manager, I think You need to do a Yum Update via terminal and then it should work fine.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 14-08-2006, 11:38 AM   #3 (permalink)
"The RaCaLaNGeL"©
 
romeo_8693's Avatar
 
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
Default Re: Few questions about fedora!!!

legal issues...hmmmmmmmm..but ubuntu mounts ntfs partition automatically...
can u please elaborate on yum update(new to FC%)....thanx ....
__________________
Without sorrows happiness would be boring!
romeo_8693 is offline  
Old 14-08-2006, 11:54 AM   #4 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: Few questions about fedora!!!

Read that link, from beggining

Red Hat has legal issues with MS on NTFS but it isnt explained at all why, its the only distro with no native NTFS support.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 14-08-2006, 11:55 AM   #5 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: Few questions about fedora!!!

@Romeo, You should open the Terminal Window (similar to Command prompt in WIndows)
in Fedora & login as root ( su - ) & follow the instructions given by @Qwerty.
Yum is the Package Manager in Fedora. It's used to install , update or remove
packages.
JGuru is offline  
Old 14-08-2006, 12:22 PM   #6 (permalink)
"The RaCaLaNGeL"©
 
romeo_8693's Avatar
 
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
Default Re: Few questions about fedora!!!

@jguru
im familiar with terminal...what i wanted to knoe is hhow to use yum??(i know how ti use apt-get in ubuntu)
__________________
Without sorrows happiness would be boring!
romeo_8693 is offline  
Old 14-08-2006, 12:34 PM   #7 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: Few questions about fedora!!!

This is the syntax for Yum:
$ su -
(Enter password)
# yum -y install <package-name>

If you want to work with a GUI Package Manager , type:
# yum - y install yumex

Now wait for the installation to complete.
Yumex is the GUI frontend for Yum (like Synaptic in Ubuntu). You can install
packages using Yumex.
Yum Extender will be available from the menu 'Applications'->'System Tools'
JGuru is offline  
Old 14-08-2006, 02:41 PM   #8 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,453
Wink Re: Few questions about fedora!!!

Quote:
Originally Posted by romeo_8693
1.my fedora core 5 is not allowing me to access ntfs partitions.when i say mount -t ntfs /dev/hdb /mnt it says unrecognized fortmat 'ntfs'...hoe do i solve this?

2.when i click on add/remove software it gives an error unable to retrive software information....same for software update....what is the problem?

on bouth counts i was logged in as root.
As for us first part! U wanna mount a partition rt? In this case u give partition number!!!
/dev/hdb is ur second hardisk most probably. So u'll mount it by
"mount -t ntfs /dev/hdbX /mnt"........where X is partition number!
Identify ur parttion number corresponding to ntfs u wanna mount. If its second partition
then X=2.

For ur second problem dont use the add/remove programs thing.U'll face problem with it!
Instead install all the repos first and use "yum update softwarename" !
http://stanton-finley.net/fedora_cor...ion_notes.html
U'll find important repositories here in this site!
mediator is offline  
Old 15-08-2006, 02:59 PM   #9 (permalink)
"The RaCaLaNGeL"©
 
romeo_8693's Avatar
 
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
Default Re: Few questions about fedora!!!

@med
that things abt ntfs dint work.....

one more question:
how to install .deb files in fedora???
__________________
Without sorrows happiness would be boring!
romeo_8693 is offline  
Old 15-08-2006, 03:06 PM   #10 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Few questions about fedora!!!

Why do you want to install deb in fedora? It isn't a good thing at all. You should get a rpm file for the same software.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 15-08-2006, 03:18 PM   #11 (permalink)
"The RaCaLaNGeL"©
 
romeo_8693's Avatar
 
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
Default Re: Few questions about fedora!!!

actually i have a xmms .deb file wic was downloaded for ubuntu...just wondered if it can b put to use on fc5....i dnt have net at home...so can i download xmms with mp3 supporty and install it on fc5????
__________________
Without sorrows happiness would be boring!
romeo_8693 is offline  
Old 16-08-2006, 12:21 AM   #12 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: Few questions about fedora!!!

You can convert the '.deb' Debian package to RPM format using 'alien' package.
You shouldn't install '.deb' packages in Fedora!! That's an invitation for trouble!!
JGuru is offline  
Old 16-08-2006, 04:36 PM   #13 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,453
Red face Re: Few questions about fedora!!!

Quote:
Originally Posted by romeo_8693
@med
that things abt ntfs dint work.....
Hmmm.....shud have worked. Do u have ntfs drivers installed for FC5? Neways fire up the terminal as root and command "yum -y install *ntfs* ". mount again as I said....It might work!
mediator is offline  
Old 16-08-2006, 05:56 PM   #14 (permalink)
"The RaCaLaNGeL"©
 
romeo_8693's Avatar
 
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
Default Re: Few questions about fedora!!!

hey qwerty it worked...thks for the info...
__________________
Without sorrows happiness would be boring!
romeo_8693 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 08:33 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2