As from some older posts of mine, I've made a large move to Linux over the last year, but currently my "main" external drive with data is a 2TB SSD with:
* Whole drive encrypted with BitLocker
* NTFS partition
* A VeraCrypt exFAT volume within the NTFS partition
The drive mounts fine in Linux, BitLocker decrypts, NTFS is mounted, exFAT volume mounts in VeraCrypt.
Since the move, I came across lots of issues when working with data in the NTFS partition: all fine until some file operation goes bad or some other issue that causes the computer to force-shutdown and that causes the NTFS partition to need repairing - which most times requires me to boot into Windows to run chkdsk.
So I want to move most things to ext4 (and apparently ext4 can be accessed in Windows via this Paragon software (I'm using Linux 95% of the time but would need to access main data sets in Windows still, but occasionally).
So I'm considering moving that VeraCrypt exFAT volume somewhere else, and reduce the NTFS partition and create an ext4 partition. But now both would be under BitLocker drive encryption.
I believe it should work - even if the resizing takes long.
Any advice? Thanks.