Hi,
I'm not sure if problem with NFS should go here or ot networking?
Configuration:
NFS Server: Synology Disk Station
NFS Client: FreeBSD 12.2 or 13.0 (tested on both)
Last tested configuration in /etc/fstab:
Problem Description:
When I'm trying to delete folder with a lot of files from Midnight Commander or from Moodle (using Apache with PHP) I'm getting error "Could not delete directory, it is not empty".
I tested different
I mounted the same resource in Ubuntu and I made the same test - folder was successfully deleted.
I have no idea what I can tune from client side.
From the server side I tested synchronus and asynchronus mode. The first one is much slower when writing files but problem with deletion is the same.
Regards,
Marcin
I'm not sure if problem with NFS should go here or ot networking?
Configuration:
NFS Server: Synology Disk Station
NFS Client: FreeBSD 12.2 or 13.0 (tested on both)
Last tested configuration in /etc/fstab:
Code:
ds_address:/volume1/test /mnt/ds_test nfs rw,rsize=131072,wsize=131072,noatime,intr,tcp,actimeo=1800,vers=3 0 0
Problem Description:
When I'm trying to delete folder with a lot of files from Midnight Commander or from Moodle (using Apache with PHP) I'm getting error "Could not delete directory, it is not empty".
I tested different
mount_nfs
options and I found a way for test: I'm copying admin folder moodle instalation to mounted NFS volume and then I'm trying to delete it from Midnight Commander. So far always with error 
I mounted the same resource in Ubuntu and I made the same test - folder was successfully deleted.
I have no idea what I can tune from client side.
From the server side I tested synchronus and asynchronus mode. The first one is much slower when writing files but problem with deletion is the same.
Regards,
Marcin