For system, network and cloud administrators
If you’re seeing three dots instead of the name of your USB drive on your Windows, then you need to know how to properly format it with CMD or PowerShell.
diskpart
list disk
select disk X
where X is the number of the disk you want to format.clean
create partition primary
format fs=ntfs
assign