From your terminal:
ssh [email protected]
The password is raspberry.
Your want to create the directory in /media/storage
:
sudo mkdir /media/storage/directoryname
It will ask for the password again.
From your terminal:
ssh [email protected]
The password is raspberry.
Your want to create the directory in /media/storage
:
sudo mkdir /media/storage/directoryname
It will ask for the password again.
To delete a directory:
sudo rm -r /path/to/directory
Be careful not to sudo rm -r /
because you will delete everything in your Raspberry Pi.
To find out the IP address of your Pi, you will need to go to the router and check the connected computers. The interface will be different depending on the router, but typically, you open http://192.168.0.1
or http://192.168.1.1
.