I used to have a dual-boot setup with Linux Mint 21.2 and Windows 11 Pro and I noticed that in my shared drive, which is formatted in NTFS, ends up showing padlocks in Linux Mint in the Documents, Downloads, Pictures, and Music folders in that shared drive. This makes those folders on that drive for the owner and group to only have Access permissions and only the root user has the Create and Delete permissions. I thought that NTFS formatted partitions have their permissions discarded when using Linux and therefore I should be able to write to every folder in the NTFS formatted drive in Linux by default. This is a USB SSD I'm referring to. I had fast startup and hibernation disabled in the power management settings in Windows. One thing I did was change after installing Windows 11 was redirect the folder location for the Documents, Downloads, Pictures, and Music folder in Windows to the USB SSD. Does that have anything to do with locking out those folders for write access in Linux? As a workaround I did a sudo chown -R david:david /media/david/Data and then sudo chmod -R 775 /media/david/Data, and then edited the fstab to create an entry for NTFS formatted partition of that USB SSD. However, should I have to do all that with an NTFS formatted partition, especially if Linux ignores the permissions for NTFS formatted partitions? Am I misunderstanding something here? Does Linux by default actually lock out write access to folders created in Windows that have certain permissions set in Windows? One more thing, in the past I would be getting padlocks in several other folders that I backed up in my backup drive which was also formatted in NTFS and I also had fast startup and hibernation disabled at the time. I ended up giving up on dual-boot due to both operating systems interfering with each other in some way such as the issue I described in this post, despite being installed on separate drives.
Last edited: