Skip to main content
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/
Source Link

I am using mount/umount commands with a Win VM on a KVM Linux host. I have a script that continuously loops:

sleep 1 sec
mount
read guest file
unmount

When I change a Win7 file (say, a text file using Notepad),I am able to see changes only after 10-30 seconds.
I also tried Windows 7 VM file cache flushing, but still there is no improvement in the performance.
Is there a way to force Windows 7 machine to write file changes directly on hard drive instead of cache?

Reference link:
httphttps://unix.stackexchange.com/questions/182245/share-files-between-linux-host-and-windows-guest?lq=1

I am using mount/umount commands with a Win VM on a KVM Linux host. I have a script that continuously loops:

sleep 1 sec
mount
read guest file
unmount

When I change a Win7 file (say, a text file using Notepad),I am able to see changes only after 10-30 seconds.
I also tried Windows 7 VM file cache flushing, but still there is no improvement in the performance.
Is there a way to force Windows 7 machine to write file changes directly on hard drive instead of cache?

Reference link:
http://unix.stackexchange.com/questions/182245/share-files-between-linux-host-and-windows-guest?lq=1

I am using mount/umount commands with a Win VM on a KVM Linux host. I have a script that continuously loops:

sleep 1 sec
mount
read guest file
unmount

When I change a Win7 file (say, a text file using Notepad),I am able to see changes only after 10-30 seconds.
I also tried Windows 7 VM file cache flushing, but still there is no improvement in the performance.
Is there a way to force Windows 7 machine to write file changes directly on hard drive instead of cache?

Reference link:
https://unix.stackexchange.com/questions/182245/share-files-between-linux-host-and-windows-guest?lq=1

deleted 78 characters in body
Source Link
Anthon
  • 81.4k
  • 42
  • 174
  • 228

I am using mount/umount commands with a Win VM on a KVM Linux host. I have a script that continuously loops:

sleep 1 sec
mount
read guest file
unmount

sleep 1 sec
mount
read guest file
unmount

When I change a Win7 file (say, a text file using Notepad),I am able to see changes only after 10-30 seconds.
I also tried Windows 7 VM file cache flushing, but still there is no improvement in the performance.
Is there a way to force Windows 7 machine to write file changes directly on hard drive instead of cache?

Reference link:
http://unix.stackexchange.com/questions/182245/share-files-between-linux-host-and-windows-guest?lq=1

Thank you,
Harshal Patel
HPC Systems Engineer
Signalogic Inc.

I am using mount/umount commands with a Win VM on a KVM Linux host. I have a script that continuously loops:

sleep 1 sec
mount
read guest file
unmount

When I change a Win7 file (say, a text file using Notepad),I am able to see changes only after 10-30 seconds.
I also tried Windows 7 VM file cache flushing, but still there is no improvement in the performance.
Is there a way to force Windows 7 machine to write file changes directly on hard drive instead of cache?

Reference link:
http://unix.stackexchange.com/questions/182245/share-files-between-linux-host-and-windows-guest?lq=1

Thank you,
Harshal Patel
HPC Systems Engineer
Signalogic Inc.

I am using mount/umount commands with a Win VM on a KVM Linux host. I have a script that continuously loops:

sleep 1 sec
mount
read guest file
unmount

When I change a Win7 file (say, a text file using Notepad),I am able to see changes only after 10-30 seconds.
I also tried Windows 7 VM file cache flushing, but still there is no improvement in the performance.
Is there a way to force Windows 7 machine to write file changes directly on hard drive instead of cache?

Reference link:
http://unix.stackexchange.com/questions/182245/share-files-between-linux-host-and-windows-guest?lq=1

Source Link

Win7 file sharing VM latency

I am using mount/umount commands with a Win VM on a KVM Linux host. I have a script that continuously loops:

sleep 1 sec
mount
read guest file
unmount

When I change a Win7 file (say, a text file using Notepad),I am able to see changes only after 10-30 seconds.
I also tried Windows 7 VM file cache flushing, but still there is no improvement in the performance.
Is there a way to force Windows 7 machine to write file changes directly on hard drive instead of cache?

Reference link:
http://unix.stackexchange.com/questions/182245/share-files-between-linux-host-and-windows-guest?lq=1

Thank you,
Harshal Patel
HPC Systems Engineer
Signalogic Inc.