USB device will not mount

type    ~  sudo fdisk -l                                                                                                                                                                                        ✔ 
[sudo] password for exodus: 
Disk /dev/sda: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: ST4000NM0035-1V4
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: 729C62A3-16D0-414E-A792-0166E8FE6517

Device          Start        End    Sectors  Size Type
/dev/sda1        2048 4291041279 4291039232    2T Linux filesystem
/dev/sda2  4291041280 7814031359 3522990080  1.6T Linux filesystem


Disk /dev/nvme0n1: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: Samsung SSD 970 EVO 500GB               
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: 372396F2-FF08-FA4C-93F7-6D62E9ED0A28

Device          Start       End   Sectors   Size Type
/dev/nvme0n1p1   4096    618495    614400   300M EFI System
/dev/nvme0n1p2 618496 976768064 976149569 465.5G Linux filesystem


Disk /dev/sdc: 28.91 GiB, 31042043904 bytes, 60628992 sectors
Disk model: USB 2.0 FD      
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: 0xaf76072b

Device     Boot Start      End  Sectors  Size Id Type
/dev/sdc1        2048 60628991 60626944 28.9G  7 HPFS/NTFS/exFAT
    ~  sudo mount /dev/sdc1                                                                                                                                                                          ✔  9s  
mount: /dev/sdc1: can't find in /etc/fstab.
    ~                                         or paste code here
1 Like

I’ll admit that I am highly confused. This flash drive I used to install window 11 on it, but for some reason. All the date on it was deleted. I was going to download it again, and make sure everything was right and then I ran into the problem that it cannot be mounted.

Desktop environments typically provide a mechanism to mount USB flash drives automatically. What desktop environment are you using?

If you want to manually mount, you have to specify a mountpoint.

Or alternately

udisksctl mount -b /dev/sdc1
 udisksctl mount -b /dev/sdc1                                                                                                                                                                       1 ✘ 
Error mounting /dev/sdc1: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error mounting /dev/sdc1 at /run/media/exodus/48D0AC1DD0AC136C: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error

lsblk -f
gives some info on what is on /dev/sdc

Why not simply format it again since it is empty anyway?

You can use gparted, for example, or Gnome disks or some such name - or even fdisk and then mkfs directly

That is something I have to do again anyway. I want to put the Window Os on it, so I can install it onto another PC that I have.

NAME        FSTYPE FSVER LABEL     UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda                                                                                    
├─sda1      ext4   1.0   Storage   b357dc7a-0dfc-41e8-a921-907221cd0c1e    1.4T    23% /run/media/exodus/Storage
└─sda2      ext4   1.0   Storage 2 ac537662-8dc0-48ab-b021-d41c2c256208    1.3T    17% /run/media/exodus/Storage2
sdb                                                                                    
sdc                                                                                    
└─sdc1      ntfs                   48D0AC1DD0AC136C                                    
nvme0n1                                                                                
├─nvme0n1p1 vfat   FAT32 NO_LABEL  C314-D514                             299.1M     0% /boot/efi
└─nvme0n1p2 ext4   1.0             7fed2da7-3788-487f-9cab-16c56b8aff0a   73.7G    79% /

NTFS is not fully suppoted under Linux - you better use Windows itself to address any problems with that.

If you want to use the drive to install Windows, you have to follow the instructions that Microsoft gives to do that.
Or:
you could install Ventoy to that drive
and then simply copy the Windows .iso to it and can then boot from the drive, select the Windows .iso …

1 Like