LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-29-2020, 09:22 PM   #1
noeleo
LQ Newbie
 
Registered: Nov 2011
Posts: 4

Rep: Reputation: Disabled
Unhappy Failed to start nfs.service: Unit nfs.service not found


So the title is the message I get when I run the command <showmount -e 192.168.0.248>. Doesn't change the error if I use the "sudo" format, either. I'm trying to access my NAS from a Raspberry Pi running Buster. I'd like to access pictures and such from the Pi and view them on my 7 inch touchscreen. Just cant seem to mount the NAS. I tried using the <sudo mount 192.168.0.248:LS-WTG43E/images /mnt/images> at the command prompt and the Pi thinks hard, but then returns a "mount.nfs: Connection timed out" message. Do I just have the syntax wrong? I've worked on this the past three evenings after work, and am getting disheartened. This should work, but I can't seem to get it right.

To digress, I ran <sudo apt-get install nfs-common> and the response was that I had the newest. I ran <sudo apt-get install portmap> and the response was "Note, selecting 'rpcbind' instead of 'portmap'". Its response was again that I had the newest version. This was a precursor to setting this up to work (which it didn't).

Does anyone have suggestions? Have I left out any information? I'm not a newbie, but am far from fluent in Linux. Sure could use some pointers.

Thanks in advance for your help.
 
Old 07-29-2020, 10:34 PM   #2
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Are you the original poster? If so, try to use a consistent name. If not, ask a new question instead of hijacking this one.

Quote:
Originally Posted by noeleo View Post
So the title is the message I get when I run the command <showmount -e 192.168.0.248>.
It surprises me that showmount wants to start the nfs service.

Quote:
sudo mount 192.168.0.248:LS-WTG43E/images /mnt/images
I would expect a leading slash right after the colon.

Quote:
returns a "mount.nfs: Connection timed out" message. Do I just have the syntax wrong?
I am not sure about that slash, but the message indicates that 192.168.0.248 has no NFS server or is not reachable. Are you sure that address is correct?

EDIT: I just notice that the original question is over a month old, and that the original poster uses Ubuntu. You are not the original poster, and you should not use somebody else's question.

Last edited by berndbausch; 07-29-2020 at 10:36 PM.
 
Old 07-30-2020, 05:13 AM   #3
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931
New thread created.

@noeleo,

Please do not hijack other person's threads.
 
Old 07-30-2020, 07:02 AM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by noeleo View Post
So the title is the message I get when I run the command <showmount -e 192.168.0.248>. Doesn't change the error if I use the "sudo" format, either. I'm trying to access my NAS from a Raspberry Pi running Buster. I'd like to access pictures and such from the Pi and view them on my 7 inch touchscreen. Just cant seem to mount the NAS. I tried using the <sudo mount 192.168.0.248:LS-WTG43E/images /mnt/images> at the command prompt and the Pi thinks hard, but then returns a "mount.nfs: Connection timed out" message. Do I just have the syntax wrong? I've worked on this the past three evenings after work, and am getting disheartened. This should work, but I can't seem to get it right.

To digress, I ran <sudo apt-get install nfs-common> and the response was that I had the newest. I ran <sudo apt-get install portmap> and the response was "Note, selecting 'rpcbind' instead of 'portmap'". Its response was again that I had the newest version. This was a precursor to setting this up to work (which it didn't).

Does anyone have suggestions? Have I left out any information? I'm not a newbie, but am far from fluent in Linux. Sure could use some pointers.

Thanks in advance for your help.
This text suggests that you use some helper applications to achieve network filesystem functionality. Your knowledge, and thus the information you provide, is patchy.
I suggest manually building your NFS up from zero. It isn't hard.
 
Old 07-30-2020, 01:48 PM   #5
noeleo
LQ Newbie
 
Registered: Nov 2011
Posts: 4

Original Poster
Rep: Reputation: Disabled
OK, chastising aside, I thought that since the question was the same, I should ask it there. LESSON LEARNED.

Quote:
Originally Posted by ondoho View Post
This text suggests that you use some helper applications to achieve network filesystem functionality. Your knowledge, and thus the information you provide, is patchy.
OK, so I AM a newbie. I don't know what you mean by helper applications. I was under the assumption that nfs-common was all I needed to make the nfs access.

[QUTOE]It isn't hard.[/QUOTE]

I'll check out your link and see what I can learn from there.

Thanks, and Ill post back when I get it fixed.

Last edited by noeleo; 07-30-2020 at 01:55 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Failed to start nfs.service: Unit nfs.service not found. maigacribzz Linux - Newbie 2 06-15-2020 11:49 AM
Failed to start mount-local.service: Unit not found. ( When trying to start the systemctl servive) lanz80 Linux - Server 1 06-29-2019 05:04 PM
failed to start mysql.service: unit mysq.lservice not found dgabas Linux - Newbie 3 06-04-2019 01:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration