{"id":824,"date":"2013-01-19T17:02:55","date_gmt":"2013-01-19T22:02:55","guid":{"rendered":"https:\/\/haughtypenguin.com\/?p=824"},"modified":"2013-03-06T22:26:36","modified_gmt":"2013-03-07T03:26:36","slug":"ufs-and-debian-migrating-from-freenas-to-openmediavault","status":"publish","type":"post","link":"https:\/\/haughtypenguin.com\/?p=824","title":{"rendered":"UFS and Debian: Migrating from FreeNAS to OpenMediaVault"},"content":{"rendered":"<p>I have been trying to migrate away from freeNAS for the past 2 years now since the advent of Open Media Vault. I&#8217;ve come across the issue of accessing data from my UFS filesystem drives ( freeNAS uses has the option to use UFS being based on BSD platform). Suffice it to say it was difficult to access the drive since I did not have any computers loaded with BSD. I had windows\/mac and Linux (ubuntu). Scouring the web, there were many options, but I did not have the free time or spare computers to fully explore how to do this. I remember last year I found some info how to do this but did not have the time to follow through. Today I was determined to do it.<\/p>\n<p>Basically, I needed to access and transfer files from an UFS drive and back it up \u00a0to either an NTFS or EXT-4 drive, then I could re-purpose the old UFS drive.<\/p>\n<p>Simplest way for me was to mount the UFS drive on my Ubuntu computer, and then move the files. Ubuntu does not support UFS out of box, but with the help of this <a title=\"UFS on Ubuntu\" href=\"http:\/\/askubuntu.com\/a\/85160\" target=\"_blank\">post,<\/a> I was able to get things working in a Jiffy.<\/p>\n<blockquote><p>Mounting UFS file systems in Ubuntu should be straight forward. Follow these simple steps to make sure that your are mounting your FreeNAS disks properly in Ubuntu:<\/p>\n<p>Load the UFS module (or make sure its loaded)<\/p>\n<pre><code>sudo modprobe ufs\r\n<\/code><\/pre>\n<p>Make a directory where to mount the files on<\/p>\n<pre><code>mkdir ~\/ufs_mount\r\n<\/code><\/pre>\n<p>To find out which device holds your UFS file system use the command\u00a0<code>fdisk -l<\/code>, note which device you intend to mount.<\/p>\n<p>Mount the file system to the directory your previously created<\/p>\n<pre><code>sudo mount -r -t ufs -o ufstype=ufs2 \/dev\/sdb1 \/home\/&lt;your_username&gt;\/ufs_mount\r\n<\/code><\/pre>\n<p>(where:\u00a0<code>sdb1<\/code>\u00a0is the UFS partition you want to mount and\u00a0<code>&lt;your_username&gt;<\/code>\u00a0is the your current username where the intended mounting point was created previously.<\/p><\/blockquote>\n<p>(Credits to\u00a0Bruno Pereira user on AskUbuntu.com)<\/p>\n<p>The &#8220;fdisk -l&#8221; did not seem to output what I was looking for, but I just used Gparted to figure out the partition name in question.<\/p>\n<p>Just wanted to share this tid bit.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I have been trying to migrate away from freeNAS for the past 2 years now since the advent of Open Media Vault. I&#8217;ve come across the issue of accessing data from my UFS filesystem drives ( freeNAS uses has the option to use UFS being based on BSD platform). Suffice it to say it was &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/haughtypenguin.com\/?p=824\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;UFS and Debian: Migrating from FreeNAS to OpenMediaVault&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":852,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"ngg_post_thumbnail":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"_links_to":"","_links_to_target":""},"categories":[166,167],"tags":[171,172,169,175,174,173,168,170],"class_list":["post-824","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-home-servers","category-projects-2","tag-ext4","tag-filesystems","tag-freenas","tag-home-server","tag-media-server","tag-nas","tag-open-media-vault","tag-ufs"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"I have been trying to migrate away from freeNAS for the past 2 years now since the advent of Open Media Vault. I&#039;ve come across the issue of accessing data from my UFS filesystem drives ( freeNAS uses has the option to use UFS being based on BSD platform). Suffice it to say it was\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"alphapenguin\"\/>\n\t<meta name=\"google-site-verification\" content=\"ioNwoJtsDYNx2CATlhlmRCFYIw56NOpSME51_1W1rdg\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/haughtypenguin.com\/?p=824\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Haughtypenguin Blog - words from a haughty penguin\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"UFS and Debian: Migrating from FreeNAS to OpenMediaVault - Haughtypenguin Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"I have been trying to migrate away from freeNAS for the past 2 years now since the advent of Open Media Vault. I&#039;ve come across the issue of accessing data from my UFS filesystem drives ( freeNAS uses has the option to use UFS being based on BSD platform). Suffice it to say it was\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/haughtypenguin.com\/?p=824\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/haughtypenguin.com\/wp-content\/uploads\/2012\/10\/cropped-favicon.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/haughtypenguin.com\/wp-content\/uploads\/2012\/10\/cropped-favicon.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"208\" \/>\n\t\t<meta property=\"og:image:height\" content=\"250\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2013-01-19T22:02:55+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2013-03-07T03:26:36+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"UFS and Debian: Migrating from FreeNAS to OpenMediaVault - Haughtypenguin Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I have been trying to migrate away from freeNAS for the past 2 years now since the advent of Open Media Vault. I&#039;ve come across the issue of accessing data from my UFS filesystem drives ( freeNAS uses has the option to use UFS being based on BSD platform). Suffice it to say it was\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/haughtypenguin.com\/wp-content\/uploads\/2012\/10\/cropped-favicon.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?p=824#blogposting\",\"name\":\"UFS and Debian: Migrating from FreeNAS to OpenMediaVault - Haughtypenguin Blog\",\"headline\":\"UFS and Debian: Migrating from FreeNAS to OpenMediaVault\",\"author\":{\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/haughtypenguin.com\\\/wp-content\\\/uploads\\\/2013\\\/01\\\/NAS.jpg\",\"width\":558,\"height\":150},\"datePublished\":\"2013-01-19T17:02:55-05:00\",\"dateModified\":\"2013-03-06T22:26:36-05:00\",\"inLanguage\":\"en\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?p=824#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?p=824#webpage\"},\"articleSection\":\"Home Servers, Projects, Ext4, filesystems, Freenas, home server, media server, NAS, Open Media Vault, UFS\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?p=824#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/haughtypenguin.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/haughtypenguin.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?cat=7#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?cat=7#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/haughtypenguin.com\\\/?cat=7\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?cat=166#listItem\",\"name\":\"Home Servers\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/haughtypenguin.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?cat=166#listItem\",\"position\":3,\"name\":\"Home Servers\",\"item\":\"https:\\\/\\\/haughtypenguin.com\\\/?cat=166\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?p=824#listItem\",\"name\":\"UFS and Debian: Migrating from FreeNAS to OpenMediaVault\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?cat=7#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?p=824#listItem\",\"position\":4,\"name\":\"UFS and Debian: Migrating from FreeNAS to OpenMediaVault\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?cat=166#listItem\",\"name\":\"Home Servers\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/#organization\",\"name\":\"Haughtypenguin Blog\",\"description\":\"words from a haughty penguin\",\"url\":\"https:\\\/\\\/haughtypenguin.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/haughtypenguin.com\\\/wp-content\\\/uploads\\\/2012\\\/10\\\/cropped-favicon.png\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?p=824\\\/#organizationLogo\",\"width\":208,\"height\":250},\"image\":{\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?p=824\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/haughtypenguin.com\\\/?author=1\",\"name\":\"alphapenguin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?p=824#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1b34a48e2c7f4044d073015bb12d4ab072904470f2b795c0967796fd442717c8?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"alphapenguin\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?p=824#webpage\",\"url\":\"https:\\\/\\\/haughtypenguin.com\\\/?p=824\",\"name\":\"UFS and Debian: Migrating from FreeNAS to OpenMediaVault - Haughtypenguin Blog\",\"description\":\"I have been trying to migrate away from freeNAS for the past 2 years now since the advent of Open Media Vault. I've come across the issue of accessing data from my UFS filesystem drives ( freeNAS uses has the option to use UFS being based on BSD platform). Suffice it to say it was\",\"inLanguage\":\"en\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?p=824#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/haughtypenguin.com\\\/wp-content\\\/uploads\\\/2013\\\/01\\\/NAS.jpg\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?p=824\\\/#mainImage\",\"width\":558,\"height\":150},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/?p=824#mainImage\"},\"datePublished\":\"2013-01-19T17:02:55-05:00\",\"dateModified\":\"2013-03-06T22:26:36-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/#website\",\"url\":\"https:\\\/\\\/haughtypenguin.com\\\/\",\"name\":\"Haughtypenguin Blog\",\"description\":\"words from a haughty penguin\",\"inLanguage\":\"en\",\"publisher\":{\"@id\":\"https:\\\/\\\/haughtypenguin.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"UFS and Debian: Migrating from FreeNAS to OpenMediaVault - Haughtypenguin Blog","description":"I have been trying to migrate away from freeNAS for the past 2 years now since the advent of Open Media Vault. I've come across the issue of accessing data from my UFS filesystem drives ( freeNAS uses has the option to use UFS being based on BSD platform). Suffice it to say it was","canonical_url":"https:\/\/haughtypenguin.com\/?p=824","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"ioNwoJtsDYNx2CATlhlmRCFYIw56NOpSME51_1W1rdg","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/haughtypenguin.com\/?p=824#blogposting","name":"UFS and Debian: Migrating from FreeNAS to OpenMediaVault - Haughtypenguin Blog","headline":"UFS and Debian: Migrating from FreeNAS to OpenMediaVault","author":{"@id":"https:\/\/haughtypenguin.com\/?author=1#author"},"publisher":{"@id":"https:\/\/haughtypenguin.com\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/haughtypenguin.com\/wp-content\/uploads\/2013\/01\/NAS.jpg","width":558,"height":150},"datePublished":"2013-01-19T17:02:55-05:00","dateModified":"2013-03-06T22:26:36-05:00","inLanguage":"en","mainEntityOfPage":{"@id":"https:\/\/haughtypenguin.com\/?p=824#webpage"},"isPartOf":{"@id":"https:\/\/haughtypenguin.com\/?p=824#webpage"},"articleSection":"Home Servers, Projects, Ext4, filesystems, Freenas, home server, media server, NAS, Open Media Vault, UFS"},{"@type":"BreadcrumbList","@id":"https:\/\/haughtypenguin.com\/?p=824#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/haughtypenguin.com#listItem","position":1,"name":"Home","item":"https:\/\/haughtypenguin.com","nextItem":{"@type":"ListItem","@id":"https:\/\/haughtypenguin.com\/?cat=7#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/haughtypenguin.com\/?cat=7#listItem","position":2,"name":"Technology","item":"https:\/\/haughtypenguin.com\/?cat=7","nextItem":{"@type":"ListItem","@id":"https:\/\/haughtypenguin.com\/?cat=166#listItem","name":"Home Servers"},"previousItem":{"@type":"ListItem","@id":"https:\/\/haughtypenguin.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/haughtypenguin.com\/?cat=166#listItem","position":3,"name":"Home Servers","item":"https:\/\/haughtypenguin.com\/?cat=166","nextItem":{"@type":"ListItem","@id":"https:\/\/haughtypenguin.com\/?p=824#listItem","name":"UFS and Debian: Migrating from FreeNAS to OpenMediaVault"},"previousItem":{"@type":"ListItem","@id":"https:\/\/haughtypenguin.com\/?cat=7#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/haughtypenguin.com\/?p=824#listItem","position":4,"name":"UFS and Debian: Migrating from FreeNAS to OpenMediaVault","previousItem":{"@type":"ListItem","@id":"https:\/\/haughtypenguin.com\/?cat=166#listItem","name":"Home Servers"}}]},{"@type":"Organization","@id":"https:\/\/haughtypenguin.com\/#organization","name":"Haughtypenguin Blog","description":"words from a haughty penguin","url":"https:\/\/haughtypenguin.com\/","logo":{"@type":"ImageObject","url":"https:\/\/haughtypenguin.com\/wp-content\/uploads\/2012\/10\/cropped-favicon.png","@id":"https:\/\/haughtypenguin.com\/?p=824\/#organizationLogo","width":208,"height":250},"image":{"@id":"https:\/\/haughtypenguin.com\/?p=824\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/haughtypenguin.com\/?author=1#author","url":"https:\/\/haughtypenguin.com\/?author=1","name":"alphapenguin","image":{"@type":"ImageObject","@id":"https:\/\/haughtypenguin.com\/?p=824#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/1b34a48e2c7f4044d073015bb12d4ab072904470f2b795c0967796fd442717c8?s=96&d=mm&r=g","width":96,"height":96,"caption":"alphapenguin"}},{"@type":"WebPage","@id":"https:\/\/haughtypenguin.com\/?p=824#webpage","url":"https:\/\/haughtypenguin.com\/?p=824","name":"UFS and Debian: Migrating from FreeNAS to OpenMediaVault - Haughtypenguin Blog","description":"I have been trying to migrate away from freeNAS for the past 2 years now since the advent of Open Media Vault. I've come across the issue of accessing data from my UFS filesystem drives ( freeNAS uses has the option to use UFS being based on BSD platform). Suffice it to say it was","inLanguage":"en","isPartOf":{"@id":"https:\/\/haughtypenguin.com\/#website"},"breadcrumb":{"@id":"https:\/\/haughtypenguin.com\/?p=824#breadcrumblist"},"author":{"@id":"https:\/\/haughtypenguin.com\/?author=1#author"},"creator":{"@id":"https:\/\/haughtypenguin.com\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/haughtypenguin.com\/wp-content\/uploads\/2013\/01\/NAS.jpg","@id":"https:\/\/haughtypenguin.com\/?p=824\/#mainImage","width":558,"height":150},"primaryImageOfPage":{"@id":"https:\/\/haughtypenguin.com\/?p=824#mainImage"},"datePublished":"2013-01-19T17:02:55-05:00","dateModified":"2013-03-06T22:26:36-05:00"},{"@type":"WebSite","@id":"https:\/\/haughtypenguin.com\/#website","url":"https:\/\/haughtypenguin.com\/","name":"Haughtypenguin Blog","description":"words from a haughty penguin","inLanguage":"en","publisher":{"@id":"https:\/\/haughtypenguin.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"Haughtypenguin Blog - words from a haughty penguin","og:type":"article","og:title":"UFS and Debian: Migrating from FreeNAS to OpenMediaVault - Haughtypenguin Blog","og:description":"I have been trying to migrate away from freeNAS for the past 2 years now since the advent of Open Media Vault. I've come across the issue of accessing data from my UFS filesystem drives ( freeNAS uses has the option to use UFS being based on BSD platform). Suffice it to say it was","og:url":"https:\/\/haughtypenguin.com\/?p=824","og:image":"https:\/\/haughtypenguin.com\/wp-content\/uploads\/2012\/10\/cropped-favicon.png","og:image:secure_url":"https:\/\/haughtypenguin.com\/wp-content\/uploads\/2012\/10\/cropped-favicon.png","og:image:width":208,"og:image:height":250,"article:published_time":"2013-01-19T22:02:55+00:00","article:modified_time":"2013-03-07T03:26:36+00:00","twitter:card":"summary_large_image","twitter:title":"UFS and Debian: Migrating from FreeNAS to OpenMediaVault - Haughtypenguin Blog","twitter:description":"I have been trying to migrate away from freeNAS for the past 2 years now since the advent of Open Media Vault. I've come across the issue of accessing data from my UFS filesystem drives ( freeNAS uses has the option to use UFS being based on BSD platform). Suffice it to say it was","twitter:image":"https:\/\/haughtypenguin.com\/wp-content\/uploads\/2012\/10\/cropped-favicon.png"},"aioseo_meta_data":{"post_id":"824","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-12-31 15:41:00","updated":"2025-12-31 15:41:00","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/haughtypenguin.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/haughtypenguin.com\/?cat=7\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/haughtypenguin.com\/?cat=166\" title=\"Home Servers\">Home Servers<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tUFS and Debian: Migrating from FreeNAS to OpenMediaVault\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/haughtypenguin.com"},{"label":"Technology","link":"https:\/\/haughtypenguin.com\/?cat=7"},{"label":"Home Servers","link":"https:\/\/haughtypenguin.com\/?cat=166"},{"label":"UFS and Debian: Migrating from FreeNAS to OpenMediaVault","link":"https:\/\/haughtypenguin.com\/?p=824"}],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/haughtypenguin.com\/wp-content\/uploads\/2013\/01\/NAS.jpg","jetpack_shortlink":"https:\/\/wp.me\/phjRYe-di","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/haughtypenguin.com\/index.php?rest_route=\/wp\/v2\/posts\/824","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/haughtypenguin.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/haughtypenguin.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/haughtypenguin.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/haughtypenguin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=824"}],"version-history":[{"count":2,"href":"https:\/\/haughtypenguin.com\/index.php?rest_route=\/wp\/v2\/posts\/824\/revisions"}],"predecessor-version":[{"id":853,"href":"https:\/\/haughtypenguin.com\/index.php?rest_route=\/wp\/v2\/posts\/824\/revisions\/853"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/haughtypenguin.com\/index.php?rest_route=\/wp\/v2\/media\/852"}],"wp:attachment":[{"href":"https:\/\/haughtypenguin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=824"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/haughtypenguin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=824"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/haughtypenguin.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=824"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}