On Sat, Nov 09, 2019 at 07:01:02AM -0700, Raymond, David wrote: > Does raid0 allow the creation of file systems bigger than the 2 TB limit of > ffs?
RAID 0 stripe sizes may be as large as the smallest physical extent. FFS2 -- see newfs(8) -- supports a filesystem size up to 64 PB.

