Owner ID = 0 in Standard Information #29
Replies: 2 comments
-
Yes. As per https://flatcap.github.io/linux-ntfs/ntfs/attributes/standard_information.html, the "Owner Id" of the What you are looking for are the way more complex ACL permissions of a file. They are partly referenced by the "Security Id" attribute that I haven't got around yet to implement comfortable support for reading ACLs in
Either |
Beta Was this translation helpful? Give feedback.
-
Firstly, thank you for your response. I had seen the project was active but I had also noticed there were very few discussions or questions being asked about the project. I have also run into a short coming that a file isn't reable unless its in the same directory as another one on windows so you need to place a link to the data-stream in the directory or its not visible to other files. Lastly, why do you need to use UNC path format when specifying a path? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is my example:
But when I run the ntfs-shell I get:
Why do thay both show a OwnerID of zero? Is this the expected behavior?
Also on a tangent is there a way to run the
fileinfo
command on the root directory of C its self?Beta Was this translation helpful? Give feedback.
All reactions