How can I open a terminal window so I can mount my NAS? I have not tried logging in using ssh yet - would that be the preferred method? If so - what are the credentials?
Hey Robert,
<ctrl>+t <ctrl>+c. This gives you a terminal window as user “pi”. To run commands as root (the superuser), precede them with the command “sudo”.
Or, to open an interactive shell as root, type:
sudo -i
ssh user: bbmc
password: onefinity
3 Likes
You can also change the UID and password from the user interface as well (settings->network).
-Tom