<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://dokuwiki.machine-deck.jeffries-tube.at/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://dokuwiki.machine-deck.jeffries-tube.at/feed.php">
        <title>Projekte - nas:zfs</title>
        <description></description>
        <link>https://dokuwiki.machine-deck.jeffries-tube.at/</link>
        <image rdf:resource="https://dokuwiki.machine-deck.jeffries-tube.at/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-16T13:48:35+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dokuwiki.machine-deck.jeffries-tube.at/doku.php?id=nas:zfs:options_for_zfs_on_raid&amp;rev=1739355228&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.machine-deck.jeffries-tube.at/doku.php?id=nas:zfs:replace_drive&amp;rev=1675681177&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.machine-deck.jeffries-tube.at/doku.php?id=nas:zfs:transfer_data_using_an_exchange_hdd&amp;rev=1691367251&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://dokuwiki.machine-deck.jeffries-tube.at/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Projekte</title>
        <link>https://dokuwiki.machine-deck.jeffries-tube.at/</link>
        <url>https://dokuwiki.machine-deck.jeffries-tube.at/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://dokuwiki.machine-deck.jeffries-tube.at/doku.php?id=nas:zfs:options_for_zfs_on_raid&amp;rev=1739355228&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-12T10:13:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>options_for_zfs_on_raid</title>
        <link>https://dokuwiki.machine-deck.jeffries-tube.at/doku.php?id=nas:zfs:options_for_zfs_on_raid&amp;rev=1739355228&amp;do=diff</link>
        <description>Options for ZFS on RAID

Comparison
   ZFS with RAIDZ  ZFS on HW RAID  Commercial RAID iSCSI solution  Levels  Mirror/1, RAIDZ1/5, RAIDZ2/6, RAIDZ3, dRAID  Mirror/1, RAID5, RAID6  Mirror/1, RAID5, RAID6  Data checksums in FS  Yes  Yes  probably not  Corruption detection for individual files</description>
    </item>
    <item rdf:about="https://dokuwiki.machine-deck.jeffries-tube.at/doku.php?id=nas:zfs:replace_drive&amp;rev=1675681177&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-02-06T10:59:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>replace_drive</title>
        <link>https://dokuwiki.machine-deck.jeffries-tube.at/doku.php?id=nas:zfs:replace_drive&amp;rev=1675681177&amp;do=diff</link>
        <description>Raplce a device in a ZFS pool

Example config before:


config:

        NAME                                   STATE     READ WRITE CKSUM
        storage                                ONLINE       0     0     0
          raidz1-0                             ONLINE       0     0     0
            ata-ST12000NM0008-2H3101_ZHZ4LWL0  ONLINE       0     0     0
            ata-ST12000NM0008-2H3101_ZHZ5HTAQ  ONLINE       0     0     0
            ata-ST12000NM0008-2H3101_ZHZ6H0PS  ONLINE       0    …</description>
    </item>
    <item rdf:about="https://dokuwiki.machine-deck.jeffries-tube.at/doku.php?id=nas:zfs:transfer_data_using_an_exchange_hdd&amp;rev=1691367251&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-07T00:14:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>transfer_data_using_an_exchange_hdd</title>
        <link>https://dokuwiki.machine-deck.jeffries-tube.at/doku.php?id=nas:zfs:transfer_data_using_an_exchange_hdd&amp;rev=1691367251&amp;do=diff</link>
        <description>Transfer data using exchange HDD

Format the HDD

Send

Verbinden mit Putty.

screen (Startet neues “virtuelles” Terminal im Terminal)


cd /mnt/exchange


Anzupassen: storage/Dokumente -&gt; BRPool/MEDIA/VIDEO_2 Dokumente.zfssend


zfs send $(zfs list -t snapshot -o name -s creation storage/Dokumente | head -n 2 | tail -n 1) -wv &gt; Dokumente.zfssend
zfs send $(zfs list -t snapshot -o name -s creation BRPool/MEDIA/VIDEO_2 | head -n 2 | tail -n 1) -wv &gt; VIDEO_2.zfssend</description>
    </item>
</rdf:RDF>
