FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Lessons from Migrating 9TB of File Shares to FSx
How-ToSystems

Lessons from Migrating 9TB of File Shares to FSx

via Dev.toTom Williams3h ago

Migrating a Windows file server sounds straightforward until you're staring at 9TB of data across 14 shares and trying to work out what's actually worth moving. This is what I learned doing exactly that — moving a legacy EC2-hosted Windows file server to FSx for Windows File Server, with a detour through S3 Glacier for the data nobody was using. Start with discovery, not migration The temptation is to spin up FSx, robocopy everything across, and call it done. Resist that. You'll end up paying FSx prices for terabytes of data that hasn't been touched in years. I wrote a PowerShell script to scan every share and classify files by age. This immediately surfaced that a significant portion of the data was cold — files that hadn't been written to in over two years. The LastAccessTime trap Here's the gotcha that cost me a day: the server had DisableLastAccess set to 1 . This is a common Windows performance optimisation, but it means LastAccessTime is unreliable — it wasn't being updated when

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles

My Learning Experience with Sorting Algorithms
How-To

My Learning Experience with Sorting Algorithms

Dev.to Tutorial • 2h ago

I Learned More in 3 Months Than 3 Years (The System That Actually Works)
How-To

I Learned More in 3 Months Than 3 Years (The System That Actually Works)

Medium Programming • 3h ago

CA 12 - Next Permutation
How-To

CA 12 - Next Permutation

Dev.to • 3h ago

The Automation Trap: Why Everyone Wants to Scale but No One Knows What They’re Building
How-To

The Automation Trap: Why Everyone Wants to Scale but No One Knows What They’re Building

Medium Programming • 3h ago

How to Add Interior Materials to Chaos Fracture Geometry Collections
How-To

How to Add Interior Materials to Chaos Fracture Geometry Collections

Medium Programming • 3h ago

Discover More Articles