Can just point it to /dev/shm as a transcoding folder, for a quick and dirty way.
Otherwise you’d mount a ramfs disk.
Comment on Tip: mount Jellyfin transcode directory to hard drive!
LunchEnjoyer@lemmy.world 8 months agoHow is this done? If you don’t mind sharing 🤗
Can just point it to /dev/shm as a transcoding folder, for a quick and dirty way.
Otherwise you’d mount a ramfs disk.
Novi@sh.itjust.works 8 months ago
tmpfs is the filesystem you are looking for. You can mount it like any other filesystem in /etc/fstab.
tmpfs /path/to/transcode/dir tmpfs defaults 0 0