You are not logged in.
Pages: 1
When i plug in my usb stick, that I used to be a arch linux bootable drive and is currently formatted using rufus, it doesn't show up on in files, not in disks app, not in disk usage analyzer.
Here are some outputs:
dmesg -w:
[299763.744500] usb 2-2: USB disconnect, device number 13
[299768.254531] usb 2-2: new SuperSpeed USB device number 14 using xhci_hcd
[299768.275259] usb 2-2: New USB device found, idVendor=0781, idProduct=5591, bcdDevice= 1.00
[299768.275268] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[299768.275272] usb 2-2: Product: SanDisk 3.2Gen1
[299768.275275] usb 2-2: Manufacturer: USB
[299768.275278] usb 2-2: SerialNumber: 040155af5efbad0b0a0ab6791547aa111bbb6aef5cd175d2e748c824d138bb8a6c1f00000000000000000000905c5c4a0013821891558107bca87c03
lsplug:
USB 1-3 [093a:2510] Pixart Imaging, Inc. Optical Mouse
USB 1-6 [0bda:b009] Realtek Semiconductor Corp. Realtek Bluetooth 4.2 Adapter [00e04c000001]
USB 2-2 [0781:5591] SanDisk Corp. Ultra Flair [040155af5efbad0b0a0ab6791547aa111bbb6aef5cd175d2e748c824d138bb8a6c1f00000000000000000000905c5c4a0013821891558107bca87c03]
sudo fdisk -l:
Disk /dev/nvme0n1: 238.47 GiB, 256060514304 bytes, 500118192 sectors
Disk model: SAMSUNG MZVLQ256HAJD-000H1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: FA648149-64AA-42E7-A307-0470194E6230
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 2099199 2097152 1G EFI System
/dev/nvme0n1p2 2099200 50333695 48234496 23G Linux root (x86-64)
/dev/nvme0n1p3 50333696 500116143 449782448 214.5G Linux filesystem
Disk /dev/zram0: 3.83 GiB, 4112515072 bytes, 1004032 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Any fix will be valuable
Last edited by AmCSE (2024-11-26 09:38:48)
Offline
Did you update your system including a kernel update and haven't rebooted yet?
pacman -Q linux; uname -a
symptoms and log read like usb_storage module can't be loaded which is an usual condition for that case.
PS: Please use [ code ] and not [ quote ] for outputs and edit your post in this regard.
Offline
Hey @V1del, thanks, turns out i was using outdated kernel version, after a reboot it was fixed.
Offline
Right, please mark as [SOLVED] by editing the title in your first post.
Offline
Pages: 1