This tells Samba to terminate (Web host server) any inactive client

This tells Samba to terminate any inactive client sessions after 10 minutes. For most networks, setting this option as such will work because reconnections from the client are generally performed transparently to the user. 8.6.2 dfree command This global option is used on systems that incorrectly determine the free space left on the disk. So far, the only confirmed system that needs this option set is Ultrix. There is no default value for this option, which means that Samba already knows how to compute the free disk space on its own and the results are considered reliable. You can override it as follows: [global] dfree command = /usr/local/bin/dfree This option should point to a script that should return the total disk space in a block, and the number of available blocks. The Samba documentation recommends the following as a usable script: #!/bin/sh df $1 | tail -1 | awk {print $2″ “$4} On System V machines, the following will work: #!/bin/sh /usr/bin/df $1 | tail -1 | awk {print $3″ “$5} 8.6.3 fstype This share-level option sets the type of filesystem that Samba reports when queried by the client. There are three strings that can be used as a value to this configuration option, as listed in Table 8.11. Table 8.11: Filesystem Types Variable Definition NTFS Microsoft Windows NT filesystem FAT DOS FAT filesystem Samba Samba filesystem The default value for this option is NTFS, which represents a Windows NT filesystem. There probably isn t a need to specify any other type of filesystem. However, if you need to, you can override it per share as follows: [data] fstype = FAT 272
If you are in need for cheap and reliable webhost to host your website, we recommend http web server services.

Leave a Reply