Background
Currently using Ubuntu 20.04. I formatted the drive with Disks utility and added two Linux ISO's from my Ubuntu system onto the drive. The dirve is USB 3.0 64 GB. I had two ISO files, Kali Linux and Parrot OS on it. I was planning to use use the USB to boot both those OS's from a laptop.
I was using VMware Fusion on my Macbook pro laptop (intel i5 2017 13") going through the installation process of Kali Linux. My Mac shutoff at a critical point and now the drive does not pop up in Finder/File Explorer.
There are no partitions listed on the drive when using sudo fdisk -l
or Disks application on Ubuntu.
What I've tried
My Ubuntu PC is able to see the drive with lsusb
, its labeled as:
Bus 002 Device 005: ID 1f75:0918 Innostor Technology Corporation STORAGE DEVICE
I am also able to see the drive in the Disks
application as shown here and when I go into the settings menu all I see is this.
I found out where the drive was located with sudo lshw
(also shown in Disks manager) which indicated the drive was at /dev/sdd
:
...
*-scsi:3
physical id: a
logical name: scsi9
capabilities: emulated scsi-host
configuration: driver=usb-storage
*-disk
description: SCSI Disk
product: STORAGE DEVICE
vendor: General
physical id: 0.0.0
bus info: scsi@9:0.0.0
logical name: /dev/sdd
version: 0009
serial: +
capabilities: removable
configuration: logicalsectorsize=512 sectorsize=512
*-medium
physical id: 0
logical name: /dev/sdd
I have also tried mounting the drive via mount
garrett@garrett-desktop:~$ sudo mkdir /media/usbstick
garrett@garrett-desktop:~$ sudo mount -t vfat /dev/sdd /media/usbstick/
mount: /media/usbstick: no medium found on /dev/sdd.
garrett@garrett-desktop:~$ eject -t /dev/sdd
eject: unable to open `/dev/sdd'
garrett@garrett-desktop:~$ eject --trayclose /dev/sdd
eject: unable to open `/dev/sdd'
garrett@garrett-desktop:~$ sudo eject /dev/sdd
eject: unable to eject, last error: Invalid argument
garrett@garrett-desktop:~$ udisks --detach /dev/sdd
udisks: command not found
garrett@garrett-desktop:~$ sudo mount /dev/sdd /media/usbstick/
mount: /media/usbstick: no medium found on /dev/sdd.
It is also not shown in sudo fdisk -l
Goal
I don't care about preserving any data on the drive, there were just two ISO files on it and nothing else. I just need to reformat the drive back to a usable state.
EDIT: cannot format partitions on the drive from Disks utility indicated here