workstation:~$ mount
/dev/hda2 on / type ext2 (rw,errors=remount-ro,errors=remount-ro)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
FST01/NETWARE.USER on /home/netware-user type ncpfs (rw)
workstation:~$
The netware volume is mounted to /home/netware-user (with
uid=netware-user and gid=netware, a local linux user).
workstation:~$ cp /home/wk/linux-2.4.17.tar.bz2 /home/netware-user
cp: writing `./linux-2.4.17.tar.bz2': Input/output error
workstation:~$
Now have a look at the file size on the server:
workstation:~$ ls -al /home/netware-user/linux-2.4.17.tar.bz2
-rwxr-xr-x 1 netware- netware 262144 Jan 17 15:00
linux-2.4.17.tar.bz2
workstation:~$
strace output of the cp command:
workstation:~$ strace cp /home/wk/linux-2.4.17.tar.bz2
/home/netware-user
[...]
read(3, "i1L@a\216\27\212Dva\200\344\'.O\306\331\257\232;\367\375"...,
512)
= 512
write(4, "i1L@a\216\27\212Dva\200\344\'.O\306\331\257\232;\367\375"...,
512)
= 512
read(3, "\337\375\337\341\273\257\344\n\264\0302%\231\337\233\261"...,
512)
= 512
write(4, "\337\375\337\341\273\257\344\n\264\0302%\231\337\233\261"...,
512)
= -1 EIO (Input/output error)
[...]
I don't know why this write fails...
Any hints?
Some version information:
workstation:~$ ncpmount -v
ncpfs version 2.2.0.18
workstation:~$
workstation:~$ uname -r
2.4.17
workstation:~$
NCPFS specific kernel configurations:
CONFIG_NCP_FS=y
CONFIG_NCPFS_OS2_NS=y
CONFIG_NCPFS_NLS=y
CONFIG_NCPFS_EXTRAS=y
Please tell me if you need any additional information.
Thanks,
Christoph
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/