> I thought that patch would use full path if -p not given, > but it seems otherwise.
No. Without -p, patch retains only the last element in the path. There are new files in your patch, but you can't usually create files into /. That's why it failed. Patch is a bit confusing because it hasn't showed you the first error message, which was: mounted directory forbids creation -- David du Colombier
