henri_007
Posts: 12
Joined: Wed Feb 10, 2016 9:27 pm

Mount hard drive connected to router?

Wed Feb 10, 2016 9:32 pm

I have rpi 2 and using raspberian. I want to mount a eksternal hard disc connected to router. I'm tried to change etc/fstab
Picture:

http://i.imgur.com/gy9LZLQ.png

and I get this message:

http://i.imgur.com/U8Af8b7.png

Trough file manager I see that network drive

http://i.imgur.com/zaAZlPc.png

what I am doing wrong? Please help me....
Thank you!

DirkS
Posts: 10363
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: Mount hard drive connected to router?

Thu Feb 11, 2016 7:54 am

In the file manager you use //SERVER/etcetera, but in fstab you use //<ipaddress>/SERVER/etcetera

Use either the IP address OR the server name in fstab.
Since using the name works I would use this in fstab:

Code: Select all

//SERVER/storage...

henri_007
Posts: 12
Joined: Wed Feb 10, 2016 9:27 pm

Re: Mount hard drive connected to router?

Mon Feb 15, 2016 6:14 pm

Thank you!!!!
It work now!!

Return to “Troubleshooting”