<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>NSA325 v2 - post install questions</title>
        <description> Hi,
I successfully install the latest u-boot and rootfs (using an external SSD) on a NSA325. Thank you for your work!

I see on some tutorials the move/install of rootfs into HDD. Doesn&amp;#039;t this prevent HDD to spin-down?
Also, using mdadm I can &amp;quot;recover&amp;quot; my old partition. Is it any technical reason to create from zero new partitions instead of using existing ones?
Did anyone using btrfs on these boxes see improved performances over mdadm? Does make sense to change from mdadm?

Thank you


cata@debian:~$ cat /etc/debian_version
12.12
cata@debian:~$ uname -a
Linux debian 6.17.7-kirkwood-tld-1 #1 Mon Nov  3 16:38:22 PST 2025 armv5tel GNU/Linux
cata@debian:~$ lsblk
NAME    MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINTS
sda       8:0    0   2.7T  0 disk
|-sda1    8:1    0   487M  0 part
`-sda2    8:2    0   2.7T  0 part
  `-md0   9:0    0   2.7T  0 raid1
sdb       8:16   0   2.7T  0 disk
|-sdb1    8:17   0   487M  0 part
`-sdb2    8:18   0   2.7T  0 part
  `-md0   9:0    0   2.7T  0 raid1
sdc       8:32   0 119.2G  0 disk
`-sdc1    8:33   0 119.2G  0 part  /

</description>
        <link>https://forum.doozan.com/read.php?2,140702,140702#msg-140702</link>
        <lastBuildDate>Sun, 08 Mar 2026 05:52:51 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://forum.doozan.com/read.php?2,140702,140706#msg-140706</guid>
            <title>Re: NSA325 v2 - post install questions</title>
            <link>https://forum.doozan.com/read.php?2,140702,140706#msg-140706</link>
            <description><![CDATA[ Thank you both!]]></description>
            <dc:creator>tmcatalin</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 02 Jan 2026 08:04:39 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,140702,140705#msg-140705</guid>
            <title>Re: NSA325 v2 - post install questions</title>
            <link>https://forum.doozan.com/read.php?2,140702,140705#msg-140705</link>
            <description><![CDATA[ @tmcatalin,<br />
<br />
&gt; I see on some tutorials the move/install of rootfs<br />
&gt; into HDD. Doesn&#039;t this prevent HDD to spin-down?<br />
<br />
Yes. When the rootfs is on an HDD, you can&#039;t spin down that HDD. Logging and other activities will bring it back active frequently, so there is no point to put it to sleep. HDD rootfs is for systems that actively running applications and optimum performane is needed. <br />
<br />
USB rootfs could be used for systems that are idle most of the time, such as NAS (the HDDs are in standby until there  is access through the network). I use USB rootfs for all my media streaming NAS and Backup severs.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 02 Jan 2026 03:43:20 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,140702,140704#msg-140704</guid>
            <title>Re: NSA325 v2 - post install questions</title>
            <link>https://forum.doozan.com/read.php?2,140702,140704#msg-140704</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>tmcatalin</strong><br />
Is it any technical reason to create from zero new partitions instead of using existing ones?</div></blockquote>
Nope. Except that you can create a somewhat bigger array, by reclaiming the 2 487MB partitions. But<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />
Did anyone using btrfs on these boxes see improved performances over mdadm? Does make sense to change from mdadm?</div></blockquote>
I can&#039;t say anything about performance, but it <i>does</i> make sense to change. In case of btrfs the filesystem itself does the raid, instead of some under-laying mechanism. When a &#039;classic&#039; raid1 array finds an unreadable/damaged sector, it will drop the disk, and you&#039;ll have to rebuild the array. In case of btrfs, the filesystem will use the data from the other disk to repair it. That apart from other advantages of btrfs like checksumming and snapshots.]]></description>
            <dc:creator>Mijzelf</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 02 Jan 2026 02:24:24 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,140702,140702#msg-140702</guid>
            <title>NSA325 v2 - post install questions</title>
            <link>https://forum.doozan.com/read.php?2,140702,140702#msg-140702</link>
            <description><![CDATA[ Hi,<br />
I successfully install the latest u-boot and rootfs (using an external SSD) on a NSA325. Thank you for your work!<br />
<br />
I see on some tutorials the move/install of rootfs into HDD. Doesn&#039;t this prevent HDD to spin-down?<br />
Also, using mdadm I can &quot;recover&quot; my old partition. Is it any technical reason to create from zero new partitions instead of using existing ones?<br />
Did anyone using btrfs on these boxes see improved performances over mdadm? Does make sense to change from mdadm?<br />
<br />
Thank you<br />
<br />
<pre class="bbcode">
cata@debian:~$ cat /etc/debian_version
12.12
cata@debian:~$ uname -a
Linux debian 6.17.7-kirkwood-tld-1 #1 Mon Nov  3 16:38:22 PST 2025 armv5tel GNU/Linux
cata@debian:~$ lsblk
NAME    MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINTS
sda       8:0    0   2.7T  0 disk
|-sda1    8:1    0   487M  0 part
`-sda2    8:2    0   2.7T  0 part
  `-md0   9:0    0   2.7T  0 raid1
sdb       8:16   0   2.7T  0 disk
|-sdb1    8:17   0   487M  0 part
`-sdb2    8:18   0   2.7T  0 part
  `-md0   9:0    0   2.7T  0 raid1
sdc       8:32   0 119.2G  0 disk
`-sdc1    8:33   0 119.2G  0 part  /

</pre>]]></description>
            <dc:creator>tmcatalin</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 02 Jan 2026 01:34:05 -0600</pubDate>
        </item>
    </channel>
</rss>
