Hello, i ended up buying some HDD’s from ebay and all the drives are showing up and everything but when i try to build a pool it says Data Integrity Feature (DIF) which is unsupported.
How do i go about getting this disabled and fixed so i can use the drives in TrueNAS
Full Error: sda, sdj, sdl, sdm, sdg, sdh, sdk are formatted with Data Integrity Feature (DIF) which is unsupported.
Server Info -
Server - PC: Dell Poweredge R720xd
Raid Controller Is in IT Mode
OS: TrueNAS Scale Verson: 24.04.1.1
CPU Intel® Xeon® Processor E5-2680 v2
RAM: 384GB
Run sg_format --format --size=512 /dev/sdx on each drive (you can run them in parallel if you use tmux - and they are long running so you need to use tmux anyway).
I have 4 - 4tb SAS drives with this problem. I started a reformat about 4 hours ago and made the mistake of leaving the shell after it showed a couple of progress reports for fractions of a % done. Now there are no more progress reports.
How can I tell if the format is still running, complete or cancelled because I closed the shell. Dare I reboot before the format is complete?
How can I run the formatting of several drives in parallel?
Log into the TrueNAS Scale console. Run something like ‘top’ so you can see some action. Alt+F2 should bring up the second virt console. log in and run your second command. Alt+F1 gets you back to the first console where you should see ‘top’ running.
You should be able to do this with the commands for a disk in the separate console windows
i had that same issue with one of them. so what i did is run the same command again to format it should give a error saying its busy if it does then its still going. and in there it should say to see more info put - something and that will show you the % its at
I had a SAS drive that had the DIF alert and followed your suggestion with size=4096, after about 15hours the drive had formatted, alert cleared but drive was showing capacity of 0B.
Am now running again with size=512, hopefully this will show a better result, will post back..