Netgear ReadyNAS Ultra 2: Difference between revisions

From Edgar BV Wiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
= Rsync backups =
= Rsync backups =
[[Netgear ReadyNas Ultra setup for rsync to Synology]]
[[Synology#Netgear ReadyNas Ultra setup for rsync to Synology]]
 
= ssh =
username root / adminpw
 
= Upgrading to use SMB 2 for windows use =
By default the Radiator 4 uses smb v1, which Windows 10 disables. You can enable smb v2:
[https://community.netgear.com/t5/Using-your-ReadyNAS-in-Business/Enable-SMB-2-on-ReadyNas-x86-v4-2-31/m-p/1455830#M139865]
[https://community.netgear.com/t5/Using-your-ReadyNAS-in-Business/How-to-modify-samba-config-with-raidiator-4-2-31/m-p/1845347]
 
vi /etc/frontview/samba/addons/addons.conf
<pre>
[global]
min protocol = SMB2
max protocol = SMB2
</pre>
 
(/etc/samba/smb.conf is generated so changes there will be overwritten)


= Updgrading from RAIDiator 4 to 6 =
= Updgrading from RAIDiator 4 to 6 =
Line 6: Line 23:


* Update the BIOS to the latest version
* Update the BIOS to the latest version
[https://community.netgear.com/t5/ReadyNAS-Storage-Apps-Current/ReadyNAS-OS-6-9-3-Run-on-existing-x86-4-2-notsupported/m-p/905258#M11113 firwmare files]
[https://community.netgear.com/t5/ReadyNAS-Storage-Apps-Old-Legacy/I-have-a-question-about-update-legacy-device-pro-4-to-OS6/m-p/1692964#M15290 basic instructions]
Basic instructions for the conversion itself itself are
    BACKUP, BACKUP, BACKUP
    Upload PREPR4TOR6_0.1-x86.bin as an add-on using the ReadyNAS web gui, but do not reboot afterwards (avoids the need to do manual factory resets)
    Upload R4toR6_6.9.4.bin using the ReadyNAS web gui firmware update
    After you upload the addon/firmware and reboot, it will update the firmware and start a factory default.
[https://blah.cloud/just-for-fun/upgrading-a-legacy-readynas-from-raidiator-4-2-x-to-6-2-x/ detailed instructions]

Latest revision as of 13:35, 17 September 2020

Rsync backups

Synology#Netgear ReadyNas Ultra setup for rsync to Synology

ssh

username root / adminpw

Upgrading to use SMB 2 for windows use

By default the Radiator 4 uses smb v1, which Windows 10 disables. You can enable smb v2: [1] [2]

vi /etc/frontview/samba/addons/addons.conf

[global]
 min protocol = SMB2
 max protocol = SMB2

(/etc/samba/smb.conf is generated so changes there will be overwritten)

Updgrading from RAIDiator 4 to 6

Also known as upgrading from OS4 to OS6

  • Update the BIOS to the latest version

firwmare files basic instructions

Basic instructions for the conversion itself itself are

   BACKUP, BACKUP, BACKUP
   Upload PREPR4TOR6_0.1-x86.bin as an add-on using the ReadyNAS web gui, but do not reboot afterwards (avoids the need to do manual factory resets)
   Upload R4toR6_6.9.4.bin using the ReadyNAS web gui firmware update
   After you upload the addon/firmware and reboot, it will update the firmware and start a factory default. 

detailed instructions