ARM 的 NAS 安装 Plex 的优化方案-节省root根路径的空间占用

原创文章,转载请注明出处!

前面有篇文章已经有相关的mycloud安装plex的一键包了,不过需要占用500M左右的根空间,安装过程中还需要挂载500mb的/tmp临时目录。

这次,我要说的是,全手动安装plex到nas,实现自定义存放路径+自启动。

1、下载:去官网(www.plex.tv)下载群晖的插件,一个spk为扩展名的包。

例如: PlexMediaServer-0.9.11.16.958-80f1748-arm7.spk   //红色部分,请自行更换成你自己的

下载好后,仍到 /share/scjtqs/(我的4T硬盘的存储挂载点)下

浏览全部

在mycloud/debian-armhf 上安装plex server

sudo su
# add my public key
wget -O - https://dev2day.de/pms/dev2day-pms.gpg.key | apt-key add -
# add my PMS repo
echo "deb [arch=armhf] https://dev2day.de/pms/ jessie main" >> /etc/apt/sources.list.d/pms.list
# activate https
apt-get install apt-transport-https
#enable armhf support
dpkg --add-architecture armhf 
# update the repos
apt-get update
# install PMS
apt-get install plexmediaserver-installer:armhf

安装完成后,replace ip.address with your actual local IP http://ip.address:32400/web or http://ip.address:32400/manage/index.html#!/setup

进行续集。

浏览全部

在你的debian/ubuntu安装Plex Media Server

Plex is an awesome media server software that is ‘family-proof’, even my technically challenged stepmom can use plex which makes it perfect if you are trying to create an htpc home media server solution for friends or family. Plex will stream to practically any device in your house: iPad, iPhone, Android tablets, Roku, Raspberry Pi and other PCs. Let’s install it on Debian Wheezy for x86 and x64 systems. If you are on an ARM device then use the Raspberry Pi guide.

1、先安装源和密钥

浏览全部

带你3步快速掌握iSCSI搭建-转

首先呢,给大家说一下本次教程的环境:系统版本:RedHat Enterprise Linux 6.2

在搭建iSCSI前呢,先把SELinux禁用;关闭防火墙并清空所有规则。并配置好yum源(直接挂载本地光盘,yum源指向本地就行)。

基于RHCS+iSCSI+CLVM实现Web服务的共享存储集群架构 http://www.linuxidc.com/Linux/2013-05/84888.htm

Linux环境iSCSI存储及多路径功能配置http://www.linuxidc.com/Linux/2013-05/84635.htm

构建基于IP SAN的iSCSI存储系统http://www.linuxidc.com/Linux/2013-05/84570.htm

Citrix XenServer中安装CentOS 6.0并配置iSCSI服务http://www.linuxidc.com/Linux/2013-01/78461.htm

CentOS 5.3 使用iSCSI挂载存储磁盘柜http://www.linuxidc.com/Linux/2011-01/31529.htm

开始搭建

 

浏览全部