This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: A problem using "dd" on Cygwin


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]