From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28435 invoked by alias); 2 Jul 2004 10:26:55 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 28373 invoked from network); 2 Jul 2004 10:26:53 -0000 Received: from unknown (HELO lorien.elatec.si) (193.77.58.106) by sourceware.org with SMTP; 2 Jul 2004 10:26:53 -0000 Received: from elatec.si (onix [10.0.0.253]) by lorien.elatec.si (8.11.6/8.11.6) with ESMTP id i62AUCi06298; Fri, 2 Jul 2004 12:30:16 +0200 Message-ID: <40E5387E.7080906@elatec.si> Date: Fri, 02 Jul 2004 10:26:00 -0000 From: Savin Zlobec User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 MIME-Version: 1.0 To: stephane.royo@europe-technologies.com CC: ecos-discuss@sources.redhat.com References: <40E51005.2080501@elatec.si> In-Reply-To: <40E51005.2080501@elatec.si> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: [ECOS] Re: CF disk/FAT16 problem X-SW-Source: 2004-07/txt/msg00021.txt.bz2 Stéphane Royo wrote: >Thank you Savin, but I think that I used the appropriate device name >/dev/disk0/0 (0 because I have only one partition), have you got an another >idea ? > > /dev/disk0/0 is the device handle for the whole disk, to access the first partition use /dev/disk0/1. >For the fsync function I find it into io.cxx file, could you confirm me that >I call it directly without use any upper layer ? > > upper layer? ... fsync as in 'int fsync(int fd)' as defined by POSIX (prototype in unistd.h) savin -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss