Score:0

usb key half loading

bt flag

When I plug in my key, the light goes on but nothing else happens.

sudo mount /dev/sdb1 /media/disk

mount: /media/disk: special device /dev/sdb1 does not exist.

sudo fdisk -l

Disk /dev/sdb: 4 GiB, 4246732800 bytes, 8294400 sectors
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: dos
Disk identifier: 0x4d141291

dmesg

[ 2571.487018] usb-storage 3-1:1.0: USB Mass Storage device detected
[ 2571.487551] scsi host6: usb-storage 3-1:1.0
[ 2572.490955] scsi 6:0:0:0: Direct-Access     takeMS   Mini             8.07 PQ: 0 ANSI: 2
[ 2572.491986] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 2572.492537] sd 6:0:0:0: [sdb] 8294400 512-byte logical blocks: (4.25 GB/3.96 GiB)
[ 2572.493129] sd 6:0:0:0: [sdb] Write Protect is off
[ 2572.493133] sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 2572.493295] sd 6:0:0:0: [sdb] No Caching mode page found
[ 2572.493300] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 2572.523416]  sdb:
[ 2572.524498] sd 6:0:0:0: [sdb] Attached SCSI removable disk

The last 2 lines in red.

The port is OK, when I plug in a mouse it functions. The stick was OK last time I used it

pl flag
The `mount` you used won't work because you're specifying a partition `sdb1` on the device `sdb`, which according to the output in `dmesg` doesn't exist. Can you try `sudo mount /dev/sdb /media/disk`?
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.