<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.netzadresse.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.netzadresse.ch/feed.php">
        <title>[ wiki.netzadresse.ch ] - system:linux:nas</title>
        <description></description>
        <link>https://wiki.netzadresse.ch/</link>
        <image rdf:resource="https://wiki.netzadresse.ch/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-06-06T11:39:07+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.netzadresse.ch/doku.php?id=system:linux:nas:autofs&amp;rev=1603716658&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.netzadresse.ch/doku.php?id=system:linux:nas:automountmac&amp;rev=1444403316&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.netzadresse.ch/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>[ wiki.netzadresse.ch ]</title>
        <link>https://wiki.netzadresse.ch/</link>
        <url>https://wiki.netzadresse.ch/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.netzadresse.ch/doku.php?id=system:linux:nas:autofs&amp;rev=1603716658&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-26T12:50:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>autofs</title>
        <link>https://wiki.netzadresse.ch/doku.php?id=system:linux:nas:autofs&amp;rev=1603716658&amp;do=diff</link>
        <description>Autofs für NAS einrichten

Prerequisites
sudo apt-get install autofs
sudo apt-get cifs-utils
Master Map File

vi /etc/auto.master
#+auto.master
/media/&lt;SHAREDFOLDER&gt;    /etc/auto.&lt;SHAREDFOLDER&gt; --ghost
Map File für CIFS Share

vi /etc/auto.logos
music   -fstype=cifs,rw,uid=1000,gid=1000,username=&lt;USER&gt;,password=&lt;PASS&gt;     ://192.168.168.xx/&lt;SHAREDFOLDER&gt;/music
photo   -fstype=cifs,rw,uid=1000,gid=1000,username=&lt;USER&gt;,password=&lt;PASS&gt;     ://192.168.168.xx/&lt;SHAREDFOLDER&gt;/photo</description>
    </item>
    <item rdf:about="https://wiki.netzadresse.ch/doku.php?id=system:linux:nas:automountmac&amp;rev=1444403316&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-10-09T15:08:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>automountmac</title>
        <link>https://wiki.netzadresse.ch/doku.php?id=system:linux:nas:automountmac&amp;rev=1444403316&amp;do=diff</link>
        <description>Automount für NAS einrichten (MacOS)

Automounter Script


sudo vi /etc/auto_smb
chmod +x /etc/auto_smb



!/bin/bash
# executable map für autofs auf Mac OS X.
# Fragt alle freigegebenen SMB-shares auf $SMB_SERVER ab,
# und reicht deren Namen an autoFS durch.
# Zusaetzliches Feature ist ein Cache für die Server-Abfrage.
#####################################
# Create .smb_credentials file in user home dir
# format:
# username=[username]
# password=[password]
#####################################
…</description>
    </item>
</rdf:RDF>
