Shortnote

The nfs.service file below advertises the path to some share. The string:

/path/to/some/share

has to be replaced with the path to the shared folder over NFS.

Code

nfs.service
<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
  <name replace-wildcards="yes">%h</name>
  <service>
    <type>_nfs._tcp</type>
    <port>2049</port>
    <txt-record>path=/path/to/some/share</txt-record>
  </service>
</service-group>

assets/avahi/nfs.txt ยท Last modified: 2024/11/02 02:37 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.