If you only want to use it connected to the Vero (and shared via SMB to other devices) than use ext4 as format.
If you from time to time also physically want to connect it to a windows machine than use exFAT.
I assume that is your internet connection and not the Wifi speed in your LAN, or? If it is your wifi speed than that would explain the slow speed.
The /home/osmc/ folder is on the emmc and is shared and accesiable via samba.
But to test the speed from the emmc to the USB drive directly you would need to ssh into the Vero and transfer the file manually.
These internet connection speeds have nothing to do with the speed between two devices that are in the same location. The speed between your devices on the local LAN is what is important. You can check speeds on the LAN with something like iperf3 (forum search will be useful to find examples.)
I will try that iperf3 thing if i manage to find a decent guide, iām a Linux noob.
But i really donāt think that is the issue here. I have a rpi3 and updates on it are blazing fast.
On the Vero updates over SSH take 2/3 minutes.
So somehow connecivity to the Vero is really slow.
Also the internal memory of the Vero is hidden, have to do āls -aā to See the drive structure, and my backups also fail to the HDD saying there is not enough space (over 2Tb free).
So my guess it has something to do with permissions.
Iāve read this thread from top to bottom and I canāt even figure out if youāre using WiFi or wired or if this is a Vero 4K or a 4K plus. To provide a bit more clarity can you please run grab-logs -A from the command line (with the HDD attached) and let us know the URL.
thx dillthedog for looking into that enormous log file
what might be the issue to cause the vero to connect 2 times to the router? i have a static ip address for the vero
i will look into the iperf3 thing, and let you know later
as for the 800MB file, i did what you asked and this was the result:
100+0 records in
100+0 records out
838860800 bytes (839 MB, 800 MiB) copied, 181.388 s, 4.6 MB/s
real 3m5.427s
user 0m0.000s
sys 2m55.550s
when i connect the HDD directly to the usb 3.0 port on my PC i get speeds of over 100Mb/s.
EDIT: the iperf3 test does not work. i installed iperf3 on my android phone, enabled the server, but the vero says it canāt connect to the server.
canāt install it on my windows PC since there are only 2 files inside the downloaded folder, that donāt to anything. i double click on iperf3.exe and try to connect but get the response: canāt connect to server. connection timed out
I made a mistake with the command I gave and overestimated the speed of /dev/urandom.
Try it again with /dev/zero:
time dd if=/dev/zero of="/media/Seagate Backup Plus Drive/zzz.tmp" bs=8M count=100 oflag=direct
If youāre having iperf3 problems, Iād suggest that you try using OSMC as the iperf3 server and the PC, which I assume is running a version of Windows, as the client.
will try the new command and using the Vero as the Server once i get home.
Any clue on why the Vero has to connect 2 times to the Router or why it says that there is no space for a Backup (over 2Tb still available on the HDD)?
Before I comment on the iperf3 figures, could you confirm that they are with the Vero4K+ as the server? And what was the client: a wired Windows PC, or something else?
The disk write is faster than I was expecting, so I donāt think the NTFS overhead is an issue in this case.
You also mention a space problem with a backup. Unfortunately, I can see no details of the backup mentioned in this thread but I would assume that it is being written to a location with little space.
I can confirm that the Vero ist connected to the Router with a cable. The device to test iperf3 was my Android phone.
Why?
First because the supposed Installation files for iperf3 on Windows are an exe file which does nothing when i double click on it, and a DLL file.
And second because on my Phone i can also only transfer files at 2,90mb/s max to my vero, as it happens on the windows PC.
I can also confirm that i did both commands as told in the instruction link you send me: one Vero as Server, the other the Phone.
As for the backup:
I specified my backup folder on the HDD which has 2Tb space available. Space is really not the issue hereā¦ I could execute a manual backup for you to See the error on the log.
You need to run it from the terminal / command line (cmd.exe). Make sure the exe and dll are in the same directory, cd to that directory and run it like you would in Linux.
Iāll see if I can see anything in the log about the backup problem.