You can't use FFS with large partitions because the disk validator (even with OS39 and BB2) can't handle it. If you get a single write error, then goodbye. Crash, reboot, crash, reboot, etc.
So atleast use SFS. It doesn't even get unvalidated. You can reset while writing something and the only effect is that the file you wrote is chopped off, not lost. It's that safe. It also got a salvage utility so you don't have to worry about not being able to use f.ex. Disksalv.
Also, SFS and PFS is multiple times faster than FFS. Using FFS with a new HDD is a bad move for performance. Reading your average download directory of +2000 files only takes a second or two using PFS/SFS. Using FFS it's more like >10 seconds.
Using a four gigabyte partition may work most of the time, but not all the time. Some software may use a signed 32-bit variable instead of an unsigned so one fine day you end up with a corrupted HDD.