k8s extender_Windows Home Server的Drive Extender的9種選擇

k8s extender

k8s extender

Now that Microsoft has officially killed off the best part about Windows Home Server what can you do? Here are some alternatives for drive extender that you can use if you want to build a WHS of your own.

既然Microsoft正式取消了Windows Home Server的最佳功能,您該怎么辦? 如果要構建自己的WHS,可以使用以下一些驅動器擴展器替代方案。

那么什么是驅動器擴展器? (So What Is Drive Extender?)

The idea of drive extender for Windows Home Server is you can have as many hard drives as you want and they all group together into the same pool of storage. This is similar to a RAID setup but drive extender had a few cards up it’s sleeve that made it invaluable for a NAS appliance.

Windows Home Server的驅動器擴展器的想法是,您可以根據需要擁有任意數量的硬盤驅動器,并且它們全部組合到同一個存儲池中。 這類似于RAID設置,但驅動器擴展器的袖子上有幾張卡,這使其成為NAS設備的無價之寶。

  • No special RAID controller or hardware was needed.

    不需要特殊的RAID控制器或硬件。
  • Hard drives did not have to match in size or manufacturer so you could literally take any hard drive and use it in your pool.

    硬盤驅動器的大小或制造商沒有必要匹配,因此您可以從字面上取出任何硬盤驅動器并在池中使用它。
  • Hard drives used standard NTFS filesystems. If something bad happened, you could just pull out the drive and plug it into another computer to view and recover files.

    硬盤使用標準的NTFS文件系統。 如果出了點問題,您可以拔出驅動器并將其插入另一臺計算機以查看和恢復文件。

There were some downsides to drive extender as well and version 2 for Windows Home Server “Vail” was supposed to fix most of those problems. However Microsoft ran into other problems with v2 and they did not see it in their best interest to continue maintaining the software.

驅動擴展器也有一些缺點,并且Windows Home Server“ Vail”的版本2應該可以解決大多數問題。 但是,Microsoft在v2中遇到了其他問題,他們認為繼續維護該軟件并不是最大的利益。

Windows Home Server had a few other benefits as a storage solution over a standard Windows installation but for many people, drive extender was the only reason to use the product. Now that Microsoft has killed it off, let’s look at some alternatives.

Windows Home Server作為存儲解決方案比標準Windows安裝還有其他一些好處,但是對于許多人來說,驅動器擴展器是使用該產品的唯一原因。 現在,微軟已經將其殺死了,讓我們看看一些替代方案。

I am not going to shy away from Linux alternatives in this list because in many cases Linux may be easier and better for the solution you are looking for. Linux has the benefit of being free, has lower hardware requirements, and if you are just looking for shared storage, 100% compatible with samba shares for Windows and OS X.

在此列表中,我不會回避Linux的替代方案,因為在許多情況下,對于您正在尋找的解決方案,Linux可能會更容易,更好。 Linux具有免費的優勢,對硬件的要求更低,并且如果您正在尋找共享存儲,則與Windows和OS X的samba共享100%兼容。

Windows替代 (Windows Alternatives)

Windows built-in software RAID – Windows has come with its own software RAID built into the OS since the Windows 2000 days. While this solution may not have the best performance, it doesn’t require any additional software and is supported by Microsoft. If you are looking to set up Windows software RAID check out our how-to article explaining the process.

Windows內置軟件RAID –自Windows 2000以來,Windows便已在操作系統中內置了自己的軟件RAID。 盡管此解決方案可能無法獲得最佳性能,但它不需要任何其他軟件,并且受Microsoft支持。 如果您要設置Windows軟件RAID,請查看我們的方法文章以說明該過程。

Note: Software RAID options may not be available in all versions of Windows.

注意:并非在所有版本的Windows中都可以使用軟件RAID選項。

disParity –? disParity is a software RAID solution that is very minimalistic. It is completely command line driven which can be very good for some people and very scary for others. It will allow you to set up your data drives and then also keep a parity drive for recovery. It doesn’t quite group drives in a pool of information but more focuses on the recovery aspect of RAID.

disParity – DisParity是一種非常簡單的軟件RAID解決方案。 它完全是命令行驅動的,對某些人可能非常有用,而對其他人則非常可怕。 它將允許您設置數據驅動器,然后保留奇偶校驗驅動器以進行恢復。 它并沒有將驅動器歸為一組信息,而是更多地關注RAID的恢復方面。

FlexRAID – flexRAID, similar to disParity, focuses on the recovery abilities of RAID rather than the massive storage pool. It requires a parity drive, just like disParity, but it can be configured from a web page and runs as a Windows service. There are also instructions in their forums on setting up FlexRAID on an existing Windows Home Server if you already have one.

FlexRAID – flexRAID與disParity相似,專注于RAID的恢復能力,而不是大型存儲池。 像disParity一樣,它需要奇偶校驗驅動器,但是可以從網頁進行配置并作為Windows服務運行。 如果您已經擁有Windows Home Server,則在他們的論壇中也有關于在現有Windows Home Server上設置FlexRAID的說明。

Linux替代品 (Linux Alternatives)

Logical Volume Management – LVM provides a management layer to set up multiple disks spanning into one, dynamic resizing of volumes, and even hard drive replacements inside of a volume. As a matter of fact, LVM sounds like the perfect alternative for any Linux based WHS replacement and it comes with every major distribution. Be sure to check out our upcoming how-to on setting it up with Ubuntu Server.

邏輯卷管理– LVM提供了一個管理層來設置多個磁盤,包括一個磁盤,動態調整卷大小,甚至替換卷內的硬盤驅動器。 實際上,LVM聽起來像是任何基于Linux的WHS替代品的完美替代品,它隨每個主要發行版一起提供。 請務必查看我們即將推出的使用Ubuntu Server進行設置的方法。

unRAID – Lime Tech, the company behind unRAID, provides DIY licenses to build your own setup as well as whole servers that can replace your current NAS. The DIY server is designed to run completely from a USB drive and has the flexibility of drive extender while also keeping the data recovery of RAID. The server is free if you have 3 or less hard drives and there are reasonable license costs for more drives. If you are looking for a quick overview on how it works check out Revision 3’s video.

unRAID -石灰技術,該公司背后unRAID ,提供DIY許可建立自己的設置,以及整體的服務器上,可以取代當前的NAS。 DIY服務器旨在完全從USB驅動器運行,并具有驅動器擴展器的靈活性,同時還可以保持RAID的數據恢復。 如果您擁有3個或更少的硬盤驅動器,并且免費提供更多驅動器,則服務器是免費的。 如果您想快速了解其工作原理,請查看修訂版3的視頻。

MooseFS – MooseFS is a bit more involved than the other solutions but it is much more flexible as well. All of the other solutions have relied on one machine with a lot of hard drives plugged in. MooseFS relies on a couple servers running management with a lot of other computers doing the storage. It is called a distributed filesystem and if you have Linux computers lying around your house this may be your best solution. Otherwise it probably is best to leave it for corporations and businesses.

MooseFS – MooseFS比其他解決方案要復雜得多,但也更加靈活。 所有其他解決方案都依賴一臺插入大量硬盤的計算機。MooseFS依賴于運行管理的幾臺服務器以及許多其他計算機進行存儲。 它稱為分布式文件系統,如果您的房屋周圍有Linux計算機,這可能是最好的解決方案。 否則,最好將它留給公司和企業使用。

GlusterFS – Gluster is a lot like MooseFS above, and Ceph below, and is probably a bit of a bigger solution than you are looking for. Gluster is another distributed file system that doesn’t rely on one computer to do all the storage, but you will need at least one that is on all the time to host the shared volumes to your clients.

GlusterFS – Gluster與上面的MooseFS和下面的Ceph非常相似,并且可能是比您想要的解決方案更大的解決方案。 Gluster是另一種分布式文件系統,它不依賴一臺計算機來完成所有存儲,但是您將需要至少一個一直在運行的系統來將共享卷托管到客戶端。

Beta選項 (Beta Options)

All of the options above are fully stable and at least somewhat mature options. There are a couple more options you may want to look at. Despite being beta releases, they have some features that the others may not incorporate.

以上所有選項都是完全穩定的,至少有些成熟。 您可能還需要查看其他幾個選項。 盡管是beta版本,但它們具有某些其他功能可能未合并的功能。

Greyhole – Greyhole project employs the JBOD approach to storage but along with local disks you can also mount and use remote filesystems in your storage pool. Unlike some other solutions that only create a storage pool or only focus on redundancy, greyhole can do both and is a great open source alternative to drive extender and folder duplication on WHS.

Greyhole – Greyhole項目采用JBOD方法進行存儲,但是與本地磁盤一起,您也可以在存儲池中掛載和使用遠程文件系統。 與僅創建存儲池或僅關注冗余的其他解決方案不同,greyhole可以同時實現這兩者,并且是在WHS上驅動擴展器和文件夾復制的絕佳開源替代方案。

Ceph – Ceph is a new distributed file system that is just now starting to make its way into the Linux kernel. While it is very similar to MoosFS and Gluster it boasts better performance, is based on BTRFS, and has a cool octopus logo. It is aimed to be use by businesses and isn’t ready for deployment yet, but so was WHS in a sense.

Ceph – Ceph是一個新的分布式文件系統,剛剛開始進入Linux內核。 盡管它與MoosFS和Gluster非常相似,但它具有更好的性能,它基于BTRFS,并且具有很酷的章魚徽標。 它旨在供企業使用,尚未準備好進行部署,但從某種意義上說,WHS也是如此。

翻譯自: https://www.howtogeek.com/howto/36458/9-alternatives-for-windows-home-servers-drive-extender/

k8s extender

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/278545.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/278545.shtml
英文地址,請注明出處:http://en.pswp.cn/news/278545.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

為什么element的el-backtop會不管用,來看這里

<template>Scroll down to see the bottom-right button.<el-backtop target".page-component__scroll .el-scrollbar__wrap"></el-backtop> </template>把target指向你要產生“回到頂部”按鈕的組件&#xff0c; 這個組件一定要是產生滾動條…

如何創建一份springboot的docker鏡像

2019獨角獸企業重金招聘Python工程師標準>>> FROM centos:7 ENV JAVA_HOME /usr/java/jdk1.7.0_55 ENV MAC_PUBLISH_PATH /home/app ENV LOG_PATH /var/log ENV PATH $JAVA_HOME/bin:$PATH ENV TIME_ZONE Asia/Shanghai COPY jdk-7u55-linux-x64.rpm /opt/ RUN mkd…

Xamarin.Android 開發中遇到旋轉屏幕錯誤

錯誤信息 : System.NotSupportedException: Unable to find the default constructor on type App5.MyFragment. Please provide the missing constructor. 錯誤圖片&#xff1a; 解決方法&#xff1a;干脆不讓他旋轉屏幕&#xff0c;當下QQ、微信等app都沒有旋轉等功能&#…

原生js打印指定節點元素

很簡單&#xff08;可粘貼至txt文檔后改后綴為html打開看效果&#xff09;&#xff1a; <!doctype html> <html lang"en"> <head><meta charset"utf-8"><title>打印</title><meta name"viewport" conte…

Android社會化分享詳解

前言現如今app市場競爭激烈&#xff0c;做app不會放過任何推廣自己的app的渠道&#xff0c;如果app中沒有社會化分享功能&#xff0c;那真的是OUT了&#xff0c;我們先來看下一些app中的分享界面功能吧。現在主流的分享平臺&#xff0c;一般用的都是微信、QQ、微博&#xff0c;…

windows7黑屏修復_如何在Windows 10更新后修復黑屏

windows7黑屏修復RealVector/Shutterstock.comRealVector / Shutterstock.comSome Windows 10 PCs have been rebooting to a black screen after installing the June 2019 cumulative update from Windows Update. This seems scary at first, but luckily there’s a quick …

[sol]250OJ 1~10

下載 轉載于:https://www.cnblogs.com/yztblog/p/10208314.html

vue/cli4 創建vue項目選項詳解

多版本創建項目一、vue-cli2.x二、vue-cli3.x三、vue-cli4.x1.查看 vue 版本&#xff1a; 項目中,找到package.json文件夾 找"dependencies"中的vue &#xff1b; 若無項目&#xff0c;在cmd中輸入 where vue&#xff0c;cd到vue目錄下輸入 npm list vue &#xff0c…

java 商品評價計算算法

import java.io.Serializable; import java.lang.ref.ReferenceQueue; import java.lang.ref.WeakReference; import java.math.BigDecimal; import java.math.RoundingMode;/*** 商品評價算法* * project icomment* fileName ProductScore.java* Description* author light-z…

rainmeter使用教程_如何使用Rainmeter在桌面上顯示報價

rainmeter使用教程I’ve never really been a desktop gadgets and widgets type of person, but I often put an inspirational quote on my desktop wallpaper. Today we’ll show you how to do this using Rainmeter, no matter what wallpaper you switch to. 我從來沒有真…

Some code changes cannot be hot swapped into a running virtual machine

java運行中修改代碼不能改變立刻應用到本次運行中轉載于:https://www.cnblogs.com/Pusteblume/p/10211110.html

自定義v-drag指令(橫向拖拽滾動)

指令 Vue.directive(drag, {// 鉤子函數&#xff0c;被綁定元素插入父節點時調用 (父節點存在即可調用&#xff0c;不必存在于 document 中)。inserted: (el, binding, vnode, oldVnode) > {console.log(el, binding, vnode, oldVnode)let drag el; // 要拖拽的元素// let …

javascript獲取時間差

function GetDateDiff(startTime, endTime, diffType) {//將xxxx-xx-xx的時間格式&#xff0c;轉換為 xxxx/xx/xx的格式 startTime startTime.replace(/\-/g, "/");endTime endTime.replace(/\-/g, "/");//將計算間隔類性字符轉換為小寫diffType diffTy…

JMeter擴展JMeter插件獲取更多監聽器

為了獲取更多監聽器&#xff0c;方便的監控系統及應用&#xff0c;有必要安裝第三方插件 插件下載地址&#xff1a; https://jmeter-plugins.org/downloads/old/ http://pan.baidu.com/s/1gfC11yN 注&#xff1a;如果插件和軟件版本不兼容&#xff0c;可能在開啟Jmeter時會報錯…

如何阻止Chrome(或Edge)接管媒體密鑰

Google Chrome now has built-in support for media keys. Unfortunately, Chrome will take over your media keys and prevent them from controlling apps like Spotify when you’re watching YouTube, for example. Here’s how to make Chrome ignore your media keys. G…

js滾動條滾動到指定元素

let item document.getElementById("item"); // 指定的元素 let wrapper document.getElementById("wrapper"); // 其父元素 - 必須是產生滾動條的元素// 元素聚焦法定位 // item.focus(); // 可用 outline:none; 除去聚焦產生的框; 對于默認沒有聚焦的…

開源性能測試工具JMeter快速入門(一)

目錄一、JMeter簡介二、JMeter功能介紹三、JMeter腳本四、關于JMeter小提示一、JMeter簡介1.定義JMeter是Apache組織開發的基于Java的壓力測試工具。用于對軟件做壓力測試&#xff0c;它最初被設計用于Web應用測試&#xff0c;但后來擴展到其他測試領域。 1&#xff09;它可以用…

八重州8900如何解鎖_八重貴族怪胎之路

八重州8900如何解鎖Dealing with computers day in and day out can be a harrowing experience. In difficult times, or even when things are idle, finding some spirituality can help cope with the experience—Techies: I give you the Eightfold Noble Geek Path. 日…

mysql 5.7.18 winx64安裝配置方法

在mysql-5.7.18-winx64文件夾下新建my.ini文件[mysql] # 設置mysql客戶端默認字符集 default-character-setutf8 [mysqld] #設置3306端口 port 3306 # 設置mysql的安裝目錄 basedirD:\Program Files\mysql-5.7.18-winx64 # 設置mysql數據庫的數據的存放目錄 datadirD:\Prog…

js 實現拖拽滾動、滾輪縮放元素函數和案例

文章目錄一、拖拽滾動1、封裝函數2、示例&#xff1a;二、滾輪縮放1、封裝函數2、結合拖拽滾動示例一、拖拽滾動 1、封裝函數 /*** description 使用鼠標拖拽div&#xff0c;實現橫向、縱向滾動* param el 被拖拽滾動的元素&#xff08;產生滾動條的元素&#xff09;*/functio…