Skip to main content

Questions tagged [fsutil]

The tag has no usage guidance.

0 votes
0 answers
79 views

Perform fsutil command always reports "The parameter is incorrect" in Win11

I met a Win11 update problem with 0x80071a91 error code. And I did some research from internet. In all the solutions, the first solution is always to reset the FSRM service. But when I perform the ...
Kaol's user avatar
  • 101
0 votes
1 answer
52 views

Can a directory junction in a trusted folder be a trusted mount point in Windows 11?

For example, I have a home directory c:\users\me. Inside that, I have c:\users\me\Dropbox. I also have a junction c:\users\me\Cloud -> c:\users\me\Dropbox to indicate that my current Cloud provider ...
Ammo Goettsch's user avatar
0 votes
1 answer
171 views

Fsutil usn queryJournal works on root (f:) volume but not on the child folders - Access denied

On windows server 2016 trying to execute fsutil usn queryJournal f:\demo but keep getting Error: Access denied However same command agains root volume f: fsutil usn queryJournal f: returns data ...
ophiuhus's user avatar
3 votes
3 answers
2k views

How can I determine the file system of a given drive letter from a Windows 10 NON-ADMIN cmd.exe?

I want to run this command and capture the output: fsutil fsinfo volumeInfo C: But unless I open a cmd.exe manually "as administrator", it won't execute the command for some absurd reason. ...
Advit's user avatar
  • 61
0 votes
1 answer
1k views

A few questions on command "fsutil behavior query disabledeletenotify"

This command outputs the following text: NTFS DisableDeleteNotify = 0 ReFS DisableDeleteNotify = 0 I have two SSD drives. Both are on NTFS. Question 1. How to understand which line is responsible for ...
user153742's user avatar
1 vote
1 answer
1k views

Setting folder as case-sensitive with fsutil.exe file doesn't work

I am trying to make the folder case-sensitive on Windows 10 following one of the many tutorials using fsutil.exe: How to Enable or Disable Case Sensitive Attribute for Folders in Windows 10 First I ...
Kngh2's user avatar
  • 113
1 vote
2 answers
3k views

Chkdsk Stage 3 Error but "Chkdsk /f" Fails to Execute Repair at Windows Restart

Summary: I have a volume corruption: Specifically, it is a chkdsk Stage 3 Error. At stage 3, Chkdsk verifies Security Descriptors and USN Journals. However, chkdsk /f repair fails to run at Windows ...
IqbalHamid's user avatar
3 votes
1 answer
3k views

What does the command "fsutil file createnew" really do?

In the Windows OS command line, when I need to quickly create a file of arbitrary size, I use the command: fsutil file createnew <filename> <size_in_bytes> I recently created a 100GB file ...
End Antisemitic Hate's user avatar
1 vote
1 answer
786 views

Is "fsutil behavior query mftzone" for all partitions in Windows 8.1 64-bit?

I have 2 HDDs and 5 partitions in them, and I can't find this question answered on DuckDuckGo, Google nor Microsoft; the command doesn't allow to specify a drive letter, so I suppose is for all ...
saultube28's user avatar
0 votes
0 answers
243 views

File NOT set as sparse but sparse attribute is seen set on windows explorer

There is a test file in windows machine where it is seen having sparse file attribute (P). But suing fsutil sparse queryflag says the file is not sparse. Even queryrange range says the same. This is ...
Aakash Chakravarthy's user avatar
4 votes
2 answers
10k views

What does a DisableLastAccess value of 3 mean?

On my Windows 10 system when i run the command: fsutil behavior query disablelastaccess it returns DisableLastAccess = 3 (System Managed, Enabled) I've never manually set this value and I can't ...
Rasberry's user avatar
  • 383
2 votes
1 answer
5k views

How to read "fsutil usn readjournal C:" output

There is a utility that can be run on the Microsoft Windows command line called fsutil. One of the commands that it accepts is fsutil usn readjournal <volume pathname> along with several other ...
Noctis Skytower's user avatar
0 votes
1 answer
2k views

FSUTIL HARDLINK CREATE ERROR: ACCESS IS DENIED

Trying to create hardlink to a folder in the same directory, on the same drive. H:\ParentFolder>fsutil hardlink create fldr01hrdlnk folder01 Error: Access is denied H:\ParentFolder>fsutil ...
tsilvs's user avatar
  • 143
0 votes
2 answers
526 views

Fsutil: batch file how to have a line that user can arrow up to paste to cmd line?

i have the below code which opens cmd and creates some sparse files using user entry to fill in some blanks. what i cant seem to do is to be able to have a line in the code that would be say C:\users\...
Aaron Rice's user avatar
1 vote
1 answer
3k views

'fsutil' is not recognized as an internal or external command, operable program or batch file

Hi im having an issue with a batch file. im trying to run fsutil and take the user entry of size, name, and location and pass that to cmd to create files...i have copied a piece of code that was on ...
Aaron Rice's user avatar

15 30 50 per page