caporeira
Posts: 73
Joined: Sun Aug 25, 2013 5:58 pm

LAN mounting issue

Sat Jan 09, 2016 11:59 pm

I have Raspbian on my RPi2 and I want to mount hard drive from my linux sat receiver.

Manual mounting is working:
sudo mount -t cifs -o username=root,password= //192.168.1.105/Harddisk /media/solo4k

But automatic mounting not working:
sudo nano /etc/fstab
//192.168.1.105/Harddisk /media/solo4k cifs username=root,password= 0 0

What I'm doing wrong ?

And second issue. When I'm trying download file from JDwonloader to /media/solo4k/JDownloader folder I have message "invalid download directory"

Access permission problem ?

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: LAN mounting issue

Sun Jan 10, 2016 2:00 am

Does your Sat receiver do NFS as well as CIFS?

If it does, then that's much easier to use with Linux servers and Linux clients.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

caporeira
Posts: 73
Joined: Sun Aug 25, 2013 5:58 pm

Re: LAN mounting issue

Mon Jan 11, 2016 7:16 pm

Yes, hi has as well NFS.

Can you tell me how to do that on raspberry ?

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: LAN mounting issue

Tue Jan 12, 2016 5:39 pm

sudo apt-get install nfs* rpcbind
Then read http://www.tldp.org/HOWTO/NFS-HOWTO/client.html
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.


Return to “Beginners”