SSD tuned...
Posted: 22. Aug 2013, 16:57
Hi,
I have "tuned" my SSD as suggested in the wiki document http://docs.salixos.org/wiki/How_to_Tune_an_SSD and specifically
I added to my fstab:
Now, when I want to check a log file, which is now redirected to be hold in RAM, how can I get access to it or in other words, how do I find these file(s)?
Thanks in advance.
I have "tuned" my SSD as suggested in the wiki document http://docs.salixos.org/wiki/How_to_Tune_an_SSD and specifically
I added to my fstab:
Code: Select all
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
tmpfs /var/tmp tmpfs defaults,noatime,mode=1777 0 0
tmpfs /var/log tmpfs defaults,noatime,mode=1777 0 0
Thanks in advance.