News

'Dev Drive' Storage Now Available for Developers in Windows 11

A recent Windows 11 update includes Dev Drive, a new form of storage volume designed to improve performance for key developer workloads.

Dev Drive was announced at Microsoft's Build conference in June along with a bunch of associated goodies for developers working on Windows 11, including Dev Home, described by the company as a new control center for Windows that helps devs monitor projects in a dashboard using customizable widgets, set up a dev environment by downloading apps, packages or repositories, connect to developer accounts and tools (such as GitHub), and create a Dev Drive for storage.

[Click on image for larger view.] Dev Home

That storage is based on the Resilient File System (ReFS), as opposed to the Windows default NT File System (NTFS), employing targeted file system optimizations while providing more control over storage volumes and security. The ReFS file system was evolved and retuned for typical developer workloads such as:

  • Hosting Project Source Code: Dev Drive is designed to meet a developer's needs to host project source code, Microsoft said. This can be particularly useful for large projects where efficient access and manipulation of code files are critical.
  • Working Folders: Developers typically have working folders where they perform operations such as building, testing and debugging. Dev Drive can host these folders, providing faster file I/O performance.
  • Package Caches: Package caches are often used in software development, especially when using package managers like npm (Node.js), pip (Python), or NuGet (.NET). By hosting package caches on a Dev Drive, developers can benefit from faster package installation and updates.
  • Disk-Bound Operations: Dev Drive improves performance for disk-bound operations such as cloning, building, copying files, and package restore. This can significantly reduce the time developers spend waiting for these operations to complete.
    [Click on image for larger view.] Dev Drive Performance Boost (source: Microsoft).
  • Security Profile Management: Dev Drive allows developers to better manage their performance and security profile. It includes file system optimizations and features that enable developers to have more control over their storage volume settings and security.

Dev Drive is available in this week's Windows Update for Windows 11 22H2. Devs can check to see if it's available by running the command format /? and seeing if the /DevDrv parameter is listed in the help text.

If it doesn't appear, instructions to try to enable it via a Windows patch are provided in Microsoft's Oct. 13 announcement.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

Subscribe on YouTube