Lsm File List Torrent Torrent Page

When a Linux distribution reaches End-Of-Life (EOL), its packages disappear from official mirrors. However, archivists use LSM file lists to create seed-forever torrents. Examples include:

LSM trees store data in SSTable files (Sorted String Tables) on disk. To list LSM files:

General-purpose torrent indexes often lack LSM files. Use these refined queries on archive.org, LinuxTracker.org, or LegacyOS.net:

BitTorrent is excellent for distributing large files, but it has a weakness: a .torrent file contains piece hashes (typically 1MB–4MB blocks), not per-file hashes. If you download a 50GB Linux distribution ISO, you can verify the ISO’s integrity, but you cannot verify individual files inside the ISO without mounting it.

The LSM file list solves this.

By distributing an LSM file list alongside (or within) a torrent, you gain:

Snap, Flatpak, and AppImage generate implicit LSM-like metadata (e.g., flatpak remote-ls). A proposed Flatpak .torrent export would allow offline distribution using LSM-plus-torrent bundles.

Typical LSM files:


Let’s break it down term by term:

  • File list – A manifest of all files inside a directory or archive.

  • Torrent – A .torrent file containing hashes, trackers, and piece length.

  • Torrent (second occurrence) – Often a duplicate tag for search engine optimization or user emphasis (e.g., “torrent” as a verb or file type).

  • Thus, the full keyword refers to:

    A torrent file that includes an LSM file serving as a verified file listing for the data within the torrent.

    In practical terms: you download a .torrent, inside its contents (or as a separate text file) there is an example.lsm file that lists every single file in that torrent, with checksums.


    The lsm utility serves as a competent middle-ground between the raw power of the Linux terminal and the user-friendliness of a GUI file explorer. For managing complex torrent directories where file integrity and structure matter, it is a useful addition to the toolkit. However, for quick navigation, the syntax is too wordy, and power users may revert to aliases for speed.