NFS study for BJLUG

I’ve volunteered to do a presentation for Boston Japanese Linux Users Group‘s annual fall Study Group. Topics are NFS and GmailFS. Here is my NFS note.

References:
Overview of NFS, Linux NFS-HOWTO

Setting Up an NFS Server:

  1. edit /etc/exports (or in Fedora KDE, System settings -> NFS)
  2. Looks like this: /home 111.111.111.111(rw,sync)where 111.111.111.111 is ip address of the client machine youare going to allow connection.
  3. run nfs (or system settings -> server settings -> services)
  4. varify if it is running /usr/sbin/rpcinfo -p

Connect with Other Linux machine

  1. /usr/sbin/rpcinfo -p
  2. is portmapper there?
  3. make sure you have a mount point in /mnt/[whatever]
  4. sudo mount 222.222.222.222:/home/daigo /mnt/[whatever] where 222.222.222.222 is the server’s ip.
  5. That is it

Connect with Mac OS X

  1. To be completed

Related posts:

  1. fstab problem
  2. Memory Watch Howto in Linux
  3. Slave Drive
  4. 1+1=1
  5. Red Hat software
This entry was posted in Linux, Mac, and LAMP Open Source. Bookmark the permalink. Trackbacks are closed, but you can post a comment.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

  • Welcome to Daigo’s Daily Digital Diorama. I blog about... whatever that comes to my mind.
  • Change color

    Purple Red Green Blue No Style

  • Archives

  • Calendar

    October 2004
    M T W T F S S
    « Sep   Nov »
     123
    45678910
    11121314151617
    18192021222324
    25262728293031
  • Categories