<div dir="ltr">Hi, <div><br></div><div>I have some analyses that I want to run on EBS but that have outputs that exceed 1TB. I noticed that EBS volumes can now support up to 16TB. However, `starcluster createvolume` has a hard limit on 1TB. </div><div><br></div><div>To get around this, I created a 16TB volume using the AWS console manually and added it to the starcluster config file, created a new cluster, and then did </div><div><br></div><div>```</div><div>sudo mkfs -t ext4 /dev/xvdz<br></div><div>```</div><div><br></div><div>then restarted the cluster. </div><div><br></div><div>So far, it seems to be working and is shared over NFS properly. However, I wanted to just ping the list to see whether there is any other formatting or anything else that needs to be done for this to work robustly, as this is not a documented feature. </div><div><br></div><div>Cheers, </div><div>David</div><div>P.S. I&#39;d create an issue for createvolumes to support 16TB on github, but it seems like the main branch is not undergoing much active development...? </div></div>