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

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

  • TypeScript Tops New JetBrains 'Language Promise Index'

    In its latest annual developer ecosystem report, JetBrains introduced a new "Language Promise Index" topped by Microsoft's TypeScript programming language.

Subscribe on YouTube