I wouldn't assume any bug at this stage. I'd assume I was misunderstanding what each field means and question which part of my entire software stack isn't supported.
I'd first start by reading the manpage for the 'stat' program and be certain I understand what it being output. For example, some shells have their own version of stat, so that would be preventing the real 'stat' program from being used. If that's the case for my shell, I'd read the manpage for it. From the stat manpage on 21.1 Mint:
Code:
NOTE: your shell may have its own version of stat, which usually supersedes the
version described here. Please refer to your shell's documentation for details
about the options it supports.
then I'd work up in the stack, reading the documentation for the exact file system, then samba, then Windows connections. I'm fairly certain that not all parts of the stack involved supports all the different timestamp fields available. Remember reading something like that a few years ago.
The good news is that file system timestamps can be mostly ignored for images. Use the exif data if you want to know anything about an image file. exiftool can access/modify most EXIF data.
Bookmarks