today I came across that with update to 6.30 fuse module did not work. modprobe fuse just claimed for a non-existing module. I have solved the issue by I guess repeatedly execute
Code: Select all
apt remove --purge fuse exfa*
apt install fuse exfa*
reboot
Code: Select all
mount -t exfat /dev/sdb1 /myUSBDrive
Code: Select all
dietpi-drive_manager /dev/sdb1 /myUSBDrive (but here I was not allowed to choose this directory btw!! I must have chosen /mnt/<sth>)
- Sources.list has no references to any debian source packages. Could I reference here some and in case if, which version?
- Where can I found /bind fuse-source or any other source source for any debian package?
- What is the mechanism behind what debian package is supported and which is not?
So I can generalize the problem, how is the recommended way of installing foreign packages to the dietpi system?
The problem actually also came up for me a second ago to maybe path pmount to support exfat file system.

@MichaIng Can you give me some hints?
BR paedda