Setting DisableDeleteNotify of NTFS to 1 decrease the duration of format of both NTFS & ReFS in Windows Server 2016 & 2019

MOhamed 6 Reputation points
2020-12-17T12:10:13.023+00:00

I found that setting DisableDeleteNotify of NTFS to 1 decrease the duration of format of both NTFS & ReFS , I think it must decrease NTFS format duration only (Windows Server 2016 & 2019)

Windows Server Storage
Windows Server Storage
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Storage: The hardware and software system used to retain data for subsequent retrieval.
642 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. MOhamed 6 Reputation points
    2020-12-18T14:09:03.713+00:00

    This is the command I used :

    fsutil behavior set disabledeletenotify NTFS 1

    & after that I used the command :

    fsutil behavior query disabledeletenotify

    to check that values are set correctly

    Thank you

    1 person found this answer helpful.
    0 comments No comments

  2. Mico Mi 1,921 Reputation points
    2020-12-18T02:47:32.95+00:00

    Hi,
    Please tell me what command you used to set DisableDeleteNotify of NTFS to 1.
    And you can use the following command to verify the current setting of NTFS and ReFS:
    fsutil behavior query disabledeletenotify

    Thanks for your time!
    Best Regards,
    Mico Mi

    -----------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. MOhamed 6 Reputation points
    2020-12-20T18:12:17.867+00:00

    Why nobody answers my question ?!

    0 comments No comments

  4. Nick M. Kulkarni 21 Reputation points
    2024-06-10T16:23:23.57+00:00

    Hi bumping an old thread but if you are finding performance increases after using the disable delete notify option in fsutil and its on an ESXi Virtual Machine this could be the reason and it affects a lot more than just the format. It affects the whole of the VM's disk IO performance
    https://www.reddit.com/r/vmware/comments/fect1t/esxi_67u2_vvol_vmfs_unmap_bug_causing_guest_io/

    0 comments No comments