From: bruceh@ns1.ieighty.net (Bruce N. Hunsaker)
Subject: mv and cp bug
22 Jan 1998 16:01:46 -0800
Message-ID: <199801201907.MAA09214.cygnus.gnu-win32@ns1.ieighty.net>
Content-Type: text
To: gnu-win32@cygnus.com

When using mv or cp -p  the error 'invalid argument'
is returned. (FAT filesystems).

I traced this down the chown() call which fails with
EINVAL, which is technically correct since there is 
no ownership on files on FAT file systems, but since we
are trying to be UNIX, it seems that in this case,
chown should either do nothing, and return success, or
else a method of implementing file ownership 
on FAT filesystems should be devised.

I patched my version of cp.c and mv.c to ignore errors
of EINVAL. This way things will work correctly for both FAT
and NTFS file systems.

--
Bruce Hunsaker -- bruceh@ieighty.net
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
