在查找相关资料的过程中在OpenMediaVault的官网坛子里发现了可以把OpenMediaVault装到Raspberry PI上,链接在这里:
OpenMediaVault on Raspberry Pi [armel],之前买的PI买来装了个官网的LINUX系统之后就扔在家里已经生灰好几个月了.
安装步骤如下:
(
一定要这版本,我之前没注意看原贴用了好几个版本花了好几天,还问了好多问题才发现 )
下载在这里
用win32diskimager-binary工具进行刻写到SD卡上(PI系统硬盘就是SD卡)
然后启动,用用户PI登陆,进入到命令行后
- sudo su
- nano /etc/apt/sources.list
复制代码Change the contents of /etc/apt/sources.list on
就是在/etc/apt/sources.list里把内容改成下面的
- #~~~~~~Squeeze~~~~~~#
- deb http://ftp.pl.debian.org/debian/ squeeze main non-free contrib
- deb-src http://ftp.pl.debian.org/debian/ squeeze main non-free contrib
- deb http://security.debian.org/ squeeze/updates main contrib non-free
- deb-src http://security.debian.org/ squeeze/updates main contrib non-free
- deb http://ftp.pl.debian.org/debian/ squeeze-updates main non-free contrib
- deb-src http://ftp.pl.debian.org/debian/ squeeze-updates main non-free contrib
- #~~~~~~Backports_Squeeze~~~~~~#
- deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
- #~~~~~~OMV_ARMel~~~~~~~~#
- deb http://teration.net/repo squeeze main
- deb http://security.debian.org/debian-security squeeze/updates main
复制代码
上面是原贴里作者填的源,我光用上面的源装OpenMediaVault的时候还是少些支持文件,我还是加了最下面的那个源才装上了
Then download the key and update repositories
- wget -O - http://teration.net/repo/signkey.gpg.asc | apt-key add -
- apt-get update
- apt-get upgrade
复制代码
Adding user and group www-data
- groupadd www-data
- usermod -a -G www-data www-data
复制代码
Then install OpenMediaVault:
- apt-get install openmediavault
复制代码
ifyou encounter an error when setting up tftpd-hpa package. Then be inthe file /etc/default/tftpd-hpa edit option TFTP_OPTIONS on this below
意思是如果在装tftpd-pda这个包的时候会有个报错,要改个文件 /etc/default/tftpd-hpa的TFTP_OPTIONS选项要改下
- TFTP_OPTIONS="--secure --ipv4"
复制代码
And then complete the installation
When the installation is finished then restart the Raspberry Pi
然后就是完成了
上面是安装过程,但是我好不容易装上了之后出来了界面我输入用户admin密码:openmediavault之后,奶奶的,惊喜的一幕出现了,它一直在这个面页,不进去
我发贴问了,现在还没人回,有高手的话,看下这是什么原因哈,Openmediavault坛子上别人装都是好的,好像就我有这个问题