Skip navigation
Pin Files to Windows Server 2012 R2 Storage Space SSD Tier

Pin Files to Windows Server 2012 R2 Storage Space SSD Tier

Q: How do I pin a file to the SSD tier in a Windows Server 2012 R2 Storage Space?
A: To force a file to be pinned to the SSD tier of a Windows Server 2012 R2 Storage Space, use Windows PowerShell (where $vd1 points to your virtual disk in the Storage Space):

Set-FileStorageTier –FilePath <file> -DesiredStorageStier ($vd1 | Get-StorageTier -MediaType SSD)

After the file is pinned, an optimization is forced to move the file straight away instead of waiting till the next scheduled optimization. Remember that typically the most frequently used blocks are automatically moved to the SSD tier (limited by the amount of SSD tier space allocated), so usually you don't need to manually pin files to the SSD tier:

Optimize-Volume -DriveLetter E -TierOptimize

 

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish