Re: Bug in filesystem code (fwd) (2.1.27)

Donald R. Harter Jr. (ah230@traverse.lib.mi.us)
Tue, 11 Mar 1997 10:12:50 -0500 (EST)


I get error messages when copying files in an msdos
file system to another file that hasn't been created. I did an strace and
the error is caused by trying to chmod. The message says operation is not
permitted. The file is copied though. The command issued is
chmod("file",0100700); Perhaps by changing the mount parameters in
/etc/fstab, I can get rid of this message. Or maybe it is a bug.

Donald Harter Jr.