I would like to have very big (terabytes) drive, available both under Windows and Linux, readable, writable. I don't need permissions support on this drive.
How to do that? Which filesystem format satisfies these requirements?
I would like to have very big (terabytes) drive, available both under Windows and Linux, readable, writable. I don't need permissions support on this drive.
How to do that? Which filesystem format satisfies these requirements?
Linux can read and write to NTFS, native to Windows. Sharing a large external NTFS drive has posed no problem for me using it for photos, documents and other data. You can also access the drive containing Windows, though avoid writing to the System drive Windows folder or modifying anything on root C:.
You could use other formats, such as exFAT, that would require adding a package to Linux, or ext[n], which requires a third-party tool such as DiskInternals Linux Reader for read-only access, but NTFS should work with Ubuntu 16.04 LTS as installed.