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

Refer to this site
**broken link removed**
 

    agent_009

    Points: 2
    Helpful Answer Positive Rating
yum install kmod-ntfs
 

It depends on the your linux OS verision.
 

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

Back
Top