On 10-06-2024 03:31AM, -pj via openSUSE Users wrote:
On 10-06-2024 02:29AM, Bengt Gördén wrote:
On 2024-10-06 08:24, -pj via openSUSE Users wrote:
Well, can you tell me why I am unable to mount the USB with f2fs in Dolphin
Probably because you have not inserted the module.
try lsmod | grep f2fs
and if nothing "grepped" do
sudo modprobe f2fs
Thank you Bengan, this helps alot! I am able to see the drive in Dolphin now (no error message displayed) but right click, create new is blanked out. Am now able to create a test file from Konsole on the F2FS USB *but* not using Dolphin. Is this because the module is loading to late for Plasma to recognize, (manually being loaded, after boot)?
I have reviewed > https://wiki.archlinux.org/title/Kernel_module#Automatic_module_handling
and
https://wiki.archlinux.org/title/Dracut#Early_kernel_module_loading
It's lengthy, there are many options. /etc/modules-load.d/fsf2.conf
systemd to load the module also a dracut early kernel module loading approach, What seem to have worked is create f2fs.conf directory in /etc/dracut.conf.d containing > # ... force_drivers+=" f2fs " # ...
Which failed to load the module for then dracut --regenerate-all -force and powercycle now module loads. f2fs usb is available in Dolphin still is unable to create new file or have anything copied or pasted into it yet. It is possible to do by Konsole command line. Do you have any thoughts about this or what is the meaning of this behavior? -Greatest Hopes