Given the following configuration:
- server with samba version 4.7.6-ubuntu
- client mounts a samba share using
mount -t cifs
If a du -h /shared/filename
command is executed on the client, will the client need to fetch the entire file from the server to determine its file size? What about du --apparent-size
? What about a simple ls -lR
operation?