{"id":713,"date":"2021-04-03T11:43:04","date_gmt":"2021-04-03T09:43:04","guid":{"rendered":"https:\/\/apfelcast.com\/?p=713"},"modified":"2021-04-03T11:43:04","modified_gmt":"2021-04-03T09:43:04","slug":"raspberry-pi-nas-server-selbst-bauen-openmediavault-auf-dem-pi-2020","status":"publish","type":"post","link":"https:\/\/it-ion.de\/index.php\/2021\/04\/03\/raspberry-pi-nas-server-selbst-bauen-openmediavault-auf-dem-pi-2020\/","title":{"rendered":"Raspberry Pi NAS Server selbst bauen! OpenMediaVault auf dem Pi 2020"},"content":{"rendered":"\n<div class=\"brlbs-cmpnt-container brlbs-cmpnt-content-blocker brlbs-cmpnt-with-individual-styles\" data-borlabs-cookie-content-blocker-id=\"default\" data-borlabs-cookie-content=\"PGlmcmFtZSB0aXRsZT0iWW91VHViZSB2aWRlbyBwbGF5ZXIiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvSkd4Mm43cmtmcjgiIHdpZHRoPSI1NjAiIGhlaWdodD0iMzE1IiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPSJhbGxvd2Z1bGxzY3JlZW4iPjwvaWZyYW1lPg==\">\n<div class=\"brlbs-cmpnt-cb-preset-a\">\n<p class=\"brlbs-cmpnt-cb-description\">Sie sehen gerade einen Platzhalterinhalt von <strong>Standard<\/strong>. Um auf den eigentlichen Inhalt zuzugreifen, klicken Sie auf die Schaltfl\u00e4che unten. Bitte beachten Sie, dass dabei Daten an Drittanbieter weitergegeben werden.<\/p>\n<div class=\"brlbs-cmpnt-cb-buttons\"> <a class=\"brlbs-cmpnt-cb-btn\" href=\"#\" data-borlabs-cookie-unblock role=\"button\">Inhalt entsperren<\/a> <a class=\"brlbs-cmpnt-cb-btn\" href=\"#\" data-borlabs-cookie-accept-service role=\"button\" style=\"display: none\">Erforderlichen Service akzeptieren und Inhalte entsperren<\/a> <\/div>\n<p> <a class=\"brlbs-cmpnt-cb-provider-toggle\" href=\"#\" data-borlabs-cookie-show-provider-information role=\"button\">Mehr Informationen<\/a> <\/div>\n<\/div>\n<p>So einfach kannst du deinen Raspberry Pi in ein NAS (Network Attached Store) verwandeln! Der g\u00fcnstige mini Computer Raspberry Pi eignet sich ideal f\u00fcr Home-Server Anwendungen.<\/p>\n<p>\u00bb Relevante Videos:<br \/>\nZugriff auf das PiNAS auf dem Internet: <a href=\"https:\/\/cc.apfelcast.com\/xehwa\">https:\/\/cc.apfelcast.com\/xehwa<\/a><br \/>\nPiNAS in die Nextcloud hinzuf\u00fcgen: <a href=\"https:\/\/cc.apfelcast.com\/8sgpt\">https:\/\/cc.apfelcast.com\/8sgpt<\/a><br \/>\nOpenMediaVault auf Linux-Server installieren: <a href=\"https:\/\/youtu.be\/DswgmXZcDTE\">https:\/\/youtu.be\/DswgmXZcDTE<\/a><br \/>\nNextcloud auf Raspberry Pi installieren: <a href=\"https:\/\/youtu.be\/hEFzZglKtOY\">https:\/\/youtu.be\/hEFzZglKtOY<\/a><\/p>\n<p>\u00bb Verwendete Produkte:<br \/>\nRaspberry Pi 4B 4GB RAM: <a href=\"https:\/\/amzn.to\/2YcwtbF\">https:\/\/amzn.to\/2YcwtbF<\/a><br \/>\nExterne Festplatte: <a href=\"https:\/\/amzn.to\/3eehseV\">https:\/\/amzn.to\/3eehseV<\/a><br \/>\nExternes RAID Geh\u00e4use (2 HDD): <a href=\"https:\/\/amzn.to\/3jRrrds\">https:\/\/amzn.to\/3jRrrds<\/a><br \/>\nExternes RAID Geh\u00e4use (4 HDD): <a href=\"https:\/\/amzn.to\/3jZMTgj\">https:\/\/amzn.to\/3jZMTgj<\/a><br \/>\nMicro SD Karte: <a href=\"https:\/\/amzn.to\/3fzkRFC\">https:\/\/amzn.to\/3fzkRFC<\/a><br \/>\nUSB-C 3A Netzteil: <a href=\"https:\/\/amzn.to\/37FkQgB\">https:\/\/amzn.to\/37FkQgB<\/a><br \/>\nRaspberry Pi 4B Geh\u00e4use: <a href=\"https:\/\/amzn.to\/3ekom2E\">https:\/\/amzn.to\/3ekom2E<\/a><br \/>\nGigabit LAN Kabel: <a href=\"https:\/\/amzn.to\/2YcB5yF\">https:\/\/amzn.to\/2YcB5yF<\/a><br \/>\nFritz!Box 6660 Cable: <a href=\"https:\/\/amzn.to\/3fE52gG\">https:\/\/amzn.to\/3fE52gG<\/a><\/p>\n<p>&nbsp;<\/p>\n<div id=\"93964-1\"><script src=\"\/\/ads.themoneytizer.com\/s\/gen.js?type=1\"><\/script><script src=\"\/\/ads.themoneytizer.com\/s\/requestform.js?siteId=93964&#038;formatId=1\"><\/script><\/div>\n<p>&nbsp;<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">###### Install OMV Raspberry Pi ######\n\n## chnage password ##\npasswd\n\n## change user to root ##\nsudo su\n\n## update Raspbian ##\napt update &amp;&amp; apt upgrade -y\n\n## delete network symlink ##\nrm -f \/etc\/systemd\/network\/99-default.link\n\n## reboot ##\nreboot\n\n## login &amp; change user to root ##\nsudo su\n\n## install OMV 5 using install skript ##\nwget -O - https:\/\/github.com\/OpenMediaVault-Plugin-Developers\/installScript\/raw\/master\/install | sudo bash\n\n## reboot after installation ##\nreboot\n\n## open Raspberry Pi's IP in Browser ##\nhttp:\/\/raspberrypi.local<\/pre>\n<p>&nbsp;<\/p>\n<h3>apfelcast Support<\/h3>\n<p>Du ben\u00f6tigst Unterst\u00fctzung bei deinem Projekt oder hast Fragen zur Umsetzung?<br \/>\n<strong>Dann melde ich gern bei uns!<\/strong><\/p>\n<p>[button link=&#8220;https:\/\/apfelcast.com\/kontakt&#8220; type=&#8220;big&#8220; class=&#8220; custom-button&#8220;] Kontaktieren[\/button]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sie sehen gerade einen Platzhalterinhalt von Standard. Um auf den eigentlichen Inhalt zuzugreifen, klicken Sie&#8230;<\/p>\n","protected":false},"author":1,"featured_media":714,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-713","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-allgemein"],"taxonomy_info":{"category":[{"value":1,"label":"Allgemein"}]},"featured_image_src_large":["https:\/\/it-ion.de\/wp-content\/uploads\/2021\/04\/maxresdefault-3-1-1024x576.jpg",1024,576,true],"author_info":{"display_name":"Daniel Klozb\u00fccher","author_link":"https:\/\/it-ion.de\/index.php\/author\/wp-master\/"},"comment_info":0,"category_info":[{"term_id":1,"name":"Allgemein","slug":"allgemein","term_group":0,"term_taxonomy_id":1,"taxonomy":"category","description":"","parent":0,"count":89,"filter":"raw","cat_ID":1,"category_count":89,"category_description":"","cat_name":"Allgemein","category_nicename":"allgemein","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts\/713","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/comments?post=713"}],"version-history":[{"count":0,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts\/713\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/media\/714"}],"wp:attachment":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/media?parent=713"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/categories?post=713"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/tags?post=713"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}