Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965101AbWCUUCK (ORCPT ); Tue, 21 Mar 2006 15:02:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965102AbWCUUCJ (ORCPT ); Tue, 21 Mar 2006 15:02:09 -0500 Received: from iriserv.iradimed.com ([69.44.168.233]:8458 "EHLO iradimed.com") by vger.kernel.org with ESMTP id S965101AbWCUUCI (ORCPT ); Tue, 21 Mar 2006 15:02:08 -0500 Message-ID: <44205BC5.9040200@cfl.rr.com> Date: Tue, 21 Mar 2006 15:02:13 -0500 From: Phillip Susi User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: "H. Peter Anvin" CC: Jan Engelhardt , linux-kernel@vger.kernel.org Subject: Re: VFAT: Can't create file named 'aux.h'? References: <1142890822.5007.18.camel@localhost.localdomain> <20060320134533.febb0155.rdunlap@xenotime.net> <44203B86.5000003@zytor.com> In-Reply-To: <442050C8.1020200@zytor.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Mar 2006 20:02:20.0732 (UTC) FILETIME=[5CC59FC0:01C64D22] X-TM-AS-Product-Ver: SMEX-7.2.0.1122-3.52.1006-14337.000 X-TM-AS-Result: No--7.300000-5.000000-1 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 794 Lines: 18 H. Peter Anvin wrote: > Probably it would be worth trying to create "aux.h" under XP and see > what happens. Unfortunately I don't have a 'doze system handy at the > moment. kernel32.dll's CreateFile() and other apis normally perform translation which includes special handling for dos device names including AUX. You can bypass this by prefixing the absolute file name with the string "\\?\" and this will allow you to create a file named AUX. It also allows you to reference file names with absolute paths greater than 255 characters. - 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/