查看一个目录是否已经mount --bind

简介: 执行 mountpoint -q /test/mountecho $? 如果是0表示已经mount mountpoint -q /test/mount || mount -o bind /some/directory/here /test/mount
执行 mountpoint -q /test/mount

echo $? 如果是0表示已经mount



mountpoint -q /test/mount || mount -o bind /some/directory/here /test/mount
目录
相关文章
|
2天前
|
网络协议 网络安全
sudo mount -t nfs server_ip:/path/to/shared_directory /mnt/local_directory命令的作用是什么?
sudo mount -t nfs server_ip:/path/to/shared_directory /mnt/local_directory命令的作用是什么?
14 1
No-filesystem-could-mount-root
No-filesystem-could-mount-root
|
Docker 容器
Docker错误:inotify_add_watch(7, /dev/dm-4, 10) failed: No such file or directory
Docker错误:inotify_add_watch(7, /dev/dm-4, 10) failed: No such file or directory
246 1
|
6月前
|
Linux
Centos7.4升级7.9失败,救援:/boot目录下文件丢失error: file ‘/initramfs-3.10.0-957.el7.x86_64.img‘ not found
以上步骤应该可以帮助你解决问题。如果问题仍然存在,可能需要更深入的排查。
171 1
CentOS cp 复制隐藏文件提示 cp: cannot stat ?.xxx*?. No such file or directory
执行的命令与错误信息: # cp -a /etc/skel/* /home/postgrescp: cannot stat ?.etc/skel/*?. No such file or directory 使用cp复制普通文件时,可以使用 * 号通配符,而在复制隐藏文件时,需要使用.
4649 0
|
应用服务中间件 nginx 容器
run nginx报错,解决方式 Are you trying to mount a directory onto a file
run nginx报错,解决方式 Are you trying to mount a directory onto a file
293 0
|
Apache Windows
设置修改 Apache 文件根目录 (Document Root)
最近在学习WordPress,使用appServ 在windows上搭建Php开发环境。 在网上查找到的关于修改Apache服务器根目录的资料,对比学习,再此记录在安装 Apache 时,系统会给定一个缺省的文件根目录。
3319 0
mount --help 帮助文件翻译
mount --help 帮助 help
1508 0