I have a pen drive with Ventoy installed to where I want to move a Fedora ISO to. In /dev there are da0, da0s1, da0s2. I tried to mount da0, which is the right partition to move ISOs to, but it says invalid argument. The commands I used were:
mount_msdosfs /dev/da0 /media/pendrive
and mount -v -t msdosfs /dev/da0 /media/pendrive
both exhibiting invalid argument. Please help.