Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: PCDATA invalid Char value 26 in Entity, line: 122 in /srv/lkml.org/scripts/getmail.php on line 216
Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: PCDATA invalid Char value 4 in Entity, line: 122 in /srv/lkml.org/scripts/getmail.php on line 216
Warning: XSLTProcessor::transformToXml() expects parameter 1 to be object, boolean given in /srv/lkml.org/scripts/getmail.php on line 219
This message generated a parse failure. Raw output follows here. Please use 'back' to navigate.
From devnull@lkml.org Thu Jan 8 09:37:46 2009
Delivery-date: Mon, 20 Mar 2006 23:08:44 +0100
Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030555AbWCTWID (ORCPT ); Mon, 20 Mar 2006 17:08:03 -0500
Received: from spirit.analogic.com ([204.178.40.4]:64523 "EHLO spirit.analogic.com") by vger.kernel.org with ESMTP id S1030563AbWCTWHt convert rfc822-to-8bit (ORCPT ); Mon, 20 Mar 2006 17:07:49 -0500
Received: from chaos.analogic.com ([10.112.50.11]) by phoenix.analogic.com with Microsoft SMTPSVC(6.0.3790.211); Mon, 20 Mar 2006 17:07:47 -0500
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7BIT
X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0
Received: from chaos.analogic.com (localhost [127.0.0.1]) by chaos.analogic.com (8.12.11/8.12.11) with ESMTP id k2KM7lRF025205; Mon, 20 Mar 2006 17:07:47 -0500
Received: (from linux-os@localhost) by chaos.analogic.com (8.12.11/8.12.11/Submit) id k2KM7lGX025204; Mon, 20 Mar 2006 17:07:47 -0500
In-Reply-To: <1142890822.5007.18.camel@localhost.localdomain>
X-OriginalArrivalTime: 20 Mar 2006 22:07:47.0839 (UTC) FILETIME=[B8DD40F0:01C64C6A]
content-class: urn:content-classes:message
Subject: Re: VFAT: Can't create file named 'aux.h'?
Date: Mon, 20 Mar 2006 17:07:47 -0500
Message-Id:
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: VFAT: Can't create file named 'aux.h'?
Thread-Index: AcZMarkDwJZd2Wi1SZqBD54vU2iEdA==
References: <1142890822.5007.18.camel@localhost.localdomain>
From: "linux-os \(Dick Johnson\)"
To: "Dirk Reiners"
Cc:
Reply-To: "linux-os \(Dick Johnson\)"
Sender: linux-kernel-owner@vger.kernel.org
Precedence: bulk
X-Mailing-List: linux-kernel@vger.kernel.org
On Mon, 20 Mar 2006, Dirk Reiners wrote:
>
> Hi everybody,
>
> while trying to back up a couple Linux directories to a FAT disk I ran
> into a weird situation: I can't create a file called aux.h on the FAT
> system!
>
> Here's how to reproduce it:
>
> cd /tmp
> dd if=/dev/zero of=vfat_img bs=1M count=1
> /sbin/losetup /dev/loop7 vfat_img
> /sbin/mkfs.vfat /dev/loop7
> mkdir vfat_mnt
> mount -t vfat /dev/loop7 vfat_mnt
> touch vfat_mnt/auy.h
> touch vfat_mnt/aux.h
>
> auy.h is happily created, aux.h gives "touch: setting times of
> `vfat_mnt/aux.h': No such file or directory", and no file is created.
> This happened to me on the system described below, but I could reproduce
> the same behavior on a system booted from RHEL4 CDs, an old Knoppix
> (3.4), and friends could reproduce it on other systems, too, so it
> doesn't seem to be very related to a specific version.
>
> As a workaround I tar/bzipped my dirs, but that behavior seems very
> unusual and doesn't inspire a lot of confidence in vfat... What am I
> missing here?
>
> Thanks
>
> Dirk
[SNIPPED...]
Special file under DOS: "CON", "AUX", "PRN", and a few others! The
"extension" isn't checked.
Cheers,
Dick Johnson
Penguin : Linux version 2.6.15.4 on an i686 machine (5589.48 BogoMips).
Warning : 98.36% of all statistics are fiction, book release in April.
_
****************************************************************
The information transmitted in this message is confidential and may be privileged. Any review, retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message or by sending an email to DeliveryErrors@analogic.com - and destroy all copies of this information, including any attachments, without reading or disclosing them.
Thank you.
-
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/