Mount a NFS partition from a NAS server

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












We have a NAS server in the lab and I can reach it through the web interface at 192.168.1.100, and I have enabled NFS on the admin's panel.



enter image description here



After that I did



sudo aptitude install nfs-common
sudo mount -t nfs4 192.168.2.254:/gwas_data /media/thecus


Result:



mount.nfs4: Connection timed out


OS is Ubuntu 14.04. Any ideas?










share|improve this question














bumped to the homepage by Community♦ 6 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 1




    Tried replacing the IP address with your NAS's actual IP?
    – Mat
    Dec 11 '14 at 13:24










  • Possibly your firewall blocks the ports necessary for NFS (and maybe also rpcbind). Have a look at dmesg | tail right after trying the mount command.
    – Ned64
    Apr 28 '17 at 10:00














up vote
1
down vote

favorite












We have a NAS server in the lab and I can reach it through the web interface at 192.168.1.100, and I have enabled NFS on the admin's panel.



enter image description here



After that I did



sudo aptitude install nfs-common
sudo mount -t nfs4 192.168.2.254:/gwas_data /media/thecus


Result:



mount.nfs4: Connection timed out


OS is Ubuntu 14.04. Any ideas?










share|improve this question














bumped to the homepage by Community♦ 6 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 1




    Tried replacing the IP address with your NAS's actual IP?
    – Mat
    Dec 11 '14 at 13:24










  • Possibly your firewall blocks the ports necessary for NFS (and maybe also rpcbind). Have a look at dmesg | tail right after trying the mount command.
    – Ned64
    Apr 28 '17 at 10:00












up vote
1
down vote

favorite









up vote
1
down vote

favorite











We have a NAS server in the lab and I can reach it through the web interface at 192.168.1.100, and I have enabled NFS on the admin's panel.



enter image description here



After that I did



sudo aptitude install nfs-common
sudo mount -t nfs4 192.168.2.254:/gwas_data /media/thecus


Result:



mount.nfs4: Connection timed out


OS is Ubuntu 14.04. Any ideas?










share|improve this question













We have a NAS server in the lab and I can reach it through the web interface at 192.168.1.100, and I have enabled NFS on the admin's panel.



enter image description here



After that I did



sudo aptitude install nfs-common
sudo mount -t nfs4 192.168.2.254:/gwas_data /media/thecus


Result:



mount.nfs4: Connection timed out


OS is Ubuntu 14.04. Any ideas?







nfs nas






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 11 '14 at 13:23









qed

99341119




99341119





bumped to the homepage by Community♦ 6 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community♦ 6 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.









  • 1




    Tried replacing the IP address with your NAS's actual IP?
    – Mat
    Dec 11 '14 at 13:24










  • Possibly your firewall blocks the ports necessary for NFS (and maybe also rpcbind). Have a look at dmesg | tail right after trying the mount command.
    – Ned64
    Apr 28 '17 at 10:00












  • 1




    Tried replacing the IP address with your NAS's actual IP?
    – Mat
    Dec 11 '14 at 13:24










  • Possibly your firewall blocks the ports necessary for NFS (and maybe also rpcbind). Have a look at dmesg | tail right after trying the mount command.
    – Ned64
    Apr 28 '17 at 10:00







1




1




Tried replacing the IP address with your NAS's actual IP?
– Mat
Dec 11 '14 at 13:24




Tried replacing the IP address with your NAS's actual IP?
– Mat
Dec 11 '14 at 13:24












Possibly your firewall blocks the ports necessary for NFS (and maybe also rpcbind). Have a look at dmesg | tail right after trying the mount command.
– Ned64
Apr 28 '17 at 10:00




Possibly your firewall blocks the ports necessary for NFS (and maybe also rpcbind). Have a look at dmesg | tail right after trying the mount command.
– Ned64
Apr 28 '17 at 10:00










1 Answer
1






active

oldest

votes

















up vote
0
down vote













  1. Create a public folder (FMBData in this example)

  2. Click on NFS to share it

  3. Set the hostname to the IP of the linux machine (e.g. 192.168.1.111)

  4. On the linux machine, sudo apt-get install nfs-common, sudo mkdir /media/thecus, then sudo mount -t nfs4 192.168.1.100:FMBData /media/thecus. You can get the WAN IP of the server on the front screen.

Screenshots:



enter image description here



enter image description here






share|improve this answer






















  • Maybe you could detail which NAS this is for - there are several brands and firmware revisions and thiis question and answer is very specific.
    – Ned64
    Apr 28 '17 at 10:57










Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "",
contentPolicyHtml: "",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f173746%2fmount-a-nfs-partition-from-a-nas-server%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













  1. Create a public folder (FMBData in this example)

  2. Click on NFS to share it

  3. Set the hostname to the IP of the linux machine (e.g. 192.168.1.111)

  4. On the linux machine, sudo apt-get install nfs-common, sudo mkdir /media/thecus, then sudo mount -t nfs4 192.168.1.100:FMBData /media/thecus. You can get the WAN IP of the server on the front screen.

Screenshots:



enter image description here



enter image description here






share|improve this answer






















  • Maybe you could detail which NAS this is for - there are several brands and firmware revisions and thiis question and answer is very specific.
    – Ned64
    Apr 28 '17 at 10:57














up vote
0
down vote













  1. Create a public folder (FMBData in this example)

  2. Click on NFS to share it

  3. Set the hostname to the IP of the linux machine (e.g. 192.168.1.111)

  4. On the linux machine, sudo apt-get install nfs-common, sudo mkdir /media/thecus, then sudo mount -t nfs4 192.168.1.100:FMBData /media/thecus. You can get the WAN IP of the server on the front screen.

Screenshots:



enter image description here



enter image description here






share|improve this answer






















  • Maybe you could detail which NAS this is for - there are several brands and firmware revisions and thiis question and answer is very specific.
    – Ned64
    Apr 28 '17 at 10:57












up vote
0
down vote










up vote
0
down vote









  1. Create a public folder (FMBData in this example)

  2. Click on NFS to share it

  3. Set the hostname to the IP of the linux machine (e.g. 192.168.1.111)

  4. On the linux machine, sudo apt-get install nfs-common, sudo mkdir /media/thecus, then sudo mount -t nfs4 192.168.1.100:FMBData /media/thecus. You can get the WAN IP of the server on the front screen.

Screenshots:



enter image description here



enter image description here






share|improve this answer














  1. Create a public folder (FMBData in this example)

  2. Click on NFS to share it

  3. Set the hostname to the IP of the linux machine (e.g. 192.168.1.111)

  4. On the linux machine, sudo apt-get install nfs-common, sudo mkdir /media/thecus, then sudo mount -t nfs4 192.168.1.100:FMBData /media/thecus. You can get the WAN IP of the server on the front screen.

Screenshots:



enter image description here



enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 28 '17 at 9:35

























answered Dec 11 '14 at 13:54









qed

99341119




99341119











  • Maybe you could detail which NAS this is for - there are several brands and firmware revisions and thiis question and answer is very specific.
    – Ned64
    Apr 28 '17 at 10:57
















  • Maybe you could detail which NAS this is for - there are several brands and firmware revisions and thiis question and answer is very specific.
    – Ned64
    Apr 28 '17 at 10:57















Maybe you could detail which NAS this is for - there are several brands and firmware revisions and thiis question and answer is very specific.
– Ned64
Apr 28 '17 at 10:57




Maybe you could detail which NAS this is for - there are several brands and firmware revisions and thiis question and answer is very specific.
– Ned64
Apr 28 '17 at 10:57

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f173746%2fmount-a-nfs-partition-from-a-nas-server%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay