Transfer errors when adding a samba share whilst copying files to another share

hello, using beryl7 - 4..9.0 - Network Storage application from GUI

  1. start to copy a set of files from laptop to usb drive plugged into beryl7.
  2. whilst the transfer continues, i create a new samba share.
  3. each time i create a new share, there are additional errors

is that how samba works or is this a glinet bug/issue?
thanks much, dave


using rclone

ERROR : EN11-0003.tibx: Failed to copy: write \\?\x:\EN11-0003.tibx.0def1f3e.partial: The system cannot find the file specified.
2026/07/26 18:18:40 NOTICE: EN11-0005.tibx.7d58769e.partial: Removing partially written file on error: write \\?\x:\EN11-0005.tibx.7d58769e.partial: The system cannot find the file specified.

ERROR : EN11-0005.tibx: Failed to copy: write \\?\x:\EN11-0005.tibx.7d58769e.partial: The system cannot find the file specified

using fastcopy

ReadFile(dst_digest2)(An unexpected network error occurred.59) : x:\EN11-0009.tibx
Verify dst read error in and it was renamed (.fc_verify_err) : x:\EN11-0009.tibx
ReadFile(dst_digest2)(An unexpected network error occurred.59) : x:\EN11-0010.tibx
Verify dst read error in and it was renamed (.fc_verify_err) : x:\EN11-0010.tibx
ReadFile(dst_digest2)(An unexpected network error occurred.59) : x:\EN11-0011.tibx
Verify dst read error in and it was renamed (.fc_verify_err) : x:\EN11-0011.tibx
ReadFile(dst_digest2)(An unexpected network error occurred.59) : x:\EN11-0012.tibx
Verify dst read error in and it was renamed (.fc_verify_err) : x:\EN11-0012.tibx
ReadFile(dst_digest2)(An unexpected network error occurred.59) : x:\EN11-0013.tibx
Verify dst read error in and it was renamed (.fc_verify_err) : x:\EN11-0013.tibx
ReadFile(dst_digest2)(An unexpected network error occurred.59) : x:\EN11-0014.tibx
Verify dst read error in and it was renamed (.fc_verify_err) : x:\EN11-0014.tibx
ReadFile(dst_digest2)(An unexpected network error occurred.59) : x:\EN11-0015.tibx
Verify dst read error in and it was renamed (.fc_verify_err) : x:\EN11-0015.tibx

Creating a new share will reload the samba service, afaik.
Which will cause an outage for a few milliseconds and lead to those issues.

1 Like

thanks for the reply

as i understand it, samba can reload the config without killing the samba service.
hard to imagine it working any other way.

https://unix.stackexchange.com/questions/104598/reloading-samba4s-smb-conf-without-restarting-the-service

https://serverfault.com/questions/976264/how-can-make-changes-to-my-smb-conf-file-go-live-without-a-reboot

now, that i know, i guess i can work around it. just have to be careful when creating shares.
hopefull, there is a plan to fix that issue/bug or at least, add a disclaimer to the GUI?