I haven't found a similar question. I have an SSD which runs windows and Ubuntu. Additionally, I installed a 1 TB HHD to the SATA 2 connector. I wish to be able to write and read files from both OS. So far I can only read and write from Windows and only read from Ubuntu. How can I make it fully work with Ubuntu? I tried resetting the HDD from Ubuntu and that made it the other way around where Windows was not able to write to the HDD. I tried using nautilus to change the permissions directly but it does not allow me to change them. The /etc/fstab has the following for my drive
/dev/sdb1 /media/mynewdrive vfat defaults 0 2
/etc/fstab
file? This will show how the 1TB HDD is being mounted. Generally Ubuntu can read and write to NTFS via thentfs-3g
driver, but this depends on both permissions and mount rules. – Jan 05 '21 at 04:22