carloph wrote:Doubt: if I Shutdown the NAS, when I restart it, do I have to reload the StandaloneKernel from FVDW or now it is loaded by default ?
If you restart the nas you need to do all the previous steps (load the standalone kernel; load additional utility tools; assemble the raid and mount it).
Keep in mind that all your actions run on the memory and then are lost when you stop the nas
So according with your last post (please to use the BBcode "code" when you post such outputs, I edited your post), there is no change with your last lacie firmware version and you can use the trick to get a root shell access.
Download root-sshd.zip available in the topic:
https://plugout.net/viewtopic.php?f=26&t=1402&p=23486#p23486 and unzip the file in the folder tftp (where you have the '.org' files). You should have two new files : default.runlevel and sshd.i
You need now to upload them to replace the lacie files.
I assume you have a telnet access and the raid1 mounted on the folder /md1
- backup the current lacie files
- Code: Select all
cd /md1/etc/initng/runlevel
cp default.runlevel default.runlevel.org
cd /md1/etc/initng
cp sshd.i sshd.i.org
- upload the new files
- Code: Select all
cd /md1/etc/initng/runlevel
tftp -l default.runlevel -r default.runlevel -g ip-pc
(Please to note this time you use the flag 'g') ip-pc is still the laptop ip
- Code: Select all
cd /md1/etc/initng
tftp -l sshd.i -r sshd.i -g ip-pc
Then you can now restart the nas, do
- Code: Select all
reboot -f
Next step is to check if you succeed to get a shell access.
As you use Windows OS, you need to install Putty
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html(use installer package)
To open a ssh session, read this page
https://mediatemple.net/community/products/dv/204404604/using-ssh-in-putty-But:
- replace the default port '22' by '2222'
- do not use the nas name as host name but its static IP (not the ip set with fvdw-sl console)
Credentials are :
- login as: root
- password : the same as you use with the admin account to open the web-interface
That's all