X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:subject:from:to:date:in-reply-to
	:references:content-type:mime-version:content-transfer-encoding;
	 q=dns; s=default; b=iWIY90mwCQ/sGD0xIqcdPyPmpX03jJyK8yfKvNZAPw6
	WeZA2OVnNy9SKO5HxIEDYqXYUKYt9G5NP7aswujN6GlZ6SRDQ6uH57y43E2/DPyW
	84VCTBQLcOe+j62KxIndH5vAa6kxZMk6gFWm1AUehTMKmQLkOT0yAK6LlRjGG0W0
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:subject:from:to:date:in-reply-to
	:references:content-type:mime-version:content-transfer-encoding;
	 s=default; bh=pJpfhkZU/Cngr0/L7n7ytJZYsw8=; b=Wb1ur1fnqKxeiOvwV
	ZS0gR/CLypERsRkAvLudUpXMbPWM/a8OcQdOSIu7duD7vM7kYR6lTQHAz+sTVoZ+
	6ezFVLvdP+Cht/KWu//yfdAlhwJUAWn2HirR+6JzFqvWfQUdPhWnwFjcyNN8pe31
	SBurCczAfUpLSrLg7Vx+CvDjl4=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2
X-HELO: mx1.redhat.com
Message-ID: <1425259591.9892.26.camel@cygwin.com>
Subject: Re: A problem using "dd" on Cygwin
From: Yaakov Selkowitz <yselkowitz@cygwin.com>
To: cygwin@cygwin.com
Date: Sun, 01 Mar 2015 19:26:31 -0600
In-Reply-To: <54F3B441.4050803@alice.it>
References: <54F3B441.4050803@alice.it>
Content-Type: text/plain; charset="UTF-8"
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On Mon, 2015-03-02 at 01:52 +0100, Angelo Graziosi wrote:
> 2. To recreate the partitions table:
> 
>    $ cfdisk /dev/sdb              (???)
>    $ mkfs.vfat -F32 /dev/sdb1
>    $ dosfslabel /dev/sdb1 USB_STICK
> 
> but on Cygwin it seems that mkfs.vfat does not exist (in /usr/sbin I 
> find cfdisk and other mkfs* files). Also dosfslabel does not exist, but 
> if I understand, it gives a label to the USB, so it does not seem very 
> important, now..
> 
> How can we proceed on Cygwin?

This is not an issue with dd.  The mkfs.vfat program is part of
dosfstools, which requires Linux kernel headers and therefore does not
build on Cygwin.

--
Yaakov



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

