Openbsd Nfs

free web hosting
Free Web Hosting > Computers & Tech > Operating Systems > Free/OpenBSD

Openbsd Nfs

the empty calorie
Okay, the setup is as follows,

I am running two OpenBSD boxes in my room, "Skeletor" (master) and "Beastman" (the goon)

And I'm wondering how to mount, say, my media directory on Skeletor (/mda) on Beastman via NFS. How do I go about this, as I have never used NFS before?

Reply

Val-Amart
NFS is quite easy, if it wasn't it wan't have been used for so much time by so much people, would it wink.gif

By default (read: if you haven't recompiled you kernel) OpenBSD, starting from version 1.3 uses NFSv4, wich differs from v3 by using TCP as transport.

Skeletor configuration

NFS configuration file is /etc/exports. There are many options that you can use in your /etc/exports file, and it is best that you read the exports(5) man page. Assuming the network is 10.0.0.0, we have an /etc/exports that looks like this:

CODE
# NFS exports Database
# See exports(5) for more information.  Be very careful, misconfiguration
# of this file can result in your filesystems being readable by the world.
/mda -alldirs -ro -network=10.0.0 -mask=255.255.255.0


This means that the local filesystem /mda will be made available via NFS. -alldirs specifies that clients will be able to mount at any point under the /mda mount point. -ro specifies that it will only be allowed to be mounted read-only. The last two arguments specify that only clients within the 10.0.0.0 network using a netmask of 255.255.255.0 will be authorized to mount this filesystem. This is important for some servers that are accessible by different networks.

portmap(8) must be running for NFS to operate. Portmap is off by default on OpenBSD 3.2 and later, so you must add the line
CODE
portmap=YES
to rc.conf.local(8) and reboot.

Next, you should add the line
CODE
nfs_server=YES
to /etc/rc.conf.local. This will bring up both nfsd(8) and mountd(8) when you reboot.

Beastman configuration

You should add this code to your /etc/fstab

CODE
10.0.0.1:/mda /mnt nfs ro 0 0


or, if dns or /etc/hosts are configured properly,

CODE
skeletor:/mda /mnt nfs ro 0 0


I hope, you as an experienced user, know what to do with it? Such things as mounting it all without reboot should be common to you - just start the server manually with
CODE
/sbin/nfsd -tun 4
echo -n >/var/db/mountdtab
/sbin/mountd


And mount with
CODE
mount -o ro -t nfs skeletor:/mda /mnt


To restart the server, run
CODE
kill -HUP `cat /var/run/mountd.pid`


Run this to see stats
CODE
rpcinfo -p 10.0.0.1



More details at OpenBSD FAQ - NFS.

Feel free to ask me more questions about UNIX, aspecially OpenBSD, I'm a kernel developer of that, and I am very proud of it, that's why I say it on every corner.

 

 

 


Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Recent Queries:-
  1. openbsd nfs mount - 7.79 hr back. (1)
  2. nfs on openbsd - 21.06 hr back. (1)
  3. openbsd nfs mount hup - 42.91 hr back. (1)
  4. openbsd nfs export - 24.12 hr back. (2)
  5. nfs exports openbsd - 62.36 hr back. (1)
  6. nfsd openbsd exports - 62.60 hr back. (1)
  7. nfsd openbsd - 24.15 hr back. (2)
  8. openbsd nfs install - 81.90 hr back. (1)
  9. openbsd nfs tcp - 81.98 hr back. (1)
  10. openbsd restart nfsd - 106.25 hr back. (1)
  11. openbsd mount nfs - 134.67 hr back. (1)
  12. using nfs with openbsd - 140.82 hr back. (1)
  13. nfs openbsd - 151.84 hr back. (1)
  14. openbsd nfs mountd - 181.96 hr back. (1)
Similar Topics

Keywords : openbsd, nfs

  1. Introduction To Openbsd With A Brief Installation Guide
    As the topic is (7)
  2. Openbsd Ppc:need Hlp To Enable Accelerated X "ati"
    (2)
    Hello, I'm not sure that many people on this board are OpenBSD users. and out of any, probably
    even less OpenBSD PPC users... But I'm running OpenBSD 3.7 on an Apple iMac DV (400MHz G3) and
    there's supposed to be a way to enable hardware accelerated X for ati chipsets, which I have.
    (Rage 128 series) But the help I found was a sample file for a G4 Powerbook... Does anyone know the
    proper things to issue to xorg.conf to get the accelerated ati driver working? Also, does anyone
    know how I can enable the sound on this?....
  3. An Openbsd Adventure.
    (2)
    Well, the other day, I grabbed the OpenBSD Net-Install image after debian had a little too much fun
    with my drive, so I decided to start all over, with a OS I've never used before, so I chose
    OpenBSD. Why OpenBSD? I have no idea, honestly, I just felt like getting OpenBSD. So, after a
    sucessful net-install, I managed to get WindowMaker, and Mozilla going, along with grabbing a few
    other things and attempting to make them work, but I really dig the very basic system you get, and
    then add all your own stuff alongside. Now, I know, I could have done this with debian or ....

    1. Looking for openbsd, nfs

Searching Video's for openbsd, nfs
advertisement




Openbsd Nfs



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE