I am following this post to create bootable Ubuntu flash drive. https://askubuntu.com/a/377561
Suppose my flash drive is /dev/sdb.
After running
sudo dd bs=4M if=input.iso of=/dev/sdb
does the flash drive have a file system? If yes, what file system type?
Thanks.