I am using Win10 + Ubuntu 18.04 dual boot and I have a sharing folder which is a NTFS partition, right now I don't see any issues, also from both sides I sync the files by the same cloud app and I don't see any issues. But I am just wondering is it general very safe to do so? Right I only share files that are not so important also they are synced on cloud, but say in case i have something very important, is it recommended to store such file on the ntfs partition?
Sometimes an NTFS partition is the only way of sharing files between Windows and Linux. For example bash scripts that I run in Ubuntu 16.04 / 18.04 and Windows 10 WSL are stored in in an NTFS partition mounted in Ubuntu as
/mnt/e/bin/
. On the Windows side the NTFS partition it is accessed as driveE:\
I have run into anomalies where I have to create the bash script on the Ubuntu site first to get proper editing permissions from the Windows 10 WSL side. This could be my system setup fault though and I honestly haven't cared enough to research it that deeply.
Ubuntu running under Windows 10 WSL does recognize and can change Linux file permissions properly but cannot access
ext4
partitions, onlyNTFS
partitions.There is a Windows add-on to read/write
ext4
partitions but there are/were data corruption problems in 64-bit mode. As such I stopped using this Windows 10 add-on.Ubuntu seems to have no problems updating Windows NTFS partitions for changing the Linux file permissions. As far as changing Windows file permissions it is rather complicated and I'll leave that up to you to research.