Site icon NAS Compares

Synology DSM 7 vs TrueNAS Core – Storage Management, Access & Sharing

Synology DSM vs TrueNAS Part 2 – Storage and File & Folder Management

This is the 2nd part of my full comparison of Synology NAS DSM 7 and TrueNAS Core 12. If you missed the earlier chapters/parts, you can find them in the links below:

Almost certainly one of the biggest questions most users will have when considering TrueNAS and Synology DSM for their own private NAS server is how it manages storage. From how it keeps it accessible and stable, to how it reacts and adapts to changes in stability, these two NAS platforms have chosen their intended path very early and differ in some key ways. TrueNAS utilizes ZFS as its file system of choice and although it is a little more resource-intensive (predominantly in memory) to run its range of services, it is a fantastically enterprise file system that supports native inline deduplication across the system (i.e if data is being backed up from multiple clients is the same, such as OS data or shared databases, it only stores one copy and keeps an internal index of where that data is needed/stored across users), inline compression that saves storage space and a bunch of other advantages that are unique to ZFS. Synology and it’s DSM platform is (for the most part, barring some more economical devices in their portfolio) available using the BTRFS and EXT4 file systems.

Although EXT4 has a long-established history and support by storage users, BTRFS opinion is a little more divided as it is much newer than EXT4 or ZFS. Alot of that comes down to how BTRFS is implemented by the system, but in the case of Synology and DSM it is done so quite comprehensively and on the ground level. Indeed a number of key Synology applications insist on the use of BTRFS by the system in order to run (eg Synology Virtual Machine Manager). Both BTRFS and ZFS use a checksum/background comparison system on writers in order to identify errors and auto repair them, as well as both DSM and TrueNAS supplying a faster RAID rebuild system whereby only the areas of a rebuild drive that would have had data on them are built and the rest zero’d out. They also both provide low-resource consuming snapshot creation in the background and the ability to store many, many thousands of snapshot images with customized retention policies. There are lots of other similarities and differences to go through, but for now, let’s look at how Synology DSM and TrueNAS Core display your storage in the GUI.

ZFS BTRFS EXT4
  • XFS works extremely well with large files;
  • XFS is known for its robustness and speed;
  • XFS is particularly proficient at parallel input/output (I/O) operations due to its design, which is based on allocation groups;
  • XFS provides excellent scalability of I/O threads, file system bandwidth, and size of files and of the file system itself when spanning multiple physical storage devices;
  • XFS provides data consistency by using metadata logging and maintaining write barriers;
  • XFS enables allocating space across extents with data structures stored in B-trees also improves overall file system performance, especially when dealing with large files;
  • Delayed allocation with XFS helps prevent file system fragmentation, while online defragmentation is also supported;
  • A unique feature of XFS is that I/O bandwidth is pre-allocated at a predetermined rate, which is suitable for many real-time applications.
  • When comparing XFS vs EXT4, XFS also offers unlimited inode allocation, advanced allocation hinting (in case you need it), and, in recent versions, reflink support.
  • Journal and Copy-on-Write Support
  • Filesystem-level Deduplication
  • Filesystem-level Compression
  • Support for huge files up to 264  bytes, which is the equivalent of 16EiB or exbibytes
  • Online defragmentation and resizing
  • Dynamic inode allocation
  • Block sub-allocation and Tail packing
  • Writeable and read-only snapshots
  • Support for checksums
  • Optimized support for SSD drives
  • Able to handle larger files and volumes than its evolutionary predecessors;
  • EXT4 also extends flash memory lifespan through delayed allocation, which, in turn, improves performance and reduces fragmentation by effectively allocating bigger amounts of data at a time;
  • Useful features that greatly increase reliability and fault-tolerance of the system like journaling (a system of logging changes to reduce file corruption);
  • Persistent pre-allocation, journal, and metadata checksumming;
  • Faster file-system checking;
  • Unlimited number of subdirectories.

The Synology DSM Storage Manager GUI has received a relatively recent design change over the DSM 6.2 version and although it still continues with maintaining a high level of user-friendly design and ease of use, it features a little more graphical structure than previously. With Synology DSM only being commercially available when included with a hardware NAS purchase, it allows the graphical GUI to be a lot more specific to the NAS in a way that is not really possible in the open-source and DIY nature of TrueNAS. There are numerous options to set up a new storage pool, set up a hot spare, create your volumes, enabled intelligent caching with connected SSDs (SATA or NVMe) and there are a few extra options to allow auto RAID repairs and more. It provides all these settings whilst still maintaining a very easy to follow GUI.

The TrueNAS storage manager on the other hand, although EASILY more configurable and customizable to your needs, is also much, much more text/stat based and the configuration and creation options are built into a series of native settings menus on the side of each storage container. There are the ZFS specific details, such as adjusting and monitoring the inline compression/deduplication output, as well as the creation of volumes, data sets and further pools all being much more text-heavy. You do have a greater deal of control and flexibility in the storage manager in TrueNAS (as you expect) but it can be quite overwhelming and certainly not recommended to the novice.

Another consideration of choosing between TrueNAS and Synology DSM based NAS is how each system tackles the subject of redundancy in the storage. For those unaware, the bulk of storage systems in the world (NAS or DAS, which is direct-attached storage such as USB) that utilize more than 1x HDD/SSD media drive take advantage of something called RAID (redundant array of independent disks) which allows you to combine multiple media drives into a single pool of storage This is further bolstered by increases in performance (as multiple drives are read/written at once) and also allows safety nets for if one of the drives fails (known as redundancy). If, for example, you have 4 drives in a RAID that supports 1 drive of redundancy, it means if one drive was to malfunction, your data is still accessible and the RAID can be reverted back to normal when to install a new drive back into the system to replace the bad one. Now, this is all quite important, as TrueNAS+RAIDZ and Synology DSM+SHR+EXT4-RAID provide different benefits. Synology has its Hybrid RAID system (not available on the enterprise tiers) that allows you to mix and match drives in a way no other RAID configuration allows. In a traditional RAID, you need all HDDs or SSDs in the RAID to be the same capacity, otherwise, the redundancy and parity calculation will view all drives as the smallest available drive for stability (eg 4TB+4TB+4TB+1TB = 3TB storage in a mixed drive setup in normal RAID5). In Synology hybrid RAID you can mix the drive capacities, as it views the drives but calculates the redundancy and parity about the LARGEST available drive (so eg, 4TB+4TB+4TB+1TB = 9TB in a mixed SHR pool). This may sound silly on day 1, but after a few years of storage on your NAS, you may want to start introducing larger drives and expanding your pool of storage – so adding/mixing larger drives later will make ALOT more sense. Additionally, an SHR is much easy to expand and add more drives with an expansion enclosure than both EXT4 and ZFS.

ZFS on the TrueNAS platform does not have a flexible RAID configuration and instead, provides other advantages. RAID building (aka RAIDZ, RAIDZ2 and RAIDZ3) is much, MUCH faster to build than RAID configurations, taking minutes as opposed to hours to finish synchronizing. Additionally, along with the fast RAID repair option that both DSM and TrueNAS provide, on a RAID Z3 configuration, you can create a 3 drive redundancy setting (i.e. create a RAIDD storage pool that can withstand up to three drives failing and still allow the data to be fine and RAID recoverable). For high-level enterprise users whose data is mission-critical and particularly in much, MUCH larger RAID arrays (12-24 bays and above on the hyper-scale) 3 disk redundancy is invaluable.

Synology provides up to 2 disk redundancy in RAID6 and SHR-2, but no real triple disk redundancy (though a somewhat haphazard version can be built with an SHR on two drives and adding more drives – much less efficient), however expanding your storage pool with larger drives or more drives on TrueNAS is not really viable. In Summer 2021 there were details on the means to expand your Storage Pool on ZFS/TrueNAS, but this system involves the added drives to live parallel with the original pool in a 2nd RAID group, running side by side technically (although only a single larger pool being visible) and being much less efficient.

RAID5 example of parity
Disk 1 Disk 2 Disk 3 Disk 4
1 2 3 P
5 6 P 4
9 P 7 8
P 10 11 12

In TrueNAS, choosing what you want to do with your connected storage media is broader in scope and creating pools, caching, fusion pools (when HDD+SSDs are combined for intelligently faster storage pools), hot spares and more is surprisingly well guided to the end-user. Equally, when creating your areas o storage, if you are creating an unrecommended or unstable setup (such as mixing storage media types in a traditional RAIDZ pool, mixing capacities, using unsuitable slower media for metadata and more) the system will warn you regularly throughout the build process and will not proceed until you choose to ‘force’ this option in the storage manager.

In the case of Synology DSM and its storage manager, there is a guide option that presents the end-user with choices on what do with an available drive, but they are a little more limited in scope and choice. Additionally, in most cases the Synology if you are running a setup that is less suitable will not let you proceed (no force it option in most cases). Finally, there is the subject of NVMe SSDs and Synology NAS. Despite Synology being one of the very first commercial NAS brands that offer off-the-shelf solutions to offer NVMe SSD support on their hardware, you can ONLY use NVMe SSD media on the Synology NAS hardware and DSM as caching, not for use in traditional storage pools. This will come as a bitter blow for some who have seen the prices of PCIe Gen 3 and even Gen 4 NVMe SSD storage become much more affordable. NVMe SSD use in Synology NAS hardware for caching is certainly beneficial and something that is widely available on this platform, but the lack of choice for the user to pick whether to use it as caching or as super-fast storage is a shame.

Another area of contention around the Synology NAS platform in recent months that might have played a part in why you are reading this article, is the brand’s recent change in the compatibility and DSM services policy on hard drives and SSDs on enterprise/big-business solutions. Synology currently provides a range of high workload, performance and durability Hard drives and SSDs in their portfolio that can be used in conjunction with all their NAS hardware. This media is rather good (as well as allowing users to upgrade the firmware of this drive media from with the Synology DSM software, something NO other commercial NAS brand offers). However, things get a little disruptive when the brand stated that their 2022 and onwards enterprise releases (such as the DS3622xs+ and DS2422+) will only provide all the software services in the storage manager to their own storage media drives, with 3rd party HDD/SSDs from brand such as Western Digital and Seagate in their respective WD Red and Ironwolf ranges) having fewer drive tools available and the system stating a warning status when using these drives. This rather divisive move by the brand (although only at the enterprise level and likely as a means to emulate top tier modelling from the likes of HP, EMC and NetApp) is something that currently does not affect the bulk of the Synology hardware available though and should only be a consideration to factor in at the higher tiers.

Returning to the subject of expandability, it is worth highlighting that although the expansion of RAID pools on TrueNAS is not really straightforward or efficient currently, the open-course nature and ZFS build of it DOES make hardware migration of an existing RAIDZ Pool into a new system considerably easier than it would be on a Synology NAS in DSM. Synology only allows hardware migration of RAID Pools in the Synology hardware ecosystem to stay within that same ecosystem and hardware which is larger and running the same version of DSM. TrueNAS and ZFS on the other hand is much more open, allowing you to exchange the storage pool directly into any DiY/Custom TrueNAS server as additional pools (eg, no need to replace the existing pool, just add it as another one in another enclosure, even a DAS over USB) and is also open source by design, so it will not lock out connectivity on a software level years and years later on a foreign system. As long as a system can see/understand ZFS (internally or as an external connection), it will be able to see your RAIDZ pool.

Once again, it should come as zero surprise that the TrueNAS platform is the more detailed, technical and least user-friendly BUT it also seems to have a greater degree of options in terms of long term mounting of the storage if your TrueNAS system fails or gets upgrading. Likewise, the appeal of overall faster RAID building, rebuilding and resilvering on TrueNAS with the bonus of triple parity will comfortably win over a lot of seasoned storage managers and admin managers with the time and knowledge to craft the ultimate storage system. That said, the Synology storage manager and the advantages DSM brings to their platform cannot be overestimated. BTRFS although a little greener in the eyes of some than ZF, is way, way less resource hungry and still provides data parity checks and file self heeling. Additionally, the flexibility of Synology Hybrid RAID and how it allows you to expand your storage on the primary Synology NAS system AND when connecting expansion chassis is something that is simply not available or poorly compared on TrueNAS currently. Synology’s policy on enterprise systems and HDD/SSD compatibility might be the thing that let’s this all down, as well as SHR not being an enterprise-level service on offer (not available above the PLUS series). But regardless, both Synology DSM and TrueNAS Core provide a huge level of storage capabilities.

Synology DSM 7 vs TrueNAS Core – File & Folder Remote Management

When it comes to accessing the data on your NAS on a file and folder level, I think it would be fair to say that Synology DSM and TrueNAS Core have quite differing views on this, especially when it comes to browser level access. Having all of your data in a stable, secure and robust hardware storage server is all well and good, but what good is it all if you cannot access it and via the means that best suit your client hardware. Both systems support numerous popular file protocols and storage sharing services that allow you to view and interact with your storage in their respectively tailored ways (mapped network drives, network mounted SMBs, remote internet-accessible WebDav protocols, iSCSI Targets & LUNS and many, many more. However, after that, the distinctions between Synology DSM and TrueNAS Core in web browser access and tailored proprietary file/folder access becomes very notable. Of the two, Synology DSM is much more accessible domestically and uses less complex means. One of the most oddly glaring advantages that less technical users will appreciate that is almost completely absent on TrueNAS is a simple file/folder explorer that is accessible in the web browser. This is not just a bog-standard breadcrumb structure viewer, but is a complete file manager with the ability to copy, paste, cut, archive, compress, view images, bolt-on remote storage, share files and more. This is usable in the DSM GUI on your web browser and is remarkably responsive, as well as client applications for iOS and Android that allow you to remotely access your Synology NAS storage on a file/folder level and manage the contents as you would in Windows File Explorer or MacOS Finder natively. The fact that this is not a native and easy option in TrueNAS is very surprising and although the file/folder breadcrumb structure can be accessed in a much more basic level (as well as in a detailed fashion by 3rd party applications and services) it is a really surprising omission on TrueNAS.

This trend continues further when you realise that there are a huge range of 1st party applications on the Synology DSM platform that are included with your system (licence free, for the most part and include mobile and desktop client applications too for native client hardware connection) that allow you to access the content of the folders on your NAS via their respective formats. TrueNAS has a number of first-party services built into its architecture and although they are no exactly applications, they are services and tools that are available to manage your storage quite comprehensively. Now, DSM has a lot (but not all) of these, but also have the file/folder access options that are not on TrueNAS. Key examples of this tailored NAS access such as Photography management in the Synology Photos application. This tool (with its partner mobile and desktop client apps) allows you to view photos in tremendous detail, create smart albums using photo metadata, using AI-supported services to search photo contents quickly, share photos with customizable rules and even create a professional share space that allows professional photographers to share access to their work with clients and professional colleagues.

Alternatively, there is the Synology media suite that includes music station for managing and customising an audio server collection, Video station to provide a similar level of video file management (including transcoding and metadata scraping) that is comparable to Plex Media Server, iTunes server, DLNA Media server and others that allow you to create smart or generic media server shares and more. Although 3rd party tools to accomplish this are supported on TrueNAS (with several of these tools being accessible in the add-on center of TrueNAS), the range of first-party tools to manage media on the Synology DSM NAS platform is unquestionably better.

Then you have efforts by Synology NAS and DSM to rival the likes of Google Drive, DropBox, OneDrive and more with Synology Drive. This tool, in conjunction with the Synology collaboration suite) provides you with similar tools to SaaS (software as a service) platforms such as Google Workspace and Office 365. Synology Drive gives you a one portal web browser (and mobile/desktop app) access point to your NAS and can be used to open, edit, share all your files in a tailored fashion. This is done by DSMs collaboration suite that includes Synology Chat (like Skype or WhatsApp), Synology Office (like Office 365 and Google Drive), Synology Calendar, Synology Mail, Synology Contacts and more – a whole office suite of tools. This is further bolstered with Synology Drive local client on your host OS (predominately supported on Windows platforms) to allow file pinning and file streaming services. This means you can see the contents of your NAS file/folder structure, but can choose for it to not occupy ANY space on your PC – then you can just click the option in windows file explorer to access this file and/or pin it permanently. I know I am going on a bit here, but I am just trying to briefly cover how much Synology prioritizes 1st party access to their systems. Companies making the switch to NAS from the likes of Google Drive and DropBox shared storage will be right at home with the Synology and DSM range of servers compared with TrueNAS.

But what if you really just want to use the NAS as ‘dumb’ storage and have it appear as logical storage on your host client systems? This is typically an area where I would recommend TrueNAS over Synology DSM, as this is where the more flexible and wider 3rd party service support of that platform really shines. With a huge variety of services available on TrueNAS (that are securely disabled by default I might add), there is a huge array of choices of how you want to connect with your storage and although the learning curve on setting this up continues to be steeper than with DSM, I think I can safely say that TrueNAS will be able to connect with ANY client software/hardware, whereas DSM might connect with ‘most’ or ‘alot’

Synology DO support a variety of services and protocols and many are available to be viewed, configured and actioned in the control panel>file services, however, they do prioritize iSCSI mounting services for those that want to bolt-on areas of Synology services remotely to an existing network more than most other services in DSM, with the dedicated SAN manager. From here you can create some quite detailed targets and LUNS for use in everything from bog-standard 100M networks all the way up to 10/25/40G Fibre Channel networks.

Now, I should stress, that doesn’t; mean that TrueNAS have the means to allow users to access their data natively. The range of supported services and sharing tools built into TrueNAS is pretty vast and allows very customizable, secure and unique access remotely. Rather than attempting to emulate those SaaS and PaaS 3rd party providers, TrueNAS has instead chosen to concentrate SQUARELY on the storage element of the operation and then supporting as many 3rd party tools and services it can. In this, they achieve hugely and you cannot fault the storage management of TrueNAS and how it can adapt the storage pools, shares and access to best fit a particular connecting service. That means that if you were looking at a NAS server and were already heavily invested/comfortable with your existing 3rd party file/folder manage meant software, you will likely see a greater degree of flexibility and customization in the more open-source TrueNAS storage than Synology’s DSM platform that seems too much rather prioritize it’s own services (but still supporting 3rd party tools, in an arguably more uniform way).

 

 

 

📧 SUBSCRIBE TO OUR NEWSLETTER 🔔


    🔒 Join Inner Circle

    Get an alert every time something gets added to this specific article!


    Want to follow specific category? 📧 Subscribe

    This description contains links to Amazon. These links will take you to some of the products mentioned in today's content. As an Amazon Associate, I earn from qualifying purchases. Visit the NASCompares Deal Finder to find the best place to buy this device in your region, based on Service, Support and Reputation - Just Search for your NAS Drive in the Box Below

    Need Advice on Data Storage from an Expert?

    Finally, for free advice about your setup, just leave a message in the comments below here at NASCompares.com and we will get back to you. Need Help? Where possible (and where appropriate) please provide as much information about your requirements, as then I can arrange the best answer and solution to your needs. Do not worry about your e-mail address being required, it will NOT be used in a mailing list and will NOT be used in any way other than to respond to your enquiry.

      By clicking SEND you accept this Privacy Policy
      Question will be added on Q&A forum. You will receive an email from us when someone replies to it.
      🔒Private Fast Track Message (1-24Hours)

      TRY CHAT Terms and Conditions
      If you like this service, please consider supporting us. We use affiliate links on the blog allowing NAScompares information and advice service to be free of charge to you.Anything you purchase on the day you click on our links will generate a small commission which isused to run the website. Here is a link for Amazon and B&H.You can also get me a ☕ Ko-fi or old school Paypal. Thanks!To find out more about how to support this advice service check HEREIf you need to fix or configure a NAS, check Fiver Have you thought about helping others with your knowledge? Find Instructions Here  
       
      Or support us by using our affiliate links on Amazon UK and Amazon US
          
       
      Alternatively, why not ask me on the ASK NASCompares forum, by clicking the button below. This is a community hub that serves as a place that I can answer your question, chew the fat, share new release information and even get corrections posted. I will always get around to answering ALL queries, but as a one-man operation, I cannot promise speed! So by sharing your query in the ASK NASCompares section below, you can get a better range of solutions and suggestions, alongside my own.

      ☕ WE LOVE COFFEE ☕

       
      Exit mobile version