Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Mounting NTFS Drives on Linux

Status
Not open for further replies.

agent_009

Member level 2
Member level 2
Joined
Dec 17, 2006
Messages
47
Helped
10
Reputation
20
Reaction score
3
Trophy points
1,288
Activity points
1,563
Hi,
How can i mount NTFS drives on Linux. I have searched the net, but some sites offer kernel modules for downloading and installing. I had tried one, but it didn't work. Isn't there any built in command that can mount my NTFS drives.

I am using Fedora Core 6.

Thanx
 

tsinghua

Full Member level 4
Full Member level 4
Joined
Dec 30, 2003
Messages
222
Helped
23
Reputation
46
Reaction score
3
Trophy points
1,298
Activity points
1,111
Refer to this site
**broken link removed**
 

    agent_009

    Points: 2
    Helpful Answer Positive Rating

fiquran

Full Member level 1
Full Member level 1
Joined
Mar 10, 2005
Messages
99
Helped
17
Reputation
34
Reaction score
3
Trophy points
1,288
Activity points
2,087
yum install kmod-ntfs
 

floatice

Member level 2
Member level 2
Joined
May 31, 2005
Messages
42
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Activity points
1,552
It depends on the your linux OS verision.
 

RDRyan

Full Member level 2
Full Member level 2
Joined
May 24, 2007
Messages
132
Helped
21
Reputation
42
Reaction score
3
Trophy points
1,298
Location
China
Activity points
1,976
if your kernel is > 2.6.1, the NTFS is support by the kernel. Or else you can recompile the kernel,.select "NTFS support" option.After the kernel is recompiled.
You can use "mount /dev/hda1 /mnt/winc" to mount the NTFS drive partation.

PS: the kernel version > 2.6.1 is very easy to recompile. built as below:
make xconfig (or make menuconfig or make config)
make
make modules_install
make install
then reboot you system.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Top