I have to use ext4 image file in btrfs, because Dropbox requires ext4 as file system. In fstab mount options I've set async, but I'm not sure about this.
What are the pros and cons of async and sync flags for a disk image? Which one is preferable?
I personally think that it is better to let host file system (btrfs in my case) handle handle sync by itself, so sync option is better. Am I right?


fstabyou are talking about.