Hello friends,
I made some customization in my /etc/fstab.
It seems to work fine for my use case.
The size of all tmpfs are OK for the moment.
What do you think about it ?
Do you see something that may be harmful ?
Or do you see anything to add or do differently to help reduce I/O on the SD card ?
I made some customization in my /etc/fstab.
It seems to work fine for my use case.
The size of all tmpfs are OK for the moment.
What do you think about it ?
Do you see something that may be harmful ?
Or do you see anything to add or do differently to help reduce I/O on the SD card ?
Code:
tmpfs /var/log tmpfs defaults,nosuid,mode=0755,size=50m 0 0tmpfs /var/tmp tmpfs defaults,noatime,nosuid,size=100m 0 0tmpfs /tmp tmpfs defaults,noatime,nosuid,size=1g 0 0tmpfs /run tmpfs defaults,noatime,nosuid,size=100m 0 0tmpfs /mnt/ramdisk tmpfs defaults,size=1g 0 0
Statistics: Posted by Dobigeon — Mon Aug 19, 2024 9:21 pm