赞
踩
1:问题描述.
openwrt 网络共享上传文件时,出现上传不了大的件,而且上传时比较非常慢。
2:解决方法一,修改samba的源代码。
修改build_dir/target-aarch64_cortex-a53_musl/samba-4.14.12/source3/modules/vfs_default.c
如下所示:
Samba-3.6.11版本不一样,可能修改的地不一致。
2:解决方法二,修改内核的源代码。
将LINUX kernel的ftruncate函数实现修改一下:\linux-3.14\fs\fat\file.c 中函数fat_setattr
if (attr->ia_valid & ATTR_SIZE) {
if (attr->ia_size > inode->i_size) {//if current size grenter than old size,extend it
// if we allow this, fat ftrunc
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。