首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏3分钟云计算

    记Podman 的 no space left on device 错误和感悟

    localhost:~$ journalctl -p err Jul 16 17:33:39 localhost systemd[1]: /etc/systemd/system/var-folders.automount a0bb3a2c8b0b02ba5958b0576f0d6530e104 Jul 16 17:33:39 localhost systemd[1]: /etc/systemd/system/private.automount 71708eb255bc230cd7c91dd26f7667a7b938 Jul 16 17:33:39 localhost systemd[1]: /etc/systemd/system/Users.automount Jul 16 17:33:41 localhost.localdomain systemd[1]: /etc/systemd/system/var-folders.automount:2: Where= 71708eb255bc230cd7c91dd26f7667a7b938 Jul 16 17:33:41 localhost.localdomain systemd[1]: /etc/systemd/system/Users.automount

    32200编辑于 2025-01-22
  • 来自专栏Windows技术交流

    server2025自动应答文件

    PRIMARY SHRINK MINIMUM=2048 FORMAT QUICK FS=NTFS LABEL="Windows" assign letter="W" san policy=onlineall automount CREATE PARTITION PRIMARY SHRINK MINIMUM=2048 FORMAT QUICK FS=ReFS LABEL="Windows" san policy=onlineall automount CREATE PARTITION PRIMARY SHRINK MINIMUM=2048 FORMAT QUICK FS=NTFS LABEL="Windows" san policy=onlineall automount

    79200编辑于 2025-09-12
  • 来自专栏用户8851537的专栏

    解决df -h命令卡住

    执行systemctl restart proc-sys-fs-binfmt_misc.automount; 2. 升级到最新 systemd-219-57 版本; 3. 按照红帽知识库的步骤对 proc-sys-fs-binfmt_misc.automount 进行 mask 操作, 只进行静态的 mount 操作;

    3.2K40发布于 2021-07-22
  • 来自专栏维C果糖

    在 MacOS 系统的 /home 目录下创建文件夹的方法

    加载 auto_master 修改完auto_master文件的内容之后,需要cd到/根目录,执行sudo automount命令,用于使修改后的文件内容生效。 gavin@bogon /home % cd .. gavin@bogon / % sudo automount 创建自定义文件夹 执行完上述命令之后,我们已经可以在/home目录下创建文件夹了。

    4.7K10编辑于 2021-12-07
  • systemd 和 如何修改和创建一个 systemd service (Understanding and administering systemd)

    using Linux cgroups Supports snapshotting and restoring of the system state Maintains mount and automount automount A mountpoint automatically mounted on boot. swap Swap space on the system.

    1.8K00发布于 2020-12-30
  • 来自专栏Windows技术交流

    WinPE下(X:\命令行)系统盘分区示例

    PRIMARY SHRINK MINIMUM=1089 FORMAT QUICK FS=NTFS LABEL="Windows" assign letter="W" san policy=onlineall automount CREATE PARTITION PRIMARY SHRINK MINIMUM=1089 FORMAT QUICK FS=ReFS LABEL="Windows" san policy=onlineall automount CREATE PARTITION PRIMARY SHRINK MINIMUM=1089 FORMAT QUICK FS=NTFS LABEL="Windows" san policy=onlineall automount

    41810编辑于 2025-09-22
  • 来自专栏民工哥技术之路

    NFS客户端mount挂载优化

    485M 35M 426M 8% /boot [root@localhost ~]# /etc/init.d/autofs start Starting automount : automount: program is already running 文件夹,-fstype=nfs 192.168.1.2:/data/bbs [root@localhost ~]# /etc/init.d/autofs restart Stopping automount : [ OK ] Starting automount: [ OK ] [root@localhost ~]# /etc/init.d/autofs status automount (pid 12307) is running...

    4.4K30发布于 2020-09-16
  • 来自专栏全栈程序员必看

    使用 SSHFS 挂载远程的 Linux 文件系统及目录

    请加入如下行: 格式 USERNAME@HOSTNAME_OR_IP:/REMOTE/DIRECTORY /LOCAL/MOUNTPOINT fuse.sshfs noauto,x-systemd.automount 利用/etc/fstab user@host:/remote/folder /mount/point fuse.sshfs noauto,x-systemd.automount,_netdev,users user,IdentityFile=/home/user/.ssh/id_rsa,allow_other,reconnect 0 0 参数 noauto 不在boot时mount x-systemd.automount systemctl daemon-reload systemctl restart <target> 这里 <target>可以使用如下命令查询 systemctl list-unit-files --type automount

    3.3K20编辑于 2022-11-17
  • 来自专栏小网管的运维之路

    Linux调试分析诊断工具strace

    mount |grep misc #查看是否有mount systemctl restart proc-sys-fs-binfmt_misc.automount # 重启mount点

    2.8K20发布于 2019-05-29
  • 来自专栏John Wong's Blog

    NFS文件系统相关参数介绍

    很有用) hard 如果server端没有响应,那么客户端一直尝试挂载 rsize 读块大小 wsize 写块大小 使用autofs来挂载NFS 挂载NFS共享的第三种方法是使用autofs,它使用automount autofs访问主映射配置文件/etc/auto.master来决定要定义哪些挂载点,然后使用适用于各个挂载点的参数来启动automount守护进程。 rw,soft,intr,rsize=8192,wsize=8192 penguin.example.net:/proj52 /etc/auto.misc中的第1个字段是/misc子目录的名称,该目录被automount 提示下键入以下命令: sudo /sbin/service autofs status 如果在autofs运行时修改了/etc/auto.master配置文件,则必须在shell提示下键入以下命令来通知automount

    1.6K10编辑于 2021-12-23
  • 来自专栏一个会写诗的程序员的博客

    mac 在 home 目录下创建文件夹

    nobrowse,hidefromfinder /Network/Servers -fstab /- -static 2、回到根目录,创建文件夹 cd / (这一步很重要) sudo automount

    3.7K10发布于 2020-11-26
  • 来自专栏运维小白

    10.26 unit介绍

    /lib/systemd/system //系统所有unit,分为以下类型: service 系统服务 target 多个unit组成的组 device 硬件设备 mount 文件系统挂载点 automount

    77270发布于 2018-02-06
  • 来自专栏服务器和容器

    WSL - 解决VPN连接下无法访问网络的问题

    展开代码语言:BashAI代码解释>cat/etc/wsl.conf[automount]enabled=trueroot=/mnt/options="metadata,umask=22,fmask=11

    1K10编辑于 2025-11-19
  • 来自专栏全栈程序员必看

    Linux基础:systemctl和journalctl常用命令「建议收藏」

    systemctl list-unit-files UNIT FILE STATE proc-sys-fs-binfmt_misc.automount LOAD ACTIVE SUB DESCRIPTION proc-sys-fs-binfmt_misc.automount

    3K10编辑于 2022-08-31
  • 来自专栏jeremy的技术点滴

    boot2docker中安装docker-compose

    docker-compose sudo ln -sf /var/lib/boot2docker/bin/docker-compose /usr/local/bin/docker-compose # automount

    82230发布于 2019-03-13
  • 来自专栏山河已无恙

    关于 Linux 中 systemd 的一些笔记

    Listen: [::]:9090 (Stream) Snapshot unit:管理系统快照,文件扩展名为.snapshot Swap unit:用于标识swap设备,文件扩展名为.swap Automount unit:文件系统的自动挂载点,文件扩展名为.automount Path unit:用于根据文件系统上特定对象的变化来启动其他服务,文件扩展名为.path Timer unit:用于管理计划任务,文件扩展名为 LOAD ACTIVE SUB DESCRIPTION proc-sys-fs-binfmt_misc.automount $systemctl list-unit-files UNIT FILE STATE proc-sys-fs-binfmt_misc.automount

    92830编辑于 2023-01-30
  • 来自专栏jeremy的技术点滴

    boot2docker中安装docker-compose

    docker-compose sudo ln -sf /var/lib/boot2docker/bin/docker-compose /usr/local/bin/docker-compose # automount

    1.2K40发布于 2018-05-10
  • mdev vs udev:嵌入式与桌面Linux的设备管理对比

    mdev高) 配置实例对比 mdev配置示例 (/etc/mdev.conf) # 格式:设备正则 用户:组 权限 [@$*命令] sd[a-z][0-9]* 0:0 660 * /etc/mdev/automount.sh ENV{ID_TYPE}=="disk", ENV{DEVTYPE}=="disk", \ RUN{program}+="/usr/bin/systemd-mount --no-block --automount

    12910编辑于 2026-02-02
  • 来自专栏狂码一生

    linux shell脚本监控进程崩溃自动重启

    /bin/bash # # service-restart      Automount system service in the specified direcotry. # # chkconfig

    5K10发布于 2019-12-12
  • 来自专栏运维经验分享

    Redhat7-禁用firewalld&开启iptables&systemctl使用简介

    LOAD ACTIVE SUB DESCRIPTION proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable File Formats File System Automount

    2K10发布于 2019-03-11
领券