[haiku-commits] Re: r35172 - haiku/trunk/build/jam

  • From: Stephan Assmus <superstippi@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 19 Jan 2010 19:33:18 +0100

On 2010-01-19 at 19:25:48 [+0100], superstippi@xxxxxx wrote:
> Author: stippi
> Date: 2010-01-19 19:25:48 +0100 (Tue, 19 Jan 2010) New Revision: 35172
> Changeset: http://dev.haiku-os.org/changeset/35172/haiku
> 
> Modified:
>    haiku/trunk/build/jam/OptionalPackageDependencies
>    haiku/trunk/build/jam/OptionalPackages
> Log:
> Added "NetFS" OptionalPackage.
> 
> You will want to edit /boot/home/config/settings/kernel/netfs-server 
> before you run netfs_server for the first time (or use netfs_server_prefs 
> on the command line, see below).
> 
> To run the server:
> $ /system/servers/netfs_server &
> 
> To run the client:
> $ /system/servers/authentication_server &
> $ mkdir /dummy
> $ mount -t userlandfs -p "netfs """ /dummy
> 
> A "Network" icon will appear on your desktop. Remote servers will appear 
> inside the "Network" folder (host name). Inside a folder for a server are 
> the shares of that server. (I.e. what has been defined as share in that 
> respective server's netfs-server driver settings file). netfs_server has 
> actually a new settings file format, you can create settings by using 
> "netfs_server_prefs --help" on the command line. Have fun!

Forgot to mention... there should not be a firewall between the involved 
computers, or it won't work because of how the netfs and server currently 
establish connections.

Best regards,
-Stephan

Other related posts: