Search results

  1. M

    Storage, gets cached in RAM instead of writing to disk

    I got it to write to the disk by adding this paramter to *.conf: cache=directsync. The whole config for the disk is now: virtio0: /dev/disk/by-id/md-uuid-8dc1c44f:0ce6e1f3:f83efd32:7761571d,cache=directsync,size=1953382464K However, it still gets cached to the RAM and does not flush it by using...
  2. M

    Storage, gets cached in RAM instead of writing to disk

    Hello, Let me start by saying that I'm pretty new to all of this:) The problem: I've added a disk to a VM running openmediavault and then shared a test folder using NFS. When I'm adding something to the shared folder it gets cached to the RAM for the VM instead of actually writing it to the...