Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 08-01-2005, 07:57 PM   #1 (permalink)
Rubik's Uncle!!
 
Charan's Avatar
 
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,789
Default FEDORA CORE 3 & NTFS


Hi im using the FEDORA core 3 from DIGIT.

I have a intel P4 2.8 HT prescott with intel 915 mobo and 80GB Segate SATA HDD

How can i mount NTFS partition in Linux?

i use the following command to mount a FAT32 partition (E: Drive)

mount -t -vfat /dev/sda6 /myfolder

how to mount all the drives at boot up??

how can i connect to internet using dial up in Fedora core3?
Thanks
Charan is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 08-01-2005, 11:18 PM   #2 (permalink)
In The Zone
 
busyanuj's Avatar
 
Join Date: Dec 2003
Posts: 488
Default

first, login as root.
next, launch terminal and type this: uname -r
note the kernel version of your Fedora Core 3.

next, go to: NTFS rpms and download the appropriate rpm package for installing the ntfs kernel.

next, in terminal type this command from the folder in which the downloaded rpm is there:
rpm -ivh ****.rpm
to install the ntfs kernel.

note: replace ****.rpm with the exact name of the rpm package.


next, load the kernel by typing:
/sbin/modprobe ntfs

create a folder ntfsdrive in /mnt

mount your ntfs partition by typing:
mount /dev/hda1 /mnt/ntfsdrive -t ntfs -r -o umask=0222

also, go to the folder /etc
edit fstab file and add this line:
/dev/hda1 /mnt/ntfsdrive ntfs ro,umask=0222 0 0

in all this, I assume that hda1 is the partition that you want to mount.
from now on, linux will automatically mount the hda1 partition for you when it loads.



next, you haven't told whether you have internal or external modem.

for external modem:
Quote:
firstly, launch Terminal and type setup. from there select the System Services option and ensure that the "kudzu" service is enabled. reboot if necessary.

you should know whether the modem is plugged into COM 1 port or COM 2 port.

next, in Gnome,
go to System Settings --> Network and there select the "Hardware" tab.
next click on Edit tab.

here, the modem device should either be /dev/ttyS0 (for COM1) or /dev/ttyS1 (for COM2)
next make the "baud rate" = 115200
and the "Flow Control" should be Hardware (CRTSCTS)

now, create an internet connection, fill-up it's phone number, username, password etc
and then try connecting to internet.
you're in hard luck if you have internal modem, you'll need to download the drivers for internal modem, as most of the internal modems are winModems and they aren't detected by linux.

for internal modems, read GNUrag's post on finding drivers for internal modems.
__________________
You are a living magnet. What you attract into your life is in harmony with your dominant thoughts.
busyanuj is offline  
Old 09-01-2005, 11:54 PM   #3 (permalink)
Salieri Family
 
hard_rock's Avatar
 
Join Date: Feb 2004
Location: Somewhere in Internet.......Have dynamic IP address
Posts: 357
Default

Also can u tell me how to play mp3 n movies in FC3.(coz Xmms doesn't support mp3)
hard_rock is offline  
Old 10-01-2005, 09:54 AM   #4 (permalink)
In The Zone
 
Join Date: May 2004
Location: ** Hosur ** Operating System:GNU
Posts: 451
Default

TO play mp3 download mp3 plugin at

http://ftp.freshrpms.net/pub/freshrp...a/linux/3/xmms
__________________
Million's Of Open Minds Can't Be Wrong!
http://nc.xmgfree.com/weblog
Everybody Wants to go to Heaven...But nobody wants to Die! :wink:
naveenchandran is offline  
Old 10-01-2005, 08:27 PM   #5 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

Quote:
Originally Posted by hard_rock
(coz Xmms doesn't support mp3)
that's not quite correct. XMMS always supported MP3s.. that's why it was designed for, playing music. Its Fedora that does not support MP3s
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 10-01-2005, 10:52 PM   #6 (permalink)
Wise Old Owl
 
Join Date: Jan 2004
Location: New York
Posts: 1,634
Default

can fedora core 3 b installed on an NTFS partition? is it a good distro if i wanna learn the basics of linux?
Nemesis is offline  
Old 11-01-2005, 03:53 PM   #7 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

Quote:
Originally Posted by Nemesis
can fedora core 3 b installed on an NTFS partition?
Why do you love NTFS so much ??? Fedora is an OS, and it needs a separate filesystem... ext3 in this case.
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 11-01-2005, 11:02 PM   #8 (permalink)
Wise Old Owl
 
Join Date: Jan 2004
Location: New York
Posts: 1,634
Default

hehe...i guess u misunderstood my question....i have win xp pro installed on my system and i have a single NTFS partition...i wanted 2 know if i can install fedora core 3 on it...like red hat 9 needed fat 32 as it would not begin installation or partition the drive if u had an NTFS partition
Nemesis is offline  
Old 11-01-2005, 11:41 PM   #9 (permalink)
In The Zone
 
busyanuj's Avatar
 
Join Date: Dec 2003
Posts: 488
Default

Nemesis, NT file system doesn't give write permissions to Fedora Core.
you can only read an NTFS partition. Currently, writing to it is not supported.
so, you'll need an ext3 partition.
__________________
You are a living magnet. What you attract into your life is in harmony with your dominant thoughts.
busyanuj is offline  
Old 12-01-2005, 03:14 PM   #10 (permalink)
Wise Old Owl
 
Join Date: Jan 2004
Location: New York
Posts: 1,634
Default

ahhh ic...thanx anuj....guess ill have 2 use knoppix live cd and wait until either i partition my drive or fedora supports NTFS...
Nemesis is offline  
Old 14-01-2005, 03:17 PM   #11 (permalink)
Right Off the Assembly Line
 
Join Date: Dec 2004
Posts: 9
Default Its simple dude...

Get the Mandrake 10 CD from any one of ur friend who has it...

then install the application which lets you mount the NTFS drive at start up....

Well u wanna know the name of the application.... i'll let you know soon!


M sorry if you find my idea idiotic....

I did it this way...
__________________
Keep Rocking!!

Varun Nair
thinkdigital is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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


 
Latest Threads
- by Tenida
- by Charan
- by abhidev
- by Sujeet
- by Sarath

Advertisement




All times are GMT +5.5. The time now is 09:39 AM.


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

Search Engine Optimization by vBSEO 3.3.2