Good morning!
I recently upgraded the NAS server to supermicro storage server with TrueNAS SCALE 23.10. The server has mirrored two SATADOMs (64GB) as a boot drive.
I was advised by the supermicro reseller that supermicro no longer recommends SATADOM for a boot drive because SATADOM quickly reaches the write limit of the drive. I expect many log writes from samba access data, so I am thinking about symbolic linking /var/log to other drive such as a SSD with large capacity.
I am aware that that iX Systems recommends only WEB UI interface. So, I am wondering this is good idea or not.
My plan to symbolic link /var/log to other drive
- Create a pool with single SSD (/mnt/misc) and dataset log (/mnt/misc/log)
- stop services
- move /var/log to /mnt/misc/log/
- remove /var/log
- symbolic link /var/log/ to the /mnt/misc/log/
Do you think this is good idea? or Should I chage boot drives with large capacity?
Thank you very much for your advice and opinion.