Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
mounting ntfs file system
Name: psingh Date: February 14, 2004 at 13:12:56 Pacific OS: redhat 9.0 CPU/Ram: 256mb
Comment:
hi my name is pritpal singh and i have a dual-boot set up going on. i have redhat 9 installed on hda3 and windows xp installed on hda1. the problem is that i have windows xp installed on a ntfs file system. when i want to mount windows xp redhat, i type in "mount /dev/hda1 /home/psingh/win." the problem is that it says "mount: fs type ntfs not supported by kernal." i understand that the ntfs file system is not supported by the kernal but is there i way i can get at least read-only access to the partition? Just read-only, thats all i need. i don't wanna have to reinstall windows xp on a fat32 file system because with fat32, a lot of security features are lost. i hope you help me.
Name: taurus Date: February 14, 2004 at 13:31:06 Pacific
Reply:
Why don't you head over to http://linux-ntfs.sourceforge.net and download a module for your kernel. You NEED to know which kernel you are running. To do that, run this command at the prompt,
uname -a
Once you have installed the NTFS module, you can mount your Windows XP as
Summary: Hello friends. I wanna Install Linux 7.3 on my PC but I have some partitions formatted in NTFS file system... NowI have a Question : Does Linux 7.3 like such older versions can not recognize NTFS file...
Summary: Hello.. when i try to mount a partition on my hard disk that has a ntfs file system with the following command.. mount -t ntfs /dev/hda1 /mnt/win_c there is an error message appears like ntfs is not s...
Summary: Basically linux suports the "ext2" file system. If u mount a cd-rom, it will take that file system. linux also supports fat file system, provide it has been mounted properly. I don't know if it suppo...