<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I almost missed the \ in the following<br>
<br>
<pre wrap="">cp 2.6.5-1.358/kernel/fs/ntfs/ntfs.ko \2.6.5-1.358.8kstacks/kernel/fs/ntfs</pre>
It then asked to write over the file which I did. <br>
<br>
Where will I be able to find the mounted directory for windows, or do I
still have to mount it manually like I did witht he original kernel?<br>
<br>
thanks,<br>
<br>
norman<br>
<br>
ne... wrote:
<blockquote cite="midPine.LNX.4.53.0406240655580.978@mach1.guhvies.org"
 type="cite">
  <pre wrap="">On Jun 23, 2004 at 21:19, Norman LeCouvie in a soothing rage wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks jeff.

My kernel is as follows;

2.6.5-1.358.8kstacks

not

2.6.5-1.358

as I had to chnage it to allow for my wireless adapter.

When I load the 2.6.5-1.358 kernel at boot it works fine, when I use the 
top one it does not.

Does this make sense?
    </pre>
  </blockquote>
  <pre wrap=""><!---->Let's try this instead. No guarantees it will work.
Log in as root and 'cd /lib/modules'. You should have
at least two directories: 2.6.5-1.358 & 2.6.5-1.358.8kstacks.
Do a 'mkdir -p 2.6.5-1.358.8kstacks/kernel/fs/ntfs/
Then 'cp 2.6.5-1.358/kernel/fs/ntfs/ntfs.ko \
2.6.5-1.358.8kstacks/kernel/fs/ntfs/' Everything between
single quotes should be types on one line. Next add
'/lib/modules/2.6.5-1.358.8kstacks/kernel/fs/ntfs/ntfs.ko:'
to 2.6.5-1.358.8kstacks/modules.dep using your fav. editor
on a line all by itself.

N.Emile...
  </pre>
</blockquote>
</body>
</html>