Um Schreibzugriffe geht es, denn die müssen letztendlich auf die Platte - und dazu müssen sie aufwachen. Lesezugriffe werden oft aus dem Cache bedient und wecken nicht unbedingt die Platten. Eine Webstation mit simpler Struktur kann durchaus auch viele Clients bedienen, ohne die Platten zu wecken.
Klar, die Schreibzugriffe könnten auch die anderen Filesysteme wie / betreffen, aber dann schiebt man halt auch noch ein
nach. Hauptsache, man findest den Störenfried.
Edit: Wenn die Platten eh nicht schlafen gehen, muss man sich auch keine Gedanken darüber mach, dass eine solche Suche die Platten wecken würden, wenn sie denn schlafen würden.
root@dcscdd:~# find / -mount -cmin -5
/run
/var/lib
/var/lib/logrotate.status
/var/lib/diskutil
/var/lib/diskutil/diskutil.conn
/var/cache/samba/smbXsrv_session_global.tdb
/var/log
/var/log/partition.log
/var/log/router.log
/var/log/systemd/nginx.service.log
/var/log/iscsi.log
/var/log/kern.log
/var/log/synopkg.log
/var/log/bash_err.log
/var/log/synocrond.log
/var/log/synoscheduled.log
/var/log/synocontentextractd.log
/var/log/synoplugin.log.1.xz
/var/log/datascrubbing.log
/var/log/rm.log
/var/log/synoinstall.log
/var/log/auth.log
/var/log/synosnmpcd.log
/var/log/messages
/var/log/scemd.log
/var/log/disk.log
/var/log/synosystemd.log
/var/log/synoplugin.log
/var/log/boot-time-detail.log
/var/log/space_operation.log
/var/log/postgresql.log
/var/log/systemd.log
/var/log/apparmor.log
/var/log/synoschedmulti.log
/var/log/synolog
/var/log/synolog/.SYNOCONNDB
/var/log/synoscheduler.log
/var/log/nginx/error_default.log
/var/log/synoscgi.log
/var/log/synorelayd.log
/var/log/bash_history.log
/var/log/synoplugin.log.3.xz
/var/log/synoplugin.log.2.xz
/var/log/syslog.log
/var/tmp/nginx
/var/tmp/nginx/test
/var/tmp/nginx/test/main
/var/tmp/nginx/test/main/scgi_params
/var/tmp/nginx/test/main/nginx.conf.default
/var/tmp/nginx/test/main/fastcgi.conf
/var/tmp/nginx/test/main/koi-win
/var/tmp/nginx/test/main/fastcgi_params
/var/tmp/nginx/test/main/mime.types
/var/tmp/nginx/test/main/proxy.conf
/var/tmp/nginx/test/main/win-utf
/var/tmp/nginx/test/main/koi-utf
/var/tmp/nginx/test/main/uwsgi_params
/var/tmp/nginx/html/redirect.html
/usr/local/packages/@appdata/SMBService/log/synowstransfer.log
/usr/syno/share/certificate.d
/usr/syno/etc/security-profile/tls-profile
/usr/syno/etc/security-profile/tls-profile/datastore.json
/usr/syno/etc/security-profile/tls-profile/config
/usr/syno/etc/security-profile/tls-profile/config/dsm.conf
/usr/syno/etc/security-profile/tls-profile/config/system_quickconnect.conf
/usr/syno/etc/security-profile/tls-profile/services
/usr/syno/etc/security-profile/tls-profile/services/system_quickconnect.conf
/usr/syno/etc/security-profile/tls-profile/mustache
/usr/syno/etc/security-profile/tls-profile/mustache/system_quickconnect.mustache
/usr/syno/etc/private/credentials.sqlite
/usr/syno/etc/services.d
/usr/syno/etc/services.d/synow3.sc
/usr/syno/etc/synorelayd
/usr/syno/etc/synorelayd/services.conf
/usr/syno/etc/synorelayd/synorelayd.conf
/usr/syno/etc/certificate/_archive
/usr/syno/etc/certificate/_archive/SERVICES
/usr/syno/etc/certificate/_archive/INFO
/usr/syno/etc/certificate/system
/usr/syno/etc/certificate/system/quickconnect
/usr/syno/etc/certificate/system/quickconnect/ECC-fullchain.pem
/usr/syno/etc/certificate/system/quickconnect/ECC-cert.pem
/usr/syno/etc/certificate/system/quickconnect/RSA-fullchain.pem
/usr/syno/etc/certificate/system/quickconnect/ECC-privkey.pem
/usr/syno/etc/certificate/system/quickconnect/info
/usr/syno/etc/certificate/system/quickconnect/RSA-cert.pem
/usr/syno/etc/certificate/system/quickconnect/RSA-privkey.pem
/usr/syno/etc/www
/usr/syno/etc/www/nginx_config.json
/usr/syno/etc/www/DSM.json
/usr/syno/etc/firewall.d
/usr/syno/etc/firewall.d/2.json
/usr/syno/etc/firewall.d/1.json
/etc/nginx
/etc/nginx/nginx.conf
/tmp
root@kdkc:~#