-
Re: Help With getting higher than SMB1 on nsa320
Hm. Try http instead of https. Probably the old curl fails in doing a TLS handshake with a modern server. BTW, that repo only contains the latest version of MR. For the 3th party repository you shoul…1 -
Re: Remove an internal HDD of a NAS540 and install it on a external USB case
@ybaumbach : 'cat /proc/partitions' shows you the disks, their partitions and sizes. If that is not enough to distinguish the USB disk, you could look at the difference without and with the…2 -
Re: NSA310S - migrate to new HDD
The firmware is not designed for that. If you plug in a new disk, the configuration (which is stored in flash) will be partly lost, because it points to the previous volume. So the easiest way to get…1 -
Re: NSA325-v2 disc upgrade (2TB -> 4TB)
I'd use 'cp -a'. About checking, you can runfind /path/to/directory -type f -exec md5sum '{}' \; to generate md5sums of all files. That can be done in both source and target …1 -
Re: NSA325v1 - Alternative firmware
Yes. OpenWrt installs completely in NAND, and doesn't touch the disks. Further the raid array runs default software raid and ext3, for which OpenWrt has packages to support it. If you search the…2
Guru Member