toolboc / psx-pi-smbshare

A swiss army knife for enhancing classic game consoles with Raspberry Pi
387 stars 34 forks source link

Fixing incredibly slow SMB transfer speeds to USB Flashdrive? #58

Open megacorvega opened 1 year ago

megacorvega commented 1 year ago

I have a 128gb NTFS Flash drive attached to one of the USB 2.0 Slots on my Pi 4. When copying .iso files to the SMB share, I'm getting extremely slow (~70 kbps) transfer speeds.

The only remedy I've found so far is to remove the --sync option from the automount.sh script in /usr/local/bin/

I realize this requires a umount command in order to safely remove the drive once sync is removed, but is there an option to keep sync while increasing transfer speeds of large files?