[SOLVED] Sync issue between mount and OMV shares

ikwtif

Member
Feb 26, 2021
6
1
8
38
I'm having some sync issues. Currently I'm mounting my HDD drives (ntfs) in my node with the command mount -t ntfs-3g /dev/sde2 /mnt/disk1 which works fine and everything mounts. I also have a OpenMediaVault VM running which shares these drives (or folders) on my network so I can access them on my PC.

Now, the issue is, when I copy files, create folders in proxmox in the mounted folders, I would have to restart OMV for those changes to reflect. Vice versa, if I create folders on my external PC on the shares I would have to remount the drives on proxmox to see the changes there. Anyone any idea why this happens? Or should I be mounting the drives differently? I also tried to auto-mount the drives by putting the code in fstab, but this doesn't work either, so I'm guessing I'm maybe mounting the drives wrong?

I also did try auto mounting inside fstab. Which I did with this line /dev/disk/by-uuid/A47AD18D7AD15D1C /root/test ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=0,uid=0 0 0 which also mounts the disk, but the same syncing issue happens with OMV. Changes made on proxmox don't reflect on OMV until I reset the VM.

In the OMV VM they are passed trough with

Code:
virtio0: /dev/disk/by-id/ata-ST4000DM004-2CV104_ZTT086XV,size=3907018584K
virtio1: /dev/disk/by-id/ata-WDC_WD40EZRZ-22GXCB0_WD-WCC7K7VV9113,size=3907018584K
virtio2: /dev/disk/by-id/ata-WDC_WD40EZRZ-22GXCB0_WD-WCC7K2JJN2C9,size=3907018584K
virtio3: /dev/disk/by-id/ata-ST8000DM004-2CX188_WCT40RX5,size=7814026584K
virtio4: /dev/disk/by-id/ata-ST8000DM004-2CX188_WCT411XH,size=7814026584K
virtio5: /dev/disk/by-id/ata-WDC_WD40EZRZ-00GXCB0_WD-WCC7K6RZV04R,size=3907018584K
 
Last edited:
Alright thanks. Yeah, I found that because it's 2 OS systems one doesn't know from the other. So I guess I'll for now just stick with cifs shares.
 
  • Like
Reactions: gurubert