Score:0

Unable to mount my usb pendrive or make into a bootable drive

in flag

I have a 8GB pendrive which is blank as far as I know. I plug it in but it does not mount automatically. I can see it in Disks Utility as well as with lsblk but not with the Files Manager. I tried the instructions at: https://fossbytes.com/mount-unmount-usb-drive-on-ubuntu-linux/ However, I am not able to mount it as either the FAT32 or NFTS method. After I created the dir on the desktop to serve as the mountpoint, running sudo mount /dev/sdb /Desktop/extHD returns mount: /Desktop/extHD: mount point does not exist.

Using the NTFS, predictably says that the NTFS signature is missing with a bunch of other verbiage.

My goal is to create a bootable USB with Windows on it. I have the ISO and am getting confused as to how to mount let alone create a bootable USB pendrive. Please advise. Thanks.

ChanganAuto avatar
us flag
You can use Disks to format it.
oldfred avatar
cn flag
You normally do not mount a drive, but the partition or sda1. If it does not have partitions, was it used as a installer created by dd? That is a hybrid/flash drive configuration and does not have partitions. Often then you have to zero out MBR, so you can then create partitions. Reset USB flash that was dd'd to make it usable again, reuse https://askubuntu.com/questions/939230/formatting-a-usb-stick-unable-to-operate-usb/939266#939266 & https://help.ubuntu.com/community/mkusb#Re-use_the_pendrive
Score:0
de flag

There's a mistake on the mountpoint path. Instead of /Desktop/extHD it should be /home/yourusername/Desktop/extHD, or simply ./extHD if you're already inside the Desktop folder. To find out where you are you can run the pwd command.

Provided you already have an iso, you can use Etcher or mintstick to help you make bootable pendrives from iso files. If your iso is faulty, the most popular method I found for making one is by using WinToUSB.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.