vinser Posted March 4, 2020 Posted March 4, 2020 (edited) Armbianmonitor: http://ix.io/2dnm%20;%20http://ix.io/2dnU%20;%20%20http://ix.io/2dnH Hi, On Odroid HC1 512GB SSD with Armbian_20.02.1_Odroidxu4_stretch_legacy_4.14.170 I've got great SSD SATA samba write speed - 110 MB/s! But I have poor only 35MB/s on Armbian_20.02.1_Odroidxu4_buster_current_5.4.19_minimal With Armbian_20.02.1_Odroidxu4_bullseye_current_5.4.19 I have the same poor 35MB/s speed. I've done three identical installations using my checklist: Spoiler #Armbian install on Odroid HC1 # Flash Armbian_<>.img #Upgrade apt update apt upgrade #Move rootfs to SSD # Make rootfs partition fdisk /dev/sda # Make filesystems mkfs.ext4 /dev/sda1 mkfs.ext4 /dev/sda2 # Mount it to specific directory to use your SSD. # Make new directories for SSD. mkdir -p /media/system mkdir -p /media/data # Use /media/systemdrive as a root partition, and /media/data as a data partition. mount /dev/sda1 /media/system mount /dev/sda2 /media/data # Check if it is mounted properly. df -h # /boot/armbianEnv.txt #--- board_name=hc1 rootdev=UUID=559245cc-c0b4-4f7d-a128-99d78f13c215 rootfstype=ext4 verbosity=1 #--- 9b1636f3-67e4-4324-b080-678263b5e3bb # /etc/fstab #--- #UUID=289c15a6-61a0-405f-b66e-6b7b13c350ef / ext4 defaults,noatime,nodiratime,commit=600,errors=remount-ro 0 1 tmpfs /tmp tmpfs defaults,nosuid 0 0 /dev/sda1 / ext4 defaults,noatime 0 1 /dev/sda2 /media/data ext4 defaults 0 2 #--- # Copy a root partition rsync -axv / /media/system # Check rootfs mount piont reboot lsblk -f #Install Cockpit apt-get install cockpit cockpit-networkmanager cockpit-dashboard cockpit-storaged cockpit-packagekit cockpit-docker Change hostname #Install samba apt install samba systemctl status smbd - test deamon cp /etc/samba/smb.conf /etc/samba/smb-default.conf # Insert in /etc/samba/smb.conf #--- [data] comment = No limits here. path = /media/data guest ok = yes browseable = yes writable = yes create mask = 0644 directory mask = 0755 force user = publicshare #--- adduser --system publicshare chown publicshare /media/data I think something wrong with 5.4.19 kernel builds. I need to move forward and begin to install apps, but I'm stuck in this testing loop :) Any advice would be appreciated. Edited March 4, 2020 by vinser clarification of the Topic
Igor Posted March 5, 2020 Posted March 5, 2020 17 hours ago, vinser said: I think something wrong with 5.4.19 kernel builds. We needed months to hopefully make it stable and usable which you obviously didn't even notice. 17 hours ago, vinser said: I need to move forward https://github.com/armbian/build#support 17 hours ago, vinser said: Any advice would be appreciated. https://github.com/armbian/build#contributehttps://github.com/armbian/build#social 1
vinser Posted March 5, 2020 Author Posted March 5, 2020 5 hours ago, Igor said: We needed months to hopefully make it stable and usable which you obviously didn't even notice. Igor, I really appreciate the work of software developers, as I myself do it as far as my abilities and capabilities are. I did not want to offend anyone. I just wanted to report the results based on the tests I did and I hoped to get a bit info about that I couldn’t find on the forum. I didn’t register an issue on github but wrote it there. Isn't this a support forum? By the way I've finished with Armbian_20.02.1_Odroidxu4_buster_legacy_4.14.170 just now and as expected it works well - 100 - 110MB/s transfer speed from Windows 10 PC to HC1 sumba share Kind regards
Igor Posted March 5, 2020 Posted March 5, 2020 5 hours ago, vinser said: I hoped to get a bit info about that I couldn’t find on the forum. Use (old) kernel builds that are much more tested. If the answer is not on the internet its clarifying is usually related with high costs (many things is unknown or changing fast) which is why such support is almost never available to end users. 4 hours ago, vinser said: didn’t register an issue on github but wrote it there. Isn't this a support forum? Since your are obviously new, I only asked you to check our support term first:https://github.com/armbian/build#support 5 hours ago, vinser said: By the way I've finished with Armbian_20.02.1_Odroidxu4_buster Good choice. Modern kernel is getting better, but can't tell you when "everything" will work.
Recommended Posts