I don’t like that the KDE file transfer progress does not take in account the transfer from RAM to disk, and it only takes into account disk to RAM. I don’t want to wait for the “Don’t eject yet” message to disappear, because it sometimes stays too long, and I get worried if there could be an issue with KDE. How do I make:

  1. KDE/Dolphin take into account RAM to disk in progress, or
  2. Make KDE/Dolphin send files straight to disk, without sending to RAM.
  • ozymandias117@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    6 months ago

    You can set default mount options in /etc/udisks2/mount_options.conf

    To force it to sync for FAT32/exFAT, which would be the normal filesystems for external devices, you could set

    [defaults] vfat_defaults=uid=$UID,gid=$GID,shortname=mixed,utf8=1,showexec,flush,sync exfat_defaults=uid=$UID,gid=$GID,iocharset=utf8,errors=remount-ro,sync