User Tools

Site Tools


windows:notes:ntfs_format

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
windows:notes:ntfs_format [2025/08/31 23:51] – created Sean Rhonewindows:notes:ntfs_format [2026/01/15 00:28] (current) Sean Rhone
Line 1: Line 1:
   * https://learn.microsoft.com/en-us/windows-server/storage/file-server/ntfs-overview#formatting-requirements-for-large-files   * https://learn.microsoft.com/en-us/windows-server/storage/file-server/ntfs-overview#formatting-requirements-for-large-files
 +
 +  "powershell.exe" -Command "Format-Volume -DriveLetter 'D' -FileSystem 'NTFS' -AllocationUnitSize '65536' -UseLargeFRS"
  
   Format-Volume -DriveLetter D -FileSystem NTFS -AllocationUnitSize 65536 -UseLargeFRS   Format-Volume -DriveLetter D -FileSystem NTFS -AllocationUnitSize 65536 -UseLargeFRS
/usr/local/www/wiki/data/attic/windows/notes/ntfs_format.1756698667.txt.gz · Last modified: by Sean Rhone