CentOS 7 挂载NFS
安装NFS服务yum install nfs-utils -y创建挂载目录,直接挂载NFSmount -t nfs 10.15.2.3:/volume1/OA-NAS/File-Share /mnt/File-Share如果直接挂载报错“mount.nfs: Protocol not supported”,那需要-o vers指定NFS版本示例:mount -t nfs -o vers=4....
阅读全文
安装NFS服务yum install nfs-utils -y创建挂载目录,直接挂载NFSmount -t nfs 10.15.2.3:/volume1/OA-NAS/File-Share /mnt/File-Share如果直接挂载报错“mount.nfs: Protocol not supported”,那需要-o vers指定NFS版本示例:mount -t nfs -o vers=4....
阅读全文
smbiosDump|grep "Size: "
阅读全文
Zabbix官方方案https://www.zabbix.com/cn/integrations/smart1. 使用Zabbix Agent 2,Windows可以直接下载使用,Linux需要通过参数-enable-agent2编译安装2. 安装Smartmontools,版本要求7.1+3. Windows平台zabbix_agentd.conf需要增加配置,定义smartctl的路径P...
阅读全文