I am working with some linux utilities using WSL2 working with large files stored on a network share (not on the local machine). I am able to read from the network shares when opening files for processing, but when specifying an output file location on a network share, the utility nevertheless seems to write first to the machine’s local C drive, and not directly write to the network share (a file gets created there, but is 0kb, and presumably gets transferred upon processing). The problem with this is that I only have so much space on my local C drive, and these files are of massive size (which is why they are on a network share with much storage space to begin with). Is there any way to set some setting within WSL2 (universally) to not first write to local temporary storage? Or is it more likely a problem with the utilities I am using? For what it’s worth, genomic datasets with GATK (https://gatk.broadinstitute.org/hc/en-us).