NVM guys i figured it out on my own.
for anyone else looking to do the same thing... i'll tell you how as their is like nothing on the web that explains it in easy steps
1. Install ubuntu - unforntuatelly you can't install it in a VM on the windows server, cause windows doesnt provide low enough access to the drives via the VM...
2. FC drivers will be already installed, if not install em
3. Install SG3_UTILS -> go to software center and search for it.
4. sginfo -l will tell you the names of the hdds along with where they are mounted - keep an eye on the hdd ids so you dont format ur own server by mistake
5. for each drive that you want to llf format, do, sudo sg_format --format --size=512 --verbos=/dev/sg1 - /dev/sg1 is the path of the drive that you got from sginfo
6. wait 1-2 hours, depending on how many drives you are doing
from what ive read online, you can also use the same trick to get generic drives to work in netapp arrays with filers, but i haven't tested it; just set the size accordingly.