When I plugged in my “old” flash drive to my Windows desktop, it seemed that Windows 10 was unable to read the data on that USB stick. I checked W10's disk management and the drive's filesystem is “RAW”, therefore, I am unable to proceed with formatting the drive on Windows or any other operation with it, so I thought I'd try to fix it with my Linux server (Currently running Ubuntu 20.04 LTS) but I was still unable to recover it.
Here are some of the commands I run to try to fix it:
fdisk -l output (drive in case only):
Disk /dev/sdb: 14.46 GiB, 15512174592 bytes, 30297216 sectors!
Disk model: DataTraveler 2.0!
Units: sectors of 1 * 512 = 512 bytes!
Sector size (logical/physical): 512 bytes / 512 bytes!
I/O size (minimum/optimal): 512 bytes / 512 bytes!
mkfs.ntfs /dev/sdb output:
/dev/sdb is entire device, not just one partition.!
Refusing to make a filesystem here!!
I've tried other filesystems such as ext4 and fat, but neither of those worked. The data on that flash drive is not important whatsoever, so I'm fine with erasing all its data, if it solves this issue.