Whenever I try to stick in USB flash into machine I can perfectly read all the files in it or see properties of all files. There's a visible signal by LED indicating it's operational. But I can't delete, format or write the thing only.
Applied GNOME Disks app to repair it and got error:I can access and read files on it from the shell and Nautilus. By mounting USB stick I can observe the diode lighting out from it's body as operational. There's no lock or any physical limiter to restrict it's write/format function
Is there a way to format it and make it readable again?
Here is output from lsblk -o NAME,MOUNTPOINT,RO:and ouput from :~$ sudo dmesg | grep usb'Disks' app itself is giving extremely long ouput for an error which doesn't fit the window only:Is there a way to format it and make it readable again?
Applied GNOME Disks app to repair it and got error:
Code:
Error while repairing filesystem. Object does not exist at path [path/to/usb](g-dbus-error-quark, 19)
Is there a way to format it and make it readable again?
Here is output from lsblk -o NAME,MOUNTPOINT,RO:
Code:
:~$ lsblk -o NAME,MOUNTPOINT,RONAME MOUNTPOINT ROsda 0├─sda1 /boot/efi 0├─sda2 0├─sda3 0├─sda4 0├─sda5 0├─sda6 0├─sda7 / 0├─sda8 [SWAP] 0├─sda9 0└─sda10 /opt 0sdb 0├─sdb1 0├─sdb2 0└─sdb3 /home 0sdc 0├─sdc1 0├─sdc2 0├─sdc3 0└─sdc4 0sdd 0└─sdd1 0sr0 0
Code:
...[ 5040.910432] usb 3-11: USB disconnect, device number 7[ 5045.596177] usb 3-11: new high-speed USB device number 9 using xhci_hcd[ 5045.842570] usb 3-11: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 1.00[ 5045.842576] usb 3-11: New USB device strings: Mfr=1, Product=2, SerialNumber=3[ 5045.842578] usb 3-11: Product: Mass Storage Device[ 5045.842580] usb 3-11: Manufacturer: JetFlash[ 5045.842581] usb 3-11: SerialNumber: BRXDM0B5[ 5045.844391] usb-storage 3-11:1.0: USB Mass Storage device detected[ 5045.845076] scsi host6: usb-storage 3-11:1.0
Code:
disks -> run 'repair filesystem'Error repairing filesystem on /dev/sdd1: Process reported exit code 1: fsck.fat 4.2 (2021-01-31) There are differeces between boot sector and its backup. This is mostly harmless. Differences: (offset: original/backup)[rows of addresses follows like 3:53/4d, 4:59/53, 5:53/44, 6:4c/4f, 7:49/53, 8: 4e/35, 9:55/2e, 10:58/30, etc....Contains a free cluster (968). Assuming EOF. /BOOT/GRUB/x86_64-efi/HALT.MOD File size is 6536 bytes, cluster chain length is 0 bytes.Truncating file to 0 bytes...]
Statistics: Posted by nikobit — 2025-03-04 12:26 — Replies 7 — Views 203