3000 John Hawkins Parkway
Hoover, Alabama    205.383.1753

How do I setup a File Server?

Setting up a file server in FreeBSD is not a very tough task. You just need to download the Samba server setup. Setting up a file server in your network will allow the machines with Windows operating system logged into your network, to access the resources on the server.

You need to install samba in the '/usr/ports/net/samba' folder. You can use the command make install to install it, once you are in that folder. Then you will have to make the necessary changes in the configuration files in the '/usr/local/etc/smb.conf' file. For initializing samba at the boot time, you just need to change the line 'samba_enable:=NO' to 'samba_enable:=YES' in the file 'rc.conf' located in the '/etc' folder.

Click to Download the pdf


Product Support

  • What is Remote Data Management?
    In remote data management, the entire application resides on the client and the data management is located on a remote server or host. Remote Data Management is relatively easy to program because there is just 1 application program. ... More
  • How do I setup an FTP Server?
    For uploading files into your computer server, what you will need is an FTP server. FTP stands for File Transfer Protocol. FTP can be used in any network that uses TCP/IP model. You can get a lot of FTP servers, if you browse over the ... More
  • What are some of the different kinds of servers?
    1. Server Platform A Server platform is the fundamental hardware or software for a system which acts as an engine that drives the server. It is often used synonymously with an operating system. 2. Application Server ... More
  • What is Client-server Computing?
    Client-server computing is the extension of modular programming. Modular programmings fundamental assumption is that separation of a large piece of software into its constituent parts creates the possibility for easier development and ... More
  • What is a server?
    A server is a device with a set of programs/protocols that provide various services, which other machines or clients request in order to perform different tasks. A server and its clients form a network which provides routing systems ... More