NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Govnah
Jan 18, 2017Aspirant
Wiped my ReadyNAS and performed a Factory Reset and now System Root 100%
Wiped my ReadyNAS and performed a Factory Reset and now System Root 100%, running latest GA firmware 6.6.1... /dev/md0 4190208 3846172 644 100% / The only thing that chnaged on my RN516 is I ...
Govnah
Jan 18, 2017Aspirant
Stephen, thank for the reply. I will attempt to move the files anc create the soft links, that may be above my Linux expertise but I will try - I do have SSH access and have basic understanding of Linux. Any Linux consultatnts I could compensate to assist if needed :)?
Thanks
StephenB
Jan 18, 2017Guru - Experienced User
The soft links (sometimes called symlinks or symbolic links) are created with the ln command.
For instance if you move a folder called foldername from /var to /apps, you'd then create the link in /var with
ln -s /apps/foldername /var/foldername
There is more info on the ln command here: http://www.computerhope.com/unix/uln.htm
- GovnahJan 18, 2017Aspirant
Also, I assume I would use the mv command, for example mv -r -f /opt/Roonserver /apps and mv -f -r /var/roon to /apps. The crete the link, ln -s /apps/var/rooon /opt/Roonserver and ln -s /apps/roon /var/roon ?
Thanks Again!
- StephenBJan 18, 2017Guru - Experienced User
Govnah wrote:
Also, I assume I would use the mv command, for example mv -r -f /opt/Roonserver /apps and mv -f -r /var/roon to /apps. The crete the link, ln -s /apps/var/rooon /opt/Roonserver and ln -s /apps/roon /var/roon ?
Exactly (though I think you meant ln -s /apps/Roonserver /opt/Roonserver). You could of course use cp and then rm instead of mv.
I'd use a parent folder in /apps to keep everything together - maybe /apps/roon/roon and /apps/roon/Roonserver.
- GovnahJan 18, 2017Aspirant
Will do and report back. Hopefully this will help others wanting to run RoonServer on the ReadyNAS.
Thanks!
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!