[mythtv-users] OT: Get off my SSD?!

Jim Stichnoth stichnot at gmail.com
Wed Sep 23 17:58:09 UTC 2009


On Wed, Sep 23, 2009 at 9:12 AM, Dave Richardson <mythtv at derdev.com> wrote:
> I have an IONITX with a solid state disk (SSD) as a front-end.  I have
> moved /tmp and /var/log to RAM drives in tmpfs to prevent frequent write
> activity to the SSD.  I had expected very little drive activity to be
> reported (as viewed by watching the HDD LED activity light) - however,
> it's still fairly busy and seems to have a pattern of activity.
>
> I need to figure out if there are processes still writing elsewhere to the
> system on a regular basis.  I will either turn off the processes or direct
> their activity to another tmpfs so that I can prolong the life of the SSD.
>
> I've tried using "lsof" command to figure out what's active, but I really
> don't understand what I'm seeing.  Any further guidance would be
> appreciated!

Out of curiosity, have you considered PXE (network) booting, and
mounting the file system entirely over NFS?  An SSD seems relatively
expensive for essentially just holding the OS and log files.  The
master backend can be used as the NFS server and the PXE server (i.e.,
DHCP and TFTP servers) -- putting all the services on the master
backend since the frontend probably isn't much use without the
backend.

Jim


More information about the mythtv-users mailing list