{"id":1971,"date":"2016-03-01T10:24:57","date_gmt":"2016-03-01T04:39:57","guid":{"rendered":"https:\/\/www.sparksupport.com\/blog\/?p=1971"},"modified":"2024-06-21T12:18:50","modified_gmt":"2024-06-21T12:18:50","slug":"an-introduction-to-freenas","status":"publish","type":"post","link":"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/","title":{"rendered":"An Introduction to FreeNAS"},"content":{"rendered":"<p><span style=\"font-weight: 400;\"><strong>FreeNAS<\/strong> is an open source storage platform based on Freebsd and supports sharing across Windows,Apple and Unix-like systems. It is an operating system that can be installed on virtual machines or in physical machines to share data storage via computer network.The introduction to freenas Project and software were originally founded by Olivier Cochard-Labbe in 2005 on the principle that network storage be made available to the world at no coast.<\/span><span style=\"font-weight: 400;\">FreeNAS uses the ZFS file system, which supports high storage capacities and integrates file systems and volume management into a single piece of software.<\/span><\/p>\n<h4><b>Why Introduction to Freenas?<\/b><\/h4>\n<p><span style=\"font-weight: 400;\">The benefit of using a NAS is that all your important files can be stored in a central location, allowing you to access them from multiple devices simultaneously, while also keeping our backupdata and redundancy resources in one place.<\/span><span style=\"font-weight: 400;\">It is designed around the OpenZFS filesystem, which enables many of the advanced features of FreeNAS such as data integrity, early indication of faulty drives, and the ability to boot into a previous working copy of the operating system after a failed upgrade.It is based on the highly secure FreeBSD operating system and follows security best practices in development.<\/span><\/p>\n<h4><span style=\"text-decoration: underline;\"><b>How Introduction To Freenas Features<\/b><\/span><\/h4>\n<h4><b>Storage Made Simple<\/b><strong><br \/>\n<\/strong><\/h4>\n<p>A key feature of introduction to freenas is ZFS(Zettabyte File System).ZFS is an open source combined file system and logical volume manager originally created by sun microsystems, now Oracle Corporation.The filesystem is having \u00a0a powerful punch of features<\/p>\n<h4><span style=\"text-decoration: underline;\"><b>ZFS features<\/b><\/span><\/h4>\n<p><strong>Copy-on-write<\/strong><span style=\"font-weight: 400;\"> : ZFS uses \u00a0a copy-on-write transactional model. When editing a file, original disk blocks \u00a0are not altered. It allows versioning and rollback<\/span><\/p>\n<p><strong>Massive Scalability<\/strong><span style=\"font-weight: 400;\">: Up to 256 zebibytes<\/span><\/p>\n<p><strong>Compression<\/strong><span style=\"font-weight: 400;\"> : Compression is transparent with ZFS if you enable it. This means that every file you store in your pool can be compressed. It is a block level compression type not file level.Multiple types of compression are supported, such as: lzjb, gzip, zle,lz4. It should make to improve the IO performance<\/span><\/p>\n<p><strong>Cache management<\/strong><span style=\"font-weight: 400;\"> : ZFS uses different layers of disk cache to speed up read and write operations.For write caching, ZFS employs the ZFS Intent Log (ZIL), We can add a ssd as ZIL for writing the cache for the Zpool that we are configuring like cachecade servers(hardware raid). This makes to improve the iops performance.<\/span><\/p>\n<p><strong>Snapshots and clones<\/strong><span style=\"font-weight: 400;\"> : An advantage of copy-on-write is that, when ZFS writes new data, the blocks containing the old data can be retained, allowing a snapshot version of the file system to be maintained. ZFS snapshots are created very quickly, since all the data composing the snapshot is already stored. They are also space efficient, since any unchanged data is shared among the file system and its snapshots.<\/span><\/p>\n<p><strong>Storage Pools<\/strong><span style=\"font-weight: 400;\"> : Unlike traditional file systems that must have a fixed-size disk geometry, you create pools with the disks you have and add your disks and create filesystems with the geometry and configuration you need from the pool.<\/span><\/p>\n<p><strong>Continuous Integrity Checking<\/strong><span style=\"font-weight: 400;\"> \u2013 ZFS keeps a continuous checksum of the data. It does this by creating and verifying checksums as data is written to disk.<\/span><strong><br \/>\nDeduplication<\/strong><span style=\"font-weight: 400;\"> : Deduplication is the process of eliminating duplicate copies of data. Dedup is generally either file-level, block-level, or byte-level. Chunks of data \u00a0files, blocks, or byte ranges are checksummed using some hash function that uniquely identifies data with very high probability. It should make us to provide better utilize of disk space.<\/span><\/p>\n<p><strong>Thin Provisioning<\/strong><span style=\"font-weight: 400;\"> : It is a method of optimizing the efficiency with which the available space is utilized in storage area networks (SAN). TP operates by allocating disk storage space in a flexible manner among multiple users, based on the minimum space required by each user at any given time.<\/span><\/p>\n<p><strong>RAID<\/strong> <span style=\"font-weight: 400;\">\u2013 Many types of RAID are supported: Stripe, Mirror, RAIDZ.<\/span><\/p>\n<p><strong>RAIDZ<\/strong> <span style=\"font-weight: 400;\">\u2013 This type of software RAID overcomes the write hole. No need for expensive RAID cards (although they are supported in JBOD (Just a Bunch of Disks) mode).RAIDZ types are RAIDZ1, RAIDZ2, and RAIDZ3. The number (e.g., 1-3) represents the number of drives that can fail per virtual device without losing the pool. Parity is distributed across all disks.<\/span><\/p>\n<p>The FreeNAS ZFS Volume Manager \u00a0guides the user toward a configuration that is optimized for the number of disks available.<\/p>\n<p><a href=\"https:\/\/www.sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/freenas1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1972 size-large\" src=\"https:\/\/www.sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/freenas1-1024x575.png\" alt=\"freenas1 introduction to freenas\" width=\"640\" height=\"359\" \/><\/a><\/p>\n<h5 style=\"text-align: center;\"><strong>ZFS Volume Manager<\/strong><\/h5>\n<p>The introduction to freenas graphical interface also configuration of \u00a0nested ZFS datasets within filesystems.ZFS datasets are like subdirectories that have configurable properties independent of their parent filesystem, such as the ability to configure compression or deduplication on a per-dataset basis. ZFS datasets can also be configured with quotas and reserved space, making them useful for thin-provisioning scenarios. Snapshots of datasets can be scheduled separately from the parent file system, or they can be included recursively in a snapshot of the parent volume.<\/p>\n<p><strong>Core Services Configuration<\/strong><\/p>\n<p><strong><span style=\"font-weight: 400;\">The Services section of the GUI allows you to configure, start, and stop the various services that ship with the FreeNAS system. FreeNAS supports the following built-in services such as AFP, CIFS, Dynamic DNS, FTP, ISCSI, etc.. By introduction to Freenas provides support for network based file based protocols, including CIFS and NFS.CIFS (Common Internet File System) are commonly used in Windows environments or those with a mixture of Windows and Unix-like operating systems. NFS (Network File System) is commonly used for high-performance applications and in heterogeneous environments.Each service can be configured from its corresponding \u00a0icons.<\/span><\/strong><\/p>\n<p><a href=\"https:\/\/www.sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/freenas3.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1973\" src=\"https:\/\/www.sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/freenas3.png\" alt=\"freenas3 introduction to freenas\" width=\"502\" height=\"359\" \/><\/a><\/p>\n<h5 style=\"text-align: center;\"><strong>Service Configuration<\/strong><\/h5>\n<p><strong>Replication<\/strong><\/p>\n<p>ZFS Snapshots are more than just local backups. They can be used to create remote backups as well. Here we are using the sending and receiving snapshot feature. Furthermore, additional snapshots of the same filesystem can be sent incrementally, reducing the size of each backup to the changes that were made between snapshots. In case of \u00a0damage to a local ZFS filesystem such as disk failure in excess of parity protection or irrecoverable log device failure, any backed-up snapshot can be sent to a new ZFS filesystem, recovering all data up to that backup.<\/p>\n<p><strong>Snapshots<\/strong><\/p>\n<p>Snapshots can be made on a one-off basis or scheduled as a cron job from the web interface. At any time, the entire filesystem can be rolled back to the most recent snapshot. Snapshots can be created quickly and, if little data changes, new snapshots take up very little space. Older snapshots can be cloned and accessed to recover data from that version of the filesystem. A periodic snapshot task allows you to schedule the creation of read-only versions of ZFS volumes and datasets at a given point in time. From the web interface, users can see how much space a particular snapshot is occupying on the volume and delete, clone, or roll back to individual snapshots as needed.<strong><br \/>\n<\/strong><\/p>\n<p><a href=\"https:\/\/www.sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/freenas4.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1974\" src=\"https:\/\/www.sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/freenas4.png\" alt=\"freenas4 introduction to freenas\" width=\"700\" height=\"451\" \/><\/a><\/p>\n<h5 style=\"text-align: center;\"><strong>Snapshot<\/strong><\/h5>\n<p><strong>Setting up Freenas<\/strong><\/p>\n<p>Introduction to freenas does require some hardware configuration. Because the system is based on FreeBSD. General recommendations for this setup are 64-bit processor,At Least 8GB RAM ,FreeNAS is designed and intended to be installed to a small (8-16 GB) flash device, which holds all the software and configuration data. Then we can use disks for storage. Size and number of drives required for your chosen RAID configuration. Important note is that don\u2019t use Freenas on the top of hardware controller which has it\u2019s own cache management.Zfs needs to directly communicate with disks.<strong><br \/>\n<\/strong><\/p>\n<p><strong>Installing \u00a0the Freenas box<\/strong><\/p>\n<p>To set up a FREENAS operating system, you will need to download latest stable ISO image from freenas.org page. Once you have written the image to the introduction to freenas install storage option is your choice. On boot you will see the text based menu. You can choose the install\/upgrade menu to install the Freenas box.<\/p>\n<p><strong>Post-install Configuration<\/strong><\/p>\n<p>Once you have installed your FreeNAS box, reboot, and you will be presented with the FreeNAS console menu.<strong><br \/>\n<\/strong><\/p>\n<p><a href=\"https:\/\/www.sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/freenas6.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1975 size-full\" src=\"https:\/\/www.sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/freenas6.png\" alt=\"freenas6\" width=\"739\" height=\"425\" \/><\/a><\/p>\n<p><span style=\"font-weight: 400;\">1) Configure Network Interfaces: Provides a configuration wizard to configure the system\u2019s network interfaces.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">2) Configure Link Aggregation: Allows you to either create a new link aggregation or to delete an existing link aggregation.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">3) Configure VLAN Interface: Used to create or delete a VLAN interface.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">4) Configure Default Route: Used to set the IPv4 or IPv6 default gateway. When prompted, input the IP address of the default gateway.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">5) Configure Static Routes: Prompts for the destination network and the gateway IP address. Re-enter this option for each route you need to add.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">6) Configure DNS: Prompts for the name of the DNS domain, then the IP address of the first DNS server. To input multiple DNS servers, press <\/span><i><span style=\"font-weight: 400;\">Enter<\/span><\/i><span style=\"font-weight: 400;\"> to input the next until all have been entered. When finished, press <\/span><i><span style=\"font-weight: 400;\">Enter<\/span><\/i><span style=\"font-weight: 400;\"> twice to leave this option.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">7) Reset Root Password: If you are unable to log in to the graphical administrative interface, select this option and follow the prompts to set the root password.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">8) Reset to factory defaults: If you want to delete all of the configuration changes made in the administrative GUI, select this option. Once the configuration is reset, the system will reboot. You will need to go to <\/span><i><span style=\"font-weight: 400;\">Storage | Volumes | Auto Import Volume<\/span><\/i><span style=\"font-weight: 400;\"> to re-import your volume.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">9) Shell: Enters a shell to run FreeBSD commands. To leave the shell, type <\/span><i><span style=\"font-weight: 400;\">exit<\/span><\/i><span style=\"font-weight: 400;\"> .<\/span><\/p>\n<p><span style=\"font-weight: 400;\">10) System Update: If any system updates are available, they will automatically be downloaded and applied.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">11) Reboot: Reboots the system.<\/span><\/p>\n<p><strong><span style=\"font-weight: 400;\">12) Shutdown: Halts the system.<\/span><\/strong><\/p>\n<p>After the configuration setup, we can use the static IP to access the Freenas web console. After the successful login, you can see information about FREENAS server, such as domain name,version,total memory available,system time,uptime,system load,etc and you can access the shell from the GUI console.<\/p>\n<p><a href=\"https:\/\/www.sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/freenas7.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1976 size-large\" src=\"https:\/\/www.sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/freenas7-1024x552.png\" alt=\"freenas7\" width=\"640\" height=\"345\" \/><\/a><\/p>\n<h5 style=\"text-align: center;\"><strong>WebShell<\/strong><\/h5>\n<p><strong>Adding ZFS Storage Volumes<\/strong><\/p>\n<p><strong><span style=\"font-weight: 400;\">To add ZFS <a href=\"https:\/\/www.sparksupport.com\/cloud-computing-services.html\">storage<\/a> devices, go to the Storage Menu at the Top to define the ZFS volumes. You can configure the zpool as per your raid configuration. Here I have created the zpool with raidz and added the lz4 compression as well.<\/span><\/strong><\/p>\n<p><a href=\"https:\/\/www.sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/freenas2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1977 size-large\" src=\"https:\/\/www.sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/freenas2-1024x421.png\" alt=\"freenas2\" width=\"640\" height=\"263\" \/><\/a><\/p>\n<p style=\"text-align: center;\"><strong>Volumes<\/strong><\/p>\n<p><span style=\"font-weight: 400;\">Several redundancy options are available when you create a volume. You can choose from the following:<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">Automatic: Automatically creates a mirrored, RAIDZ1, or RAIDZ2 pool, depending on the number of disks. If you prefer to control the type of redundancy, select one of the other options.<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">RAID 10: Creates a striped mirror and requires a minimum of four disks.<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">RAIDZ2: Requires a minimum of four disks. Up to two disks can fail without data loss.<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">RAIDZ1: Requires a minimum of three disks. Up to one disk can fail without data loss.<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">Stripe: Requires a minimum of one disk. Provides no redundancy, which means that if any of the disks in the stripe fail, all data in the stripe is lost.<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">Again, because you have two disks here, you should choose Automatic . This setting will create a mirrored or RAID 1 configuration, providing some fault tolerance at a less expensive price point compared with the many other options requiring many more disks.<\/span><\/p>\n<p><strong><br \/>\n<\/strong> <strong>Creating a Share<br \/>\n<\/strong><\/p>\n<p>The following types of shares and services are available:<\/p>\n<p><a href=\"https:\/\/doc.freenas.org\/9.3\/freenas_sharing.html#apple-afp-shares\"><span style=\"font-weight: 400;\">Apple (AFP) Shares<\/span><\/a><span style=\"font-weight: 400;\">: the Apple File Protocol (AFP) type of share is a good choice if all of your computers run Mac OS X.<\/span><\/p>\n<p><a href=\"https:\/\/doc.freenas.org\/9.3\/freenas_sharing.html#unix-nfs-shares\"><span style=\"font-weight: 400;\">Unix (NFS) Shares<\/span><\/a><span style=\"font-weight: 400;\">: the Network File System (NFS) type of share is accessible by Mac OS X, Linux, BSD, It is a good choice if there are many different operating systems in your network. Depending upon the operating system, it may require the installation or configuration of client software on the desktop.<\/span><\/p>\n<p><a href=\"https:\/\/doc.freenas.org\/9.3\/freenas_sharing.html#webdav-shares\"><span style=\"font-weight: 400;\">WebDAV Shares<\/span><\/a><span style=\"font-weight: 400;\">: this type of share is accessible using an authenticated web browser (read-only) or <\/span><a href=\"https:\/\/en.wikipedia.org\/wiki\/WebDAV#Clients\"><span style=\"font-weight: 400;\">WebDAV client<\/span><\/a><span style=\"font-weight: 400;\"> running on any operating system.<\/span><\/p>\n<p><a href=\"https:\/\/doc.freenas.org\/9.3\/freenas_sharing.html#windows-cifs-shares\"><span style=\"font-weight: 400;\">Windows (CIFS) Shares<\/span><\/a><span style=\"font-weight: 400;\">: the Common Internet File System (CIFS) type of share is accessible by Windows, Mac OS X, Linux, and BSD computers, but it is slower than an NFS share due to the single-threaded design of Samba. It provides more configuration options than NFS and is a good choice of a network containing any Windows systems.<\/span><\/p>\n<p><a href=\"https:\/\/doc.freenas.org\/9.3\/freenas_sharing.html#block-iscsi\"><span style=\"font-weight: 400;\">Block (iSCSI)<\/span><\/a><span style=\"font-weight: 400;\"> shares: this type of share appears as an unformatted disk to clients running iSCSI initiator software or a virtualization solution such as VMware.<\/span><\/p>\n<p><a href=\"https:\/\/www.sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/freenas8.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1978 size-large\" src=\"https:\/\/www.sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/freenas8-1024x540.png\" alt=\"introduction to freenas\" width=\"640\" height=\"337\" \/><\/a><\/p>\n<p><span style=\"font-weight: 400;\">Here is the example for Unix(NFS shares). To share ZFS datasets on Unix machines, go to \u201cSharing tab\u201d, choose the Unix(NFS) type.ZFS datasets are like subdirectories that have configurable properties independent of their parent filesystem(zpool). We should need to \u201cAdd Unix(Share)\u201d and to add the authorized network that should be differ for your network and also need to configure the required data set directory path as well.<\/span><\/p>\n<p>Note:\u00a0Should need to enable the NFS service on the service configuration for sharing.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>FreeNAS is an open source storage platform based on Freebsd and supports sharing across Windows,Apple and Unix-like systems. It is an operating system that can<\/p>\n","protected":false},"author":27,"featured_media":5051,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[6],"tags":[],"class_list":["post-1971","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>An Introduction to FreeNAS - complete guide for beginner -Spark Support<\/title>\n<meta name=\"description\" content=\"Look on introduction to freenas ,open source storage platform based on Freebsd and supports sharing across Windows,Apple and Unix-like systems. It is an ...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"An Introduction to FreeNAS - complete guide for beginner -Spark Support\" \/>\n<meta property=\"og:description\" content=\"Look on introduction to freenas ,open source storage platform based on Freebsd and supports sharing across Windows,Apple and Unix-like systems. It is an ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/\" \/>\n<meta property=\"article:published_time\" content=\"2016-03-01T04:39:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-21T12:18:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/1520193221192.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"744\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"bibin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"bibin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/\"},\"author\":{\"name\":\"bibin\",\"@id\":\"https:\/\/sparksupport.com\/blog\/#\/schema\/person\/45edf743855f247acf152400611d7f31\"},\"headline\":\"An Introduction to FreeNAS\",\"datePublished\":\"2016-03-01T04:39:57+00:00\",\"dateModified\":\"2024-06-21T12:18:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/\"},\"wordCount\":2078,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/1520193221192.jpg\",\"articleSection\":[\"linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/\",\"url\":\"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/\",\"name\":\"An Introduction to FreeNAS - complete guide for beginner -Spark Support\",\"isPartOf\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/1520193221192.jpg\",\"datePublished\":\"2016-03-01T04:39:57+00:00\",\"dateModified\":\"2024-06-21T12:18:50+00:00\",\"description\":\"Look on introduction to freenas ,open source storage platform based on Freebsd and supports sharing across Windows,Apple and Unix-like systems. It is an ...\",\"breadcrumb\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/#primaryimage\",\"url\":\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/1520193221192.jpg\",\"contentUrl\":\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/1520193221192.jpg\",\"width\":744,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/sparksupport.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"An Introduction to FreeNAS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sparksupport.com\/blog\/#website\",\"url\":\"https:\/\/sparksupport.com\/blog\/\",\"name\":\"SparkSupport Blog\",\"description\":\"SparkSupport Blogs\",\"publisher\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sparksupport.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/sparksupport.com\/blog\/#organization\",\"name\":\"SparkSupport\",\"url\":\"https:\/\/sparksupport.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sparksupport.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2019\/08\/cropped-logo-1.jpg\",\"contentUrl\":\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2019\/08\/cropped-logo-1.jpg\",\"width\":216,\"height\":44,\"caption\":\"SparkSupport\"},\"image\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/sparksupport.com\/blog\/#\/schema\/person\/45edf743855f247acf152400611d7f31\",\"name\":\"bibin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/374bf6a517226b722da9008cf7659b78d948cfeffa9cf7c5520830a142afac7d?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/374bf6a517226b722da9008cf7659b78d948cfeffa9cf7c5520830a142afac7d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/374bf6a517226b722da9008cf7659b78d948cfeffa9cf7c5520830a142afac7d?s=96&d=mm&r=g\",\"caption\":\"bibin\"},\"url\":\"https:\/\/sparksupport.com\/blog\/author\/bibin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"An Introduction to FreeNAS - complete guide for beginner -Spark Support","description":"Look on introduction to freenas ,open source storage platform based on Freebsd and supports sharing across Windows,Apple and Unix-like systems. It is an ...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/","og_locale":"en_US","og_type":"article","og_title":"An Introduction to FreeNAS - complete guide for beginner -Spark Support","og_description":"Look on introduction to freenas ,open source storage platform based on Freebsd and supports sharing across Windows,Apple and Unix-like systems. It is an ...","og_url":"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/","article_published_time":"2016-03-01T04:39:57+00:00","article_modified_time":"2024-06-21T12:18:50+00:00","og_image":[{"width":744,"height":400,"url":"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/1520193221192.jpg","type":"image\/jpeg"}],"author":"bibin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"bibin","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/#article","isPartOf":{"@id":"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/"},"author":{"name":"bibin","@id":"https:\/\/sparksupport.com\/blog\/#\/schema\/person\/45edf743855f247acf152400611d7f31"},"headline":"An Introduction to FreeNAS","datePublished":"2016-03-01T04:39:57+00:00","dateModified":"2024-06-21T12:18:50+00:00","mainEntityOfPage":{"@id":"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/"},"wordCount":2078,"commentCount":0,"publisher":{"@id":"https:\/\/sparksupport.com\/blog\/#organization"},"image":{"@id":"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/#primaryimage"},"thumbnailUrl":"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/1520193221192.jpg","articleSection":["linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/","url":"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/","name":"An Introduction to FreeNAS - complete guide for beginner -Spark Support","isPartOf":{"@id":"https:\/\/sparksupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/#primaryimage"},"image":{"@id":"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/#primaryimage"},"thumbnailUrl":"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/1520193221192.jpg","datePublished":"2016-03-01T04:39:57+00:00","dateModified":"2024-06-21T12:18:50+00:00","description":"Look on introduction to freenas ,open source storage platform based on Freebsd and supports sharing across Windows,Apple and Unix-like systems. It is an ...","breadcrumb":{"@id":"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/#primaryimage","url":"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/1520193221192.jpg","contentUrl":"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2016\/03\/1520193221192.jpg","width":744,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/sparksupport.com\/blog\/an-introduction-to-freenas\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sparksupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"An Introduction to FreeNAS"}]},{"@type":"WebSite","@id":"https:\/\/sparksupport.com\/blog\/#website","url":"https:\/\/sparksupport.com\/blog\/","name":"SparkSupport Blog","description":"SparkSupport Blogs","publisher":{"@id":"https:\/\/sparksupport.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sparksupport.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/sparksupport.com\/blog\/#organization","name":"SparkSupport","url":"https:\/\/sparksupport.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sparksupport.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2019\/08\/cropped-logo-1.jpg","contentUrl":"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2019\/08\/cropped-logo-1.jpg","width":216,"height":44,"caption":"SparkSupport"},"image":{"@id":"https:\/\/sparksupport.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/sparksupport.com\/blog\/#\/schema\/person\/45edf743855f247acf152400611d7f31","name":"bibin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/374bf6a517226b722da9008cf7659b78d948cfeffa9cf7c5520830a142afac7d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/374bf6a517226b722da9008cf7659b78d948cfeffa9cf7c5520830a142afac7d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/374bf6a517226b722da9008cf7659b78d948cfeffa9cf7c5520830a142afac7d?s=96&d=mm&r=g","caption":"bibin"},"url":"https:\/\/sparksupport.com\/blog\/author\/bibin\/"}]}},"_links":{"self":[{"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/posts\/1971","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/comments?post=1971"}],"version-history":[{"count":0,"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/posts\/1971\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/media\/5051"}],"wp:attachment":[{"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/media?parent=1971"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/categories?post=1971"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/tags?post=1971"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}