A problem using "dd" on Cygwin
Yaakov Selkowitz
yselkowitz@cygwin.com
Mon Mar 2 01:26:00 GMT 2015
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
More information about the Cygwin
mailing list