Import ncpfs 0.14

This commit is contained in:
ncpfs archive import
2026-04-28 20:39:57 +02:00
parent d31ec2ab61
commit 7bef99df0f
23 changed files with 894 additions and 161 deletions

17
BUGS
View File

@@ -3,6 +3,8 @@ them to be bugs.
But there are really problems that might be fixed in the future.
-------------------------------------------------------------------------------
'df' returns 0:
Free disk space is distributed among the volumes in NetWare. df is
only able to report one number per mounted filesystem. As connections
@@ -10,10 +12,19 @@ are quite expensive for NetWare (with lwared that might change ...), I
rejected the alternative to mount only a single volume for a unix
mount point. So I simply return 0.
-------------------------------------------------------------------------------
In your kernel log, there will appear messages like
If you use Linux 1.2.x, In your kernel log there will appear messages
like
Nov 25 16:09:08 lx01 kernel: alloc_skb called nonatomically from interrupt 0000002e
These are a bit annoying, but completely harmless. Maybe this will be
fixed in the future.
These are a bit annoying, but completely harmless.
-------------------------------------------------------------------------------
ncpfs has a problem with NetWare 4.1, when files are created. I think
NW4.1 does not like some of the creation mode bits. If somebody with
access to a NW4.1 server could compile the kernel module for 1.2 with
-DDEBUG_NCP=2, and send me the syslog output gzipped/uuencoded, I
might find out more about that problem.