You could make a text file of all the directories/files, name it according to the drive name, and then you could search the text files or just scroll through it.
This. By default, the locate command does not check whether the files found in the database still exist, so you could use it even if the indexed filesystem or path is offline.
You could make a text file of all the directories/files, name it according to the drive name, and then you could search the text files or just scroll through it.
https://stackoverflow.com/questions/23808798/how-can-i-export-a-recursive-directory-file-listing-to-a-text-file-in-linux-ba
A slightly more polished version might be a locate db per disk
This. By default, the locate command does not check whether the files found in the database still exist, so you could use it even if the indexed filesystem or path is offline.