> Hi@all,
>
> I'll get a new pc with a ssd tomorrow and i can't wait to install a fresh
You don't really need the linux feature of keeping a time stamp of the
last read access to each file/folder, so to reduce 'wear and tear' on a
solid state drive, you might want to do mounts of ssd partitions
mount -o noatime etc, etc, etc.
{the devices are rated for a large, but finite number of writes, and
overnight
cron jobs to freshen the database used by the locate command will visit
at a minimum each directory on the system, which will freshen those atime
entries in each directory inode, unless you mount with this setting.}