Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 14113  / 1 Year ago, sat, march 18, 2023, 3:35:05

When trying to mount my 64GB microSD card, it fails. Did a bit of research and found I needed exfat.



sudo apt-add-repository ppa:relan/exfat

sudo apt-get update

sudo apt-get install fuse-exfat



I can now mount the filesystem manually & everything works fine.

What am I now supposed to do to enable the automount?

Any insights or guidance as to what I can do would be much appreciated.


More From » mount

 Answers
3

in /etc/fstab this seems to work ok



/dev/sdb1 /media/sd exfat-fuse defaults,nobootwait,user



but it breaks normal automounting of any non-exfat SD card or USB thumbdrive
either there's a way to make it conditional on being an SD card I'm missing or we have to wait for an update in the normal automounting


[#33047] Saturday, March 18, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dicatandyca

Total Points: 486
Total Questions: 108
Total Answers: 121

Location: Greenland
Member since Wed, Jan 18, 2023
1 Year ago
;