The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 980β€…    Votes:  1β€…    βœ… Solution
Tags: dual-boot   partitioning   ntfs  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/1140935
Title: Is it recommended to store files on NTFS partition?
ID: /2019/05/06/Is-it-recommended-to-store-files-on-NTFS-partition_
Created: May 6, 2019
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


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 drive E:\

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, only NTFS 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.

⇧ Can 'sudo apt-get remove [write]' destroy my Ubuntu? How can I test a shell script in a "safe environment" to avoid harm to my computer?  β‡©