so I bought a compact hard disk but find that its a flash drive (lsusb shows it as Integrated Technology Express Chipsbank CBM2199 Flash Drive).
Using the Disks application shows it but doesn't know about the partitioning and contents are unknown. Strangely it shows two partitions, one is unknown and 17MB and the other is 8.4TB
fdisk -l shows /dev/sda as Disk model: SSD and has /dev/sda1 and /dev/sda2 correctly with sectors
I've formatted it exFAT which I thought should be usable, but it seems not
I read this thread: 22.04 does not include exfat-utils
and apt-list shows that exfat-fuse/jammy and exfatprogs/jammy are present
So, why isn't this working?
firstly the computer is not dual boot and its a relatively fresh installation (Thinkpad) of 22.04 secondly I can't find anything that mentions Fast Boot which is not about Android...
– pellicle Nov 10 '23 at 01:50lsblk -e7 -o model,name,size,fstype,label,mountpoints
. Edit the original question (copy-paste and indent each line 4 spaces to render it ascode
) to show the command and its output. – sudodus Nov 10 '23 at 10:39