Fanotify and hierarchical storage management
Fanotify and hierarchical storage management
Posted Jun 23, 2023 15:28 UTC (Fri) by psusi (guest, #95157)Parent article: Fanotify and hierarchical storage management
"He displayed an example command that would display the first few lines of a tar table of contents of a large file. Only the first 1MB of the file would be transferred before the command completed, rather than waiting for the entire contents. "
That isn't how tar works. It does not have a table of contents at the start of the file. zip and dar do, but with tar, every file metadata record is immediately followed by its data. To list the files in the tar, the entire tar file must be read.
