NFS - Connecting Pi with Laptop
#16
whole Videos folder in Home.
andrej@ThinkPad:~/Videos

There are several folders in Videos that I want to be shared:

andrej@ThinkPad:~/Videos$ ls
Movies new-no subtitles Seen-good Series Shaun - The Sheep Zora.avi


I mounted Videos folder into /export/users so when I go to /export/users I access all folders in Videos folder
Reply
#17
(2016-02-07, 12:36)slonnik Wrote: whole Videos folder in Home.
andrej@ThinkPad:~/Videos

There are several folders in Videos that I want to be shared:

andrej@ThinkPad:~/Videos$ ls
Movies new-no subtitles Seen-good Series Shaun - The Sheep Zora.avi


I mounted Videos folder into /export/users so when I go to /export/users I access all folders in Videos folder

So on that basis your /etc/exports should read like this...

Code:
/home/andrej/Videos 192.168.100.0/24(rw,nohide,insecure,no_subtree_check,async)
HTPCs: 2 x Chromecast with Google TV
Audio: Pioneer VSX-819HK & S-HS 100 5.1 Speakers
Server: HP Compaq Pro 6300, 4GB RAM, 8.75TB, Bodhi Linux 5.x, NFS, MySQL
Reply
#18
I copied it to /etc/exports
restarted server and there is no change. I cannot get Pi connect to that server

When I go to file manager and "add source" a browse for NFS and there is nothing. When I manually type server IP address I receive comment that it cannot be connected

I'm desperate here. I do not know why it does not work
Reply
#19
Guessing here. Are you using UFW?
HTPCs: 2 x Chromecast with Google TV
Audio: Pioneer VSX-819HK & S-HS 100 5.1 Speakers
Server: HP Compaq Pro 6300, 4GB RAM, 8.75TB, Bodhi Linux 5.x, NFS, MySQL
Reply
#20
(2016-02-07, 17:16)speedwell68 Wrote: Guessing here. Are you using UFW?
What is UFW?
Reply
#21
(2016-02-07, 20:41)slonnik Wrote:
(2016-02-07, 17:16)speedwell68 Wrote: Guessing here. Are you using UFW?
What is UFW?

Uncomplicated Firewall, it is installed by default in Ubuntu.

If you are unsure if it is on or not run this command in the terminal...

Code:
sudo ufw status verbose
HTPCs: 2 x Chromecast with Google TV
Audio: Pioneer VSX-819HK & S-HS 100 5.1 Speakers
Server: HP Compaq Pro 6300, 4GB RAM, 8.75TB, Bodhi Linux 5.x, NFS, MySQL
Reply
#22
(2016-02-07, 20:45)speedwell68 Wrote:
(2016-02-07, 20:41)slonnik Wrote:
(2016-02-07, 17:16)speedwell68 Wrote: Guessing here. Are you using UFW?
What is UFW?

Uncomplicated Firewall, it is installed by default in Ubuntu.

If you are unsure if it is on or not run this command in the terminal...

Code:
sudo ufw status verbose

bingo :-)
I turned it off and it worked.
I love you Speedwell68

If I only know how to keep it active and be able to connect from the pi
Reply
#23
I run Xubuntu on my PCs and whilst it is installed by default you have to enable it manually. On full fat Ubuntu it is enabled by default. TBH I don't bother with it as I have an equally good firewall on my router. If you do decide to run it this command 'should' allow NFS over your network...

Code:
sudo ufw allow from 192.168.100.0/24 to any port 2049

Anyway I'm glad it is now working for you. It was just a hunch I had this afternoon.
HTPCs: 2 x Chromecast with Google TV
Audio: Pioneer VSX-819HK & S-HS 100 5.1 Speakers
Server: HP Compaq Pro 6300, 4GB RAM, 8.75TB, Bodhi Linux 5.x, NFS, MySQL
Reply

Logout Mark Read Team Forum Stats Members Help
NFS - Connecting Pi with Laptop0