Accesing HDD on Pi from Laptop

Hi!
Not sure if this is possible without creating a NAS system, but is it possible to access the contents so I can read/write from an external HDD that’s plugged into the Pi with Volumio? I can view the beginnings of the directory with my macbook but says I’ve no rights to this as attached.
Would be awesome to simply send files to it instead of unplugging and updating that way.

Cheers,
Jamie
Screen Shot 2018-01-05 at 19.45.12.png

Yes it is using SMB protocol. You might have to change SMB settings via terminal console or SSH. Have any experience in those?

Sent from my iPhone using Tapatalk Pro

Ahh thats great! Unfortunately not, this is all a bit new to me, if there’s somewhere you can point me to that would be awesome.
cheers!

If you have another Linux desktop computer you could directly read the pi’s SD card to access the necessary file and change it accordingly.

Otherwise If you have an hdmi screen to connect the pi as well as usb keyboard and mouse, it might be easier that way. This will give you direct access to the terminal that will allow you to browse the file system and do some other stuff as well.

Else, the cases above do not apply, on windows you’ll have to download putty to access the pi via ssh, on Mac and Linux you already have a terminal included that you can use.

Googling about ssh and Comand line terminal/interface should give you some basics to understand what it is and how to start using it.

I’ll try to post more details once I have the time to access my pi.

Edit: Also, in the mean time, try searching the forums for similar issue that might have been solved already.

Cool, ill try and get a screen, keyboard & mouse hooked up later on. Cheers :slight_smile: