CWWK i5-1235U 6 port i226 report

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Arnavisca

New Member
May 14, 2023
9
0
1
turn off the internal sd-card reader.
it introduces 1-2% of io delay for no reason.

you can find it with lsblck
if you dont have any sata-drives in the system its most likely /dev/sda.
if there are sata drives in the system it will be something else.

..................


Thanks for the comprehensive answer. I blocked the sd card and I have 1-2% less.

I have only two vms - pfsense and hassio.

I still had high I/O. I only put one nvme drive in there. I/O is below 1%.


Can he ask about your configuration?

Topton, Cwwk?
What discs do you have?
 

beisser

Active Member
Mar 20, 2023
130
36
28
i have a topton unit with pentium 8505, so the smallest version.

it has 64GB noname china ram.

i have 1 1TB nvme drive (fanxiang s500pro noname consumer ssd) installed, which is formatted as xfs and is exclusively for my media data for my plex container.
i also have 2 enterprise sata ssd installed (2x intel s3610 1.6TB) which my proxmox boots from and which houses my zfs pools for the VM's.
there are also 2 USB-SSD's. 1 2TB crucial and 1 1TB noname china SSD.

1710789677994.png

the usb SSD's are passed through to my Server 2022 and are used as Backup Datastores for Veeam.

1710789711192.png

it also contains an intel b200 wifi7 card, which is passed through to a windows 11 vm for testing purposes.

1710789742279.png

here a current outside view of my janky homelab:

1710789319528.png

on top, the server with wifi, bluetooth usb drives and everything.
below a 10G/multigig switch.
left a low power proxmox backup server (old igel thin client, slow as hell, but only draws 7 watt under load).

and then my 2 nas (both running truenas), which store nothing but animated iso files of course ;)

1710789536949.png

they are just for long term storage and are only powered on, when i need to copy media to the miniserver for consumption.
 

Arnavisca

New Member
May 14, 2023
9
0
1
Very nice. Thanks for sharing.

I have a question.
How did you connect the 2x intel ssd disks to the topton?
 

beisser

Active Member
Mar 20, 2023
130
36
28
the unit has 2 sata ports on the mainboard and comes with 2 sata cables that fit those ports.

the ssds themselves dont both fit internally, so i placed them unter the computer.

here is a picture:

1710871291703.png
 

Arnavisca

New Member
May 14, 2023
9
0
1
sorry for bad english, google translate helps me...

do you mean this cable?


sata kabel topton2.jpg


the other thing is that you use zfs on cheap consumer ssds.
this will cause 2 things.
..................

Does this apply to zfs, zfs raid 1? Or does it apply to other filesystems as well?



I have one disk with btrfs. Is it a good choice?


One more question. Is it a good idea to plug one nvme drive and the other sata drive into raid1? They have a different interface and speed.
 

beisser

Active Member
Mar 20, 2023
130
36
28
yes i mean this cable.
the device should have 2 such cables included.
the issue is primarily visible with zfs, due to the nature of how it works.
on other filesystems such als lvm (with ext4) or btrfs or xfs this should be much less of a concern.

but be advised that in terms of data integrity no other filesystem can match zfs on a single node.

technically you can do a raid between nvme and sata.
its waste on the nvme disk though as it will likely wait for the sata disk most of the time.
 

Arnavisca

New Member
May 14, 2023
9
0
1
yes i mean this cable.
the device should have 2 such cables included.
the issue is primarily visible with zfs, due to the nature of how it works.
on other filesystems such als lvm (with ext4) or btrfs or xfs this should be much less of a concern.

but be advised that in terms of data integrity no other filesystem can match zfs on a single node.

technically you can do a raid between nvme and sata.
its waste on the nvme disk though as it will likely wait for the sata disk most of the time.

OK.

Is that command correct? I have this message:

Code:
root@delta:~# @reboot root /usr/bin/echo 1 > /sys/block/sda/device/delete 2>&1
-bash: /sys/block/sda/device/delete: No such file or directory

Code:
@reboot root /usr/bin/echo 1 > /sys/block/sda/device/delete 2>&1
 

beisser

Active Member
Mar 20, 2023
130
36
28
can you show me the output of lsblk?
the first command throws an error that sda doesnt exist.
or did you execute it twice to get the output for this forum?

otherwise the commands look ok.

if everything works correctly you should see the base io delay drop immediately my at least 1 %
 

Arnavisca

New Member
May 14, 2023
9
0
1
It works for me.



I made a mistake.

I entered this command
Code:
echo 1 > /sys/block/sda/device/delete
and then without reboot this command

Code:
@reboot root /usr/bin/echo 1 > /sys/block/sda/device/delete 2>&1
 

beisser

Active Member
Mar 20, 2023
130
36
28
the second one is not a command.
its a line you add to crontab.

use crontab -e and add the line (i assume you know how vi works?).
if you dont, you use the cursor keys to go where you want to add the line (it should be empty besides commented out lines), press "i" to insert, paste in the line, press "esc" to leave insert mode and then press ":wq!" without the quotes to save the crontab.

it will then automatically execute it on every reboot.

this is how my crontab looks:

Code:
# Edit this file to introduce tasks to be run by cron.
#
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task
#
# To define the time you can provide concrete values for
# minute (m), hour (h), day of month (dom), month (mon),
# and day of week (dow) or use '*' in these fields (for 'any').
#
# Notice that tasks will be started based on the cron's system
# daemon's notion of time and timezones.
#
# Output of the crontab jobs (including errors) is sent through
# email to the user the crontab file belongs to (unless redirected).
#
# For example, you can run a backup of all your user accounts
# at 5 a.m every week with:
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
#
# For more information see the manual pages of crontab(5) and cron(8)
#
# m h  dom mon dow   command
@reboot root /usr/bin/echo 1 > /sys/block/sdd/device/delete 2>&1
 
Last edited:

beisser

Active Member
Mar 20, 2023
130
36
28
i didnt. the pc runs fine with fta's modded bios. i see no need to upgrade if i dont have any issues.