I think I have a broken USB.
It won't show up in the File manager and even not in GParted, just in the Disks Application preinstalled in Ubuntu 18.10.
It says, that the stick is mounted on /dev/sdb
but if I try to cd
into that directory with the Terminal, it won't work. And if I want to format it with the Disks Application, I can't! The option is greyed out! I can just click on "Edit Mount Options..." Could someone please help me?
Asked
Active
Viewed 525 times
3

Khyta
- 170
- 1
- 1
- 6
/dev/sdb/
is not a mount point, it is a disk that holds partitions/dev/sdb1
,/dev/sdb2
, etc. You can only access the file system on a partition if you mount it to a mount point. Typically, a mount point is something like/media/username/mydisk
. The mount is supposed to be performed automatically when you plug in the drive, but for some reason, this has not happened. This does not mean that your drive is faulty. The fact that you can see something at/dev/sdb
is good news. – Jos Nov 05 '18 at 20:35lsblk
wont Display the USB justsda1
mounted on/boot/efi
andsda2
mounted on/
butlsusb
displays it asAlcor Micro Corp. Flash Drive
. I'm very confused... – Khyta Nov 05 '18 at 20:47