-
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 -
Re: Volume is down - what to do?
Yes, PhotoRec might work.Basically you have 4 options:* Try to recover the filesystem. * Try to recover the files. * Outsource the recovery. * Bin it. On 1: It is possible that the filesystem is stil…1 -
Re: Volume is down - what to do?
Yes. Although any decent filesystem repair tool will cease action on the first I/O error. That's where ddrescue is for. You copy the disk to another one, which doesn't have I/O errors. (I/O…1 -
Re: Plex for NAS326
Assuming such a folder exists, it should be somewhere in /i-data/sysvol/.PKG/PlexMediaServer/share/PlexMediaServer/Don't know how Plex plugins work, but if it are binaries, they should be compil…1
Guru Member