Welcome…
...to Daigo’s Daily Digital Diorama. This is utterly useless online journal (yes, that was what it was originally called before term "blog") that I've been keeping since 2002. Since it is ".org," my wife once called it a nonprofit nonsense. I use this blog mostly about baseball, and being Japanese man in America. Wondering who the heck Daigo is?
Color Switcher
My websites
Calendar
Past entries
Topics that I cover
- Asian Issues (69)
- Baseball, Softball, and Judo (127)
- Culture, News and Politics (43)
- Faith and Words to live by (12)
- Jazz, Ukulele and other music (22)
- Life is Good (93)
- Linux, Mac, and LAMP Open Source (108)
- Movie and Theater (25)
- Recipe (5)
- Tech, Gadget, and Computer (93)
- Twitter (38)
- unsorted postings (82)
- Web/Print Design and Dev (65)
Flickr
Blogs/News
UI/UX/Graphics
Sports
-
RSS Links
-
Meta




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:
/home 111.111.111.111(rw,sync)where 111.111.111.111 is ip address of the client machine youare going to allow connection.Connect with Other Linux machine
/mnt/[whatever]sudo mount 222.222.222.222:/home/daigo /mnt/[whatever]where 222.222.222.222 is the server’s ip.Connect with Mac OS X