ERROR [StorageTemplateService] Error: ENOTSUP: operation not supported on socket

I don't know how to fix this error. "Error: ENOTSUP: operation not supported on socket" I Updated to the Versionv1.52.0. and I started running STORAGE MIGRATION job. I am using Smba share for storing UPLOAD files /mnt/PhotoStorage : //192.168.0.100/PhotoStorage | cifs | Capacity: 34.6T | Used: 30.6T (89%)
2023-03-29T08:31:09.165710000Z [Nest] 1 - 03/29/2023, 8:31:09 AM ERROR [StorageTemplateService] Problem applying storage template
2023-03-29T08:31:09.166260000Z [Nest] 1 - 03/29/2023, 8:31:09 AM ERROR [StorageTemplateService] Error: ENOTSUP: operation not supported on socket, link 'upload/e1325c2f-4a44-4b7b-9c5e-af66e7b7203d/original/CLI/c63f841e-d3c8-42b0-af37-d4a07fcf4815.mp4' -> 'upload/library/e1325c2f-4a44-4b7b-9c5e-af66e7b7203d/2019/05/28/VID_20190528_101017.mp4'
2023-03-29T08:31:09.166724000Z [Nest] 1 - 03/29/2023, 8:31:09 AM ERROR [StorageTemplateService] Object:
2023-03-29T08:31:09.166843000Z {
2023-03-29T08:31:09.166908000Z "id": "ece4e45c-8fb6-4424-acb7-5954489e8ccb",
2023-03-29T08:31:09.166987000Z "source": "upload/e1325c2f-4a44-4b7b-9c5e-af66e7b7203d/original/CLI/c63f841e-d3c8-42b0-af37-d4a07fcf4815.mp4",
2023-03-29T08:31:09.167038000Z "destination": "upload/library/e1325c2f-4a44-4b7b-9c5e-af66e7b7203d/2019/05/28/VID_20190528_101017.mp4"
2023-03-29T08:31:09.167121000Z }
2023-03-29T08:31:09.165710000Z [Nest] 1 - 03/29/2023, 8:31:09 AM ERROR [StorageTemplateService] Problem applying storage template
2023-03-29T08:31:09.166260000Z [Nest] 1 - 03/29/2023, 8:31:09 AM ERROR [StorageTemplateService] Error: ENOTSUP: operation not supported on socket, link 'upload/e1325c2f-4a44-4b7b-9c5e-af66e7b7203d/original/CLI/c63f841e-d3c8-42b0-af37-d4a07fcf4815.mp4' -> 'upload/library/e1325c2f-4a44-4b7b-9c5e-af66e7b7203d/2019/05/28/VID_20190528_101017.mp4'
2023-03-29T08:31:09.166724000Z [Nest] 1 - 03/29/2023, 8:31:09 AM ERROR [StorageTemplateService] Object:
2023-03-29T08:31:09.166843000Z {
2023-03-29T08:31:09.166908000Z "id": "ece4e45c-8fb6-4424-acb7-5954489e8ccb",
2023-03-29T08:31:09.166987000Z "source": "upload/e1325c2f-4a44-4b7b-9c5e-af66e7b7203d/original/CLI/c63f841e-d3c8-42b0-af37-d4a07fcf4815.mp4",
2023-03-29T08:31:09.167038000Z "destination": "upload/library/e1325c2f-4a44-4b7b-9c5e-af66e7b7203d/2019/05/28/VID_20190528_101017.mp4"
2023-03-29T08:31:09.167121000Z }
3 Replies
bo0tzz
bo0tzz3y ago
Super User
can we use unix hardlinks on a mounted windows share?
The ln command can create hard links on the mounted Windows share, but cp -al fails. Is this expected behaviour? I'm trying to save disk space by creating a copy on write style backups using cowdan...
YoungOne
YoungOneOP3y ago
I have enabled within windwos 10 pro SMB 1.0 I did
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
named it "EnableUnixExtensions" placed a value to 1 But this didn't work I have tried to find the
smb.conf
smb.conf
within windows, but no luck is there a way to go around this problem ?
operation not supported on socket
operation not supported on socket
I have Hyper V installed on windows 10 pro, on VM I have installed Dietpi linux distro, I guess another way would be just pass though whole drive to it, to the VM
bo0tzz
bo0tzz3y ago
I don't know anything about windows servers so you're on your own there. Using nfs or a drive directly would be another way yeah

Did you find this page helpful?