I followed these instructions to wipe out the bootable OS from my flash drive. While the bootable was removed, the drive remained unwritable. I then tried following these instructions to make it bootable but couldn't:
$ sudo mount -t ntfs-3g -o uid=$(id -u) /dev/sdb1 /mnt/
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
How can I make my flash drive writable again?