| CPU | Intel(R) N100 |
|---|---|
| RAM | 8 Gb |
| SSD | 32 Gb |
| Ethernet | Intel Corporation Ethernet Controller I226-V |
| Video | Intel Corporation Alder Lake-N [UHD Graphics] |
Puntando il browser sull'indirizzo IP assunto dal NAS si trova una procedura di configurazione iniziale:
Sulla porta HDMI si trova un'interfaccia in cinese con il titolo Ridroduzione diretta HDMI, il menu
Le note dicono:
Dalla schermata grafica del video player è possibile digitare Ctrl+Alt+F1 per accedere al terminale VT1 ed effettuare login come root con password ugreen.
Il sistema operativo è basato su Debian 12 Bookworm, se si collega la porta Ethernet ad una LAN con server DHCP l'interfaccia verrà configurata automaticamente. Per abilitare l'accesso via SSH da remoto è sufficiente aggiungere l'opzione PermitRootLogin yes ad un file /etc/ssh/sshd_config.d/00-local.conf e riavviare il servizio con systemctl restart ssh.
Ecco alcuni output per capire come si presenta il sistema:
root@DXP2800-C059:~# mount | grep mmcb /dev/mmcblk0p2 on /rom type squashfs (ro,relatime,errors=continue) /dev/mmcblk0p6 on /ugreen type ext4 (rw,relatime) /dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro) /dev/mmcblk0p7 on /overlay type ext4 (rw,relatime) /dev/mmcblk0p3 on /mnt/factory type ext4 (rw,relatime)
root@DXP2800-C059:~# df -h | grep mmcblk | sort /dev/mmcblk0p1 256M 66M 190M 26% /boot /dev/mmcblk0p2 930M 930M 0 100% /rom /dev/mmcblk0p3 8.6M 31K 7.8M 1% /mnt/factory /dev/mmcblk0p6 3.9G 2.4G 1.4G 64% /ugreen /dev/mmcblk0p7 19G 180M 18G 2% /overlay
root@DXP2800-C059:~# parted /dev/mmcblk0 GNU Parted 3.5 Using /dev/mmcblk0 Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) print Model: MMC MMC32G (sd/mmc) Disk /dev/mmcblk0: 31.3GB Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags: Number Start End Size File system Name Flags 128 17.4kB 262kB 245kB bios_grub 1 262kB 269MB 268MB fat16 legacy_boot 2 269MB 2416MB 2147MB 3 2417MB 2427MB 10.5MB ext4 4 2427MB 4575MB 2147MB ext4 5 4575MB 6722MB 2147MB linux-swap(v1) 6 6722MB 11.0GB 4295MB ext4 7 11.0GB 31.3GB 20.3GB ext4
root@DXP2800-C059:~# free
total used free shared buff/cache available
Mem: 7870148 1036568 3841088 58448 3485060 6833580
Swap: 6029292 0 6029292