Add instructions for converting 512B-sector disks to 4096B sectors

This commit is contained in:
Joey Hafner 2022-04-07 08:56:08 -07:00
parent 373259f8d6
commit dfd8bf17ca

View File

@ -87,6 +87,13 @@ Partition: ID-1: / size: 62.24 GiB used: 26.84 GiB (43.1%) fs: zfs logical: free
</code></pre> </code></pre>
</details> </details>
## Convert a 512B-sector disk to 4096B sectors
1. Make sure the disk is not currently in use.
2. Get the disknum (like `da4`), either in the web UI or with the ~/disklist.pl script.
3. Run `sg_format --size=4096 --format --fmtpinfo=0 /dev/[disknum]` for the disk.
4. Wait 12-16 hours (for 8 TB disk).
5. Remove and re-insert the disk.
# Services # Services
## S.M.A.R.T. ## S.M.A.R.T.
All values default. All values default.