pmeerw's blog

Apr 2022

Fri, 29 Apr 2022

Example IP address 123.456...

Android has interesting expectations for an IP address...
Android screenshot

Each of the four octets should be 0 to 255 (last the I checked). :-)

posted at: 13:27 | path: /rant | permanent link

Thu, 21 Apr 2022

How to get data off a RAID1 disk in a (Zyxel) NAS?

Summarizing from StackExchange: Use mdadm to assemble a one-drive array from a Zyxel NAS (e.g. NSA325-v2), then mount:

sudo mdadm --assemble --readonly --force /dev/md9 /dev/sdx2
sudo mount /dev/md9 /mnt

posted at: 20:57 | path: /configuration | permanent link

Made with PyBlosxom