You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that simple thing such as "touch" are not updating the time stamp on a file. Editors like "vi" do, however. I suspect touch isn't working on the idb filesystem and vi works because it is creating a new file from scratch and replacing the existing inode?
(cool work btw).
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, it's a known limitation at this time across all filesystems backends. Timestamps updates are not supported, but they are populated correctly when an inode is created.
I noticed that simple thing such as "touch" are not updating the time stamp on a file. Editors like "vi" do, however. I suspect touch isn't working on the idb filesystem and vi works because it is creating a new file from scratch and replacing the existing inode?
(cool work btw).
The text was updated successfully, but these errors were encountered: