samba共享目录写入时报错

固件类型:官方提供的固件
固件文件名称:ROC-RK3568-PC_Debian10-r21156_v1.2.4a_220519
固件下载地址:百度网盘 请输入提取码
Log日志:ext4.zip

当在samba共享目录(16T大小分区ext4文件系统)中创建新目录时/var/log/samba/log.日志文件中报错:
[2022/06/16 22:43:23.484182, 0] ../source3/smbd/trans2.c:1518(unix_filetype)
unix_filetype: unknown filetype 0
[2022/06/16 22:43:23.484913, 0] ../source3/smbd/trans2.c:1518(unix_filetype)
unix_filetype: unknown filetype 0
[2022/06/16 22:43:23.485397, 0] ../source3/smbd/trans2.c:1518(unix_filetype)
unix_filetype: unknown filetype 0
[2022/06/16 22:43:23.485870, 0] ../source3/smbd/trans2.c:1518(unix_filetype)
unix_filetype: unknown filetype 0
[2022/06/16 22:43:23.503871, 0] ../source3/smbd/trans2.c:1518(unix_filetype)
unix_filetype: unknown filetype 0
[2022/06/16 22:43:23.504656, 0] ../source3/smbd/trans2.c:1518(unix_filetype)
unix_filetype: unknown filetype 0
[2022/06/16 22:43:23.505144, 0] ../source3/smbd/trans2.c:1518(unix_filetype)
unix_filetype: unknown filetype 0
[2022/06/16 22:43:23.505620, 0] ../source3/smbd/trans2.c:1518(unix_filetype)
unix_filetype: unknown filetype 0

tchip_askquestions
ext4.zip (290 Bytes)

用的是GPT分区。
难道要改用带GPT的那个旧版固件:ROC-RK3568-PC-DEBIAN10-GPT-20220209-1042?

应该是内核没有开启 CIFS 文件系统支持
需要在 kernel config 内打开并重新编译烧录内核