On Thu, 10 Aug 2000, Christoph Kukulies wrote:

> 
> I have found a raid patch on a machine in our net, which is:
> 
>  raid0145-20000110-2.2.14.patch 
> 
> Having used patch under other OSs (BSD) I'm a bit puzzled why
> 
> patch -p <raid0145-20000110-2.2.14.patch (while being cd'ed into
> /usr/src doesn't run smooth). patch stops at every file 
> saying it cannot find the file. Sorry if this may be a
> basic question but things are so different und Linux.

        If you look at the actual patch chances are the root directory
isn't 'linux' but something else.  If you do:

cd /usr/src/linux
patch -p1 < ../raid0145-20000110-2.2.14.patch

        It will likely work fine, though you probably should get 2.2.16
and 2.2.16-A0 from http://people.redhat.net/mingo/raid-patches.

                Stephen

Reply via email to