Link to home
Start Free TrialLog in
Avatar of shawvoel
shawvoel

asked on

Mount windows partition

How to mount windows NTFS partition in Linux RedHat ?

Let say I have two HDD, first HDD I partition it into 2, which I install Windows2K and other one I install RedHat 7.2

The second HDD I partition into 3, for backup. (ALL NTFS format ).

What I need is to mount the second HDD into Linux so I can access the 3 partitions in Linux.

How can I do this ?
ASKER CERTIFIED SOLUTION
Avatar of samri
samri
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mglxxx
mglxxx

samri forgot to mention that you'll need to build
a new kernel in order to mount NTFS partitions.
The kernel which comes with RH 7.2 doesn't have
NTFS support compiled in (neither statically nor as
module)
Avatar of shawvoel

ASKER

Your answer will help me a lot but just like the other guy said that my linux kernel not support NTFS, anyway thank's.
mqlxxx,

thanks for the reminder.

I didn't mention it since it has been discussed;

http://www.getlinuxonline.com/omp/distro/RedHat/ompntfs2.html

cheers.