

A rather more sophisticated way to identify a disk, if it’s in an enclosure that has ID LEDs, is to use sg_ses.
The rough process for that is:
- Run
lsscsi -gto get the generic SCSI device (/dev/sgN) for the enclosure. - Run
lsscsi -tto get the SAS address for a disk. (Not sure whether this will work if it’s a SATA enclosure; all of mine are SAS.) - Run
sg_ses -p aes /dev/sgN | less, where/dev/sgNis the enclosure’s generic SCSI device. Look through the output to find the SAS address and, from that, get the index number of the disk. - Run
sg_ses --set ident --index I /dev/sgN, whereIis the disk index number and/dev/sgNis the enclosure’s device. This will turn on the ID LED for the disk. - Run
sg_ses --clear ident --index I /dev/sgNto turn the LED off.
You can also use fault instead of ident to turn on the “drive fault” LED, in case the enclosure has those but not ID LEDs.

PeerTube would probably be good for hosting mp4s, but you’d basically have to run your own instance. The last time I looked, there weren’t any open PeerTube instances that people could just sign up for and use. (Which makes sense, since video hosting is pretty resource-intensive and most hobbyists couldn’t afford to run a general-purpose instance.)