OMV源

由于大陆的网络环境关系,系统更新及插件安装均呈现不稳定的态势,那么挑选一个可靠稳定的源就成为了日常维护使用的关键,OpenMediaVault系统基于debian,那么其源也遵循debian的规则。以下根据我数年的使用经验贴出大陆比较稳定的源,供大家参考。

OMV中的源有以下几部分组成:

  1. Debian的源
  2. OMV的源
  3. OMV插件的源
  4. 其它自定义源

OMV0.5、OMV1.X、OMV2.X都是基于debian7,那么这个几个版本的debian源只能使用debian7的。此处仅列出构架最全、使用也最稳定的源,即中科大维护的debian中国官方源。不要迷信163,也不要迷信阿里云,中科大最稳定可靠。

## 打开/etc/apt/sources.list文件注释掉原来的源(在每行前加#)##
## 复制以下代码到sources.list ##
deb  http://ftp.cn.debian.org/debian wheezy main contrib non-free
deb  http://ftp.cn.debian.org/debian wheezy-updates main contrib non-free
deb  http://ftp.cn.debian.org/debian/ wheezy-proposed-updates main contrib non-free
deb  http://ftp.cn.debian.org/debian wheezy-backports main contrib non-free

OMV3是基于debian8的,如果你用debian8或OMV3,那么可使用以下源:

## 打开/etc/apt/sources.list文件注释掉原来的源(在每行前加#)##
## 复制以下代码到sources.list ##
deb http://mirrors.ustc.edu.cn/debian/ jessie main contrib non-free
deb http://mirrors.ustc.edu.cn/debian/ jessie-updates main contrib non-free
deb http://mirrors.ustc.edu.cn/debian/ jessie-backports main contrib non-free
deb http://mirrors.ustc.edu.cn/debian-security/ jessie/updates main contrib non-free
 

目前最新版OMV4是基于debian9的,如果你试用debian9或OMV4,那么可使用以下源:

## 打开/etc/apt/sources.list文件注释掉原来的源(在每行前加#)##
## 复制以下代码到sources.list ##
deb https://mirrors.ustc.edu.cn/debian/ stretch main contrib non-free
deb https://mirrors.ustc.edu.cn/debian/ stretch-updates main contrib non-free
deb https://mirrors.ustc.edu.cn/debian/ stretch-backports main contrib non-free
deb https://mirrors.ustc.edu.cn/debian-security/ stretch/updates main contrib non-free
 

OMV的源选择性就少了,除了官方的源,在有就是sourceforge的源,这个可根据自己情况二选一,下面是OMV2的源:

## 打开/etc/apt/sources.list.d/openmediavault.list文件##
## 下面两行任选一行使用##
deb http://packages.openmediavault.org/public stoneburner main
deb http://downloads.sourceforge.net/project/openmediavault/packages stoneburner main
 

下面是OMV3的源:

## 打开/etc/apt/sources.list.d/openmediavault.list文件##
## 下面两行任选一行使用##
deb http://packages.openmediavault.org/public erasmus main
deb http://downloads.sourceforge.net/project/openmediavault/packages erasmus main
 

OMV插件的源目前还没有镜像,没有选择余地,若不通就得想办法跃墙,此外就是自定义源,比如手动安装Resilio-sync(原Bitsync)源,命令安装,这里就不列举了。上面debian的源没有列出源码源,要编译软件的需要自己添加源码源,若你不知什么是源码源可以飘过。

附:debian中科大源生成器