4.2.43
Using ios 18 files to access SMB, but showing read-only. Tried searching internet and found a solution by adding "vfs objects = streams_xattr".
However, whenever I edited the /etc/samba/smb.conf file, saved it, and reboot the services. The new line I added will be overwritten.
Whats the correct way to enable vfs_streams_xattr ?
========================================================
Update:
tried to use the smb-extends.conf and it seems not being overwritten. However, streams_xattr seems not working properly
Code: Select all
[2025/03/24 22:44:36.617478, 0] ../lib/util/modules.c:48(load_module)
Error loading module '/work/rtk/NVR_18/build_dir/target-aarch64_cortex-a53+neon_glibc-2.19/samba-4.4.13/bin/modules/vfs/streams_xattr.so': /work/rtk/NVR_18/build_dir/target-aarch64_cortex-a53+neon_glibc-2.19/samba-4.4.13/bin/modules/vfs/streams_xattr.so: cannot open shared object file: No such file or directory
[2025/03/24 22:44:36.617542, 0] ../source3/smbd/vfs.c:186(vfs_init_custom)
error probing vfs module 'streams_xattr': NT_STATUS_UNSUCCESSFUL
[2025/03/24 22:44:36.617604, 0] ../source3/smbd/vfs.c:351(smbd_vfs_init)
smbd_vfs_init: vfs_init_custom failed for streams_xattr
[2025/03/24 22:44:36.617652, 0] ../source3/smbd/service.c:579(make_connection_snum)
vfs_init failed for service IPC$


