This is the mail archive of the
cygwin-patches@cygwin.com
mailing list for the Cygwin project.
Re: [Patch]: mkdir -p and network drives
On Fri, May 13, 2005 at 02:41:03PM +0000, Eric Blake wrote:
>> I added read-only filesystem checking to path_conv::check so the latest
>> snapshot seems to work fine with the latest coreutils (trixie is a
>> system in my home network which exports shares):
>
>Almost. With the 20050513 snapshot and coreutils-5.3.0-6, I am still getting:
>
>$ cd //eblake/share
>$ ls
>$ mkdir //eblake/share/dir
>$ ls
>dir share
>
>So you solved the mkdir("//server"), but not the mkdir("//server/share"), from
>creating a subdirectory in the most recent non-virtual current directory.
This is fixed in the latest snapshot. This turned out to be a really
simple fix which probably did not necessitate any of the EROFS stuff.
Oh well.
cgf