LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   accessing windows 2k3 partition from Linux Advance Server 3 (https://www.linuxquestions.org/questions/linux-newbie-8/accessing-windows-2k3-partition-from-linux-advance-server-3-a-610729/)

maooah 01-03-2008 12:00 AM

accessing windows 2k3 partition from Linux Advance Server 3
 
Dear all

i hav dual operating system ie windows 2003 and Red Hat Advance Server3

trying to mount windows partition on linux operating system using the following method

1)mkdir /mnt/windows
2)mount -t ntfs /dev/hda1 /mnt/windows
mount: fs type ntf not supported by kernel

and my kernel version is
#uname -r
2.4.21-4.ELSmp

do i need to update the kernel in order to mount windows partition ?

regards

AwesomeMachine 01-03-2008 12:03 AM

Try placing the -t ntfs at the end of the line

maooah 01-03-2008 12:51 AM

any other suggestion

Regards


All times are GMT -5. The time now is 06:19 AM.