The damn 22.04 won't let me use the usb drive.
It is not the usb drive as it works fine in a Windows machine. It is formatted as ntfs:
As per this answer (Ubuntu 20.04 Error mounting /dev/sdb1 at /media/) I ran sudo apt install --reinstall ntfs-3g
. installing an NTFS driver will fix it right? Didn't work.
As per this answer (Unable to Mount NTFS Drives after upgrading to 22.04) I thought I was missing fuse. I ran sudo apt install fuse
. Nope. WTF.
The O/S is new. I noticed all the answers on this topic were dual boot. Mine is too, but that's maybe because anywhere you get windows you get NTFS. I dunno. Anyway I installed gparted during this adventure, and here is the message:
I obviously ran all the updates. I'm a simpleton who just wants open some files. Any advice?
Thanks ;-)
UPDATE***
Thank you for alerting me to the "Fast Boot" option in windows in the comments. It was a really good suggestion as the USB does work in Windows. However I don't think this is applicable. All my windows computers are Windows 7; and apparently this "fast boot" windows option is a windows 8 and up (https://answers.microsoft.com/en-us/windows/forum/all/how-to-turn-off-fast-startup-or-quick-boot-in/618cd53a-7c53-42a3-989c-00b721af1bf6).
The PC used to be 18.04 and the USB was working fine. Then I installed Ubuntu 22.04, and now it won't work; and I didn't touch the BIOS during the install, so it's not any Bios settings/parameters/values (i don't know the right word), it's not the USB (as in it's not a dead USB), and windows reads it no problem.
Any help is appreciated. For some reason someone downvoted this question, so let's continue the trend... can you please down vote as well? I would love to see how low a decent question can get. Thanks!
ntfs-3g
or another package is unlikely to do anything. Besides, 22.04 should use the new NTFS3 kernel module. Also, you install updates, not run them. – mikewhatever Sep 16 '23 at 05:16