-
Re: Help With getting higher than SMB1 on nsa320
If MetaRepository is running, there should be a files \\<NAS>\admin\zy-pkgs\web_prefix, containing http://localhost:<some_port>/. If that file isn't there, restarting of MR might hel…1 -
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
Guru Member