Learn how to fix the UNetbootin Not detecting USB error. Our Server Management Support team is here to help you with your questions and concerns.
UNetbootin Not detecting USB | Troubleshooting Tips
UNetbootin is a widely used tool for creating bootable USB drives. However, users may run into challenges when it fails to recognize a mounted USB drive.
Today, we are going to take a look at how to solve this issue.
- Remount the USB Stick:
When UNetbootin struggles to recognize a USB drive, manually remounting the stick can be an effective solution. We have to run the following command:
mount -o remount /dev/sdb1
Here, we have to replace “/dev/sdb1” with our USB stick’s correct device file.
However, remember to make sure that hardware-based write protection is disabled before running the command.
- Replug the USB Stick:
Another way to resolve the issue is by unplugging and then replugging the USB stick. If we have wiped the USB stick previously, we can recreate its partition table with disk partitioning tools like GParted or GNU Parted.
- Create a New Partition Table:
If replugging doesn’t fix the issue, we can create a new msdos partition table using GParted. Then, establish a FAT32 partition on the USB stick and remount it. At this point, we have to head to GParted, select the USB stick, create a new partition table (msdos), and then add a FAT32 partition.
- Ensure Root Privileges:
Finally, make sure that UNetbootin is running with the right privileges. We can launch the application with sudo or use the root account and run Unetbootin.
Let us know in the comments which one of the above troubleshooting tips helped you out.
[Need assistance with a different issue? Our team is available 24/7.]
Conclusion
At the end of the day, our Support Experts introduced several ways to fix the UNetbootin Not detecting USB errors.
PREVENT YOUR SERVER FROM CRASHING!
Never again lose customers to poor server speed! Let us help you.
Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.
GET STARTED
Skip to content
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign up
Description
USB Flash Drives in Windows 10 are most commonly listed in File Explorer as type «USB Drive».
However, some older flash drives (particularly SanDisk Cruzer Glide, circa 2013-2014) are listed as type «Local Disk».
While FAT32 drives listed both ways are suitable targets for bootable ISOs, the type «Local Disk» is not recognized by UNetBootin (current version unetbootin-windows-657.exe). They simply do not appear in the USB drop down menu.
Other burners, such as RUFUS, recognize both types and create bootable USB flash drives from both types. Other programs which create bootable resuce disks on flash drives, such as Macrium Reflect or Windows itself work with both type listings.
Please enable UNetBootin to recognize both type listings for USB flash drives.
ubuntu, unetbootin
0
2
Ubuntu 13.10 x64.
Есть исправная флешка. Примонтированная, как я понимаю. В unetbootin выбран тип USB-накопитель, в листбоксе ‘носитель’ ничего нет. (Если выбрать тип жёсткий диск, в листбоксе ‘носитель’ будет только ‘/’)
- Ссылка
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.
вот такая команда:
sudo fdisk -l показывает разделы диска
потом вот такая:
sudo ls /dev/sd* показывает диски и накопители
такая команда:
sudo df -h показывает диски и накопители с размерами
или такая
sudo lsblk более понятно показывает диски и накопители с размерами
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 298,1G 0 disk
├─sda1 8:1 0 296,4G 0 part /
├─sda2 8:2 0 1K 0 part
└─sda5 8:5 0 1,8G 0 part [SWAP]
sdb 8:16 1 7,3G 0 disk
└─sdb1 8:17 1 7,3G 0 part /media/luna/USB-фле
sr0 11:0 1 1024M 0 rom
нужная флэшка: sdb1 это её название
дальше инструкция советует создать папку для монтирования
sudo mkdir /mnt/usb
после ввода этой команды ничего не происходит
следующая команда монтируем флешку:
sudo mount /dev/sdb1 /mnt/usb
дальше я пыталась еще вводить команды по монтажу, но система мне отвечала: /dev/sdb1 уже примонтирован или /mnt/usb занят
убедиться, что флешка смонтирована поможет команда:
sudo mount
после этого можно приступать к записи флешки из iso образа, программа увидела флешку и пошла запись.
потом инструкция говорит, что нужно флэшку отмонтировать во избежания потери данных
команда:
sudo umount /dev/sdc1
Всё! Надеюсь, что какому-нибудь неопытному пользователю поможет.
Завтра буду устанавливать операционку с загрузочной флешки)))
Друзья, большое спасибо за ответы!
- Печать
Страницы: [1] Вниз
Тема: Unetbootin «убил» флешку (Прочитано 883 раз)
0 Пользователей и 1 Гость просматривают эту тему.
Saigak_101
С помощь unetbootin пытался создать загрузочную флешку.Программа завершила свою работу и флешка перестала определяться как диск в Windows.Помогите.
P.S Флешка видна только как устройство,другие программы её не видят, кроме некоторых который распознают vid и pid
« Последнее редактирование: 15 Сентября 2015, 21:01:25 от Saigak_101 »
symon2014
Saigak_101
Не могу проверить т.к Ubuntu не установлена
rolik
« Последнее редактирование: 15 Сентября 2015, 20:58:57 от rolik »
Pilot6
Saigak_101,
А она и не должна определяться в Windows. Отформатируйте ее оттуда, если она там нужна.
Я в личке не консультирую. Вопросы задавайте на форуме.
Saigak_101
Флешка видна только как устройство,другие программы её не видят, кроме некоторых который распознают vid и pid
« Последнее редактирование: 20 Июня 2019, 07:26:48 от zg_nico »
- Печать
Страницы: [1] Вверх