Hacker News new | ask | show | jobs
by kofejnik 1172 days ago
FYI, to get a bootable Windows USB key, you don't need any special tools or DD. Fresh format it with NTFS, and simply copy the contents of ISO onto it. Somehow it works pretty reliably.
1 comments

> you don't need any special tools or DD. Fresh format it with NTFS

Is kinda special tool in non-MS world.

On my vanilla Mint install:

> mkfs.ntfs (8) - create an NTFS file system

5 years ago it was.
Does anyone use NTFS that doesn't interface with Windows somewhere? Can't see why you would use it in a pure nix environment.