Smalltalk/X WebserverDocumentation of class 'SunRPC::MountServer': | |
Class: MountServer (in SunRPC)Inheritance:Object | +--SunRPC::RPCEndPoint | +--SunRPC::RPCServer | +--SunRPC::MountServer
Description:a mount daemon (mountd); see RFC1057 and examples. *** VERY COOL - see examples *** SunRPC::MountServer debug:true Class protocol:specInstance protocol:operations
Examples:SunRPC::MountServer killAll. SunRPC::MountServer initialize get it running: 1) evaluate: SunRPC::MountServer start or, SunRPC::MountServer startUDP 2) (in a terminal), create a directory: mkdir /smalltalk mkdir /smalltalk/local mkdir /smalltalk/<hostName> 3) add the following line(s) to your /etc/fstab (must be root): localhost:/ /smalltalk/local nfs rw,nolock,noauto,user,noatime,bg,soft,intr, retry=1,mountprog=200003,nfsprog=x200004 and/or (even works remote): <hostname>:/ /smalltalk/<hostname> nfs rw,nolock,noauto,user,noatime,bg,soft, intr,retry=1,mountprog=200003,nfsprog=x200004 4) mount it/them with: mount /smalltalk/local mount /smalltalk/<hostname> finally, change directory to /smalltalk/local or /smalltalk/<hostname> and see (ls) what is there... |
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:44:35 GMT |