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.
I'm a newbie at linux stuff. I want to mount my ntfs partition on linux. Now supposedly mount has support for ntfs it's just not enabled in the default installation, and to enable support I have to recompile the kernel? (remember i'm a newbie) Is there a better way or do i really really have to get my feet wet, kernel wise? BTW which would be better, adding support directly to the kernel or as a module, you know just in case I had to?
Name: Barry Date: July 9, 2002 at 13:54:27 Pacific
Reply:
Read the kernel how-to at www.tldp.org
I've had mixed results on RH 7.3 when it comes to compiling the ntfs module alone. I'd suggest a full recompile anyway (match your hardware, etc). It will allow you to take advantage of a few more features.
When you get to filesystems (during a recompile) I'd suggest modularizing as much as possible. I have msdos,vfat,hpfs,ntfs,etc. all compiled as modules. It makes your kernel smaller and it works pretty transparently with the kernel module autoloader.
0
Response Number 2
Name: cris Date: July 11, 2002 at 10:11:09 Pacific
Summary: Does anyone know if SUSE 8 has support for NTFS mount done easily? In particular Win2k/XP NTFS 5 file system. Haven't got the SUSE 8 yet, but if it does can somone let me know? Gonna do some more se...
Summary: I had the same problems with RH7.3. In your KDE(xwindow), you can run kernel configuration (select envrionment -> system -> kernel configguration ?). Here you cand see FileSystem(-config) on the rear...
Summary: Hi adam, you should compile your kernel. here is a way to do it: - open a console - type "su" to log as a superuser and, in the prompt, your password - type "cd /usr/src/linux.2.4.xxxx" (linux.2.4.xxx...