随笔分类 -  nfs

摘要:Dockerfile FROM ubuntu:25.10 RUN sed -i 's@archive.ubuntu.com@mirrors.aliyun.com@g' /etc/apt/sources.list.d/ubuntu.sources \ && sed -i 's@archive.ubun 阅读全文
posted @ 2026-02-13 14:57 小吉猫 阅读(11) 评论(0) 推荐(0)
摘要:安装 nfs server centos yum -y install nfs-utils && systemctl enable nfs --now ubuntu apt-get -y install nfs-kernel-server NFSv3 查看 nfs 端口 rpcinfo -p pro 阅读全文
posted @ 2025-01-27 17:31 小吉猫 阅读(51) 评论(0) 推荐(0)
摘要:nfs-server IP # ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 阅读全文
posted @ 2023-03-02 11:39 小吉猫 阅读(72) 评论(0) 推荐(0)
摘要:一 安装nfs服务 root@ceph-node04:~# apt-get -y install nfs-kernel-server 二 创建共享目录 root@ceph-node04:~# mkdir -pv /data/webapp/{images,static} mkdir: created 阅读全文
posted @ 2021-12-13 17:54 小吉猫 阅读(756) 评论(0) 推荐(0)