Problem: NTFS share drive cannot access.
Info from my ubuntu: "You do not have the permissions necessary to view the contents of usb-128gb on 192.168.xx.xx".
If the drive using Fat32 or Ext4 formats, works no problem.
The same NTFS drive works fine on a Samba4 router.
I have installed ntfs-3gntfs-3g-utilskmod-fs-ntfs .
And all settings did not set the security for any permissions and authentications.
How to fix/debug on this NTFS drive problem, thanks.
BusyBox v1.35.0 (2022-10-26 07:59:38 UTC) built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt SNAPSHOT, r21112-eb456aedfe
-----------------------------------------------------
root@Xiaomi-MIR3:~#
root@Xiaomi-MIR3:~# chmod -R 777 /mnt/sda1
chmod: /mnt/sda1: Read-only file system
chmod: /mnt/sda1: Read-only file system
root@Xiaomi-MIR3:~#
Is it normal that if an USB3 SSD is connected to the USB3 port (in my case to R7800 USB3 port) the router CPU load can be almost 100% during high speed transfers (copy/paste) from/to the SSD. There were several reboots too. Check this post.
With an SSD attached, you have (effectively) no 'natural' speed limit on the storage backend, so the SOC will drive USB3 to its maximum speed. That alone can tax the CPU pretty hard, but in practice all reads/ writes also come over the network and some remote filesystem (most commonly samba, maybe nfs or sshfs/ sftp/ scp), bumping CPU requirements even more than that.
That depends on what you mean exactly, yes ntfs-3g would have a significantly higher CPU overhead (and many context switches, really hurting performance) than ext3/ ext4 (or mainline's ntfs3), but that's transparent to the cifs client over the network.
Well the filesystem used on the USB attached storeage, in this case it looks to be either exFAT or F2FS, does make a big difference afaik to the router's CPU load.
Maybe it's just a ksmbd problem on kernel 5.10, I would suggest to try samba and or ext4.
This package has been very helpful for my router with 8MB flash where samba4 libs are just huge.. Everything works great but I see this error,
Sat Dec 31 22:51:30 2022 kern.err kernel: [ 1095.273039] ksmbd: Unsupported RPC: svcctl
Sat Dec 31 22:51:30 2022 kern.err kernel: [ 1095.277289] ksmbd: Unable to open RPC pipe: -22
Also, during streaming every now and then there is a pause but it continues automatically. What are these errors denote?