On 5/5/25 9:29 PM, Mike Wright wrote:
On 5/5/25 20:18, home user via users wrote:
[... snip ...]
# fdisk -l /dev/sdb
Disk /dev/sdb: 14.44 GiB, 15504900096 bytes, 30283008 sectors
Disk model:
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: 0x5c3b37be

Device     Boot Start      End  Sectors  Size Id Type
/dev/sdb1        8064 30283007 30274944 14.4G  c W95 FAT32 (LBA)
# mount /dev/sdb1 /mnt
mount: /mnt: fsconfig system call failed: /dev/sdb1: Can't lookup blockdev.         dmesg(1) may have more information after failed mount system call.
# dmesg | tail
[  159.545514] usb-storage 3-1:1.0: USB Mass Storage device detected
[  159.545897] scsi host10: usb-storage 3-1:1.0
[  160.560274] scsi 10:0:0:0: Direct-Access  PMAP PQ: 0 ANSI: 6
[  160.560711] sd 10:0:0:0: Attached scsi generic sg3 type 0
[  160.592625] sd 10:0:0:0: [sdb] 30283008 512-byte logical blocks: (15.5 GB/14.4 GiB)
[  160.593048] sd 10:0:0:0: [sdb] Write Protect is off
[  160.593057] sd 10:0:0:0: [sdb] Mode Sense: 45 00 00 00
[  160.593483] sd 10:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[  160.604790] sd 10:0:0:0: [sdb] Attached SCSI removable disk
[  186.582746] evm: overlay not supported
#

Does that change the picture?


That looks to me like the whole stick is the partition.  Have you tried mounting /dev/sdb ?

Trying now:

# mount /dev/sdb /mnt
mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or helper program, or other error.
       dmesg(1) may have more information after failed mount system call.
# dmesg | tail
[  160.604790] sd 10:0:0:0: [sdb] Attached SCSI removable disk
[  186.582746] evm: overlay not supported
[ 2376.951230] EXT4-fs (sdb): VFS: Can't find ext4 filesystem
[ 2376.952072] EXT4-fs (sdb): VFS: Can't find ext4 filesystem
[ 2376.952564] EXT4-fs (sdb): VFS: Can't find ext4 filesystem
[ 2377.059210] ISOFS: Unable to identify CD-ROM format.
[ 2377.060026] FAT-fs (sdb): invalid media value (0xb9)
[ 2377.060034] FAT-fs (sdb): Can't find a valid FAT filesystem
[ 2377.085793] hfs: can't find a HFS filesystem on dev sdb
[ 2377.120959] hfsplus: unable to find HFS+ superblock
#

--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to