Re: howto apply supermount patch only....

From: Paul Jackson
Date: Mon Aug 09 2004 - 08:23:28 EST


> patch: **** Only garbage was found in the patch input.

Usually this means that your patch file, supermount-ng204.diff in the
case you describe, doesn't contain an actual, correctly formatted,
patch.

The most common format for patch files has some commentary in free form
text, followed by one or more patches, which are the output of a diff
command such as "diff -Naurp". If you look on this lkml email list for
posts that have a Subject starting with "[PATCH]" or "[patch]", you will
find many examples of such.

If your supermount-ng204.diff file is not of this format, then the
'patch' command will complain in ways such as you report. When that
happens, you have to figure out why your patch file is bad - perhaps it
got mangled during your download and copy operations, or perhaps it
isn't a proper patch to begin with. You will have to trace that down.

--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@xxxxxxx> 1.650.933.1373
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/