摘要:
自定义热插拔存储挂载脚本 10-mount root@ACU:~# root@ACU:~# cat /etc/hotplug.d/block/10-mount #!/bin/ash case "$ACTION" in add) # for i in $(ls /dev/ | grep 'sd[a-z 阅读全文
摘要:
OverlayFS介绍 OverlayFS has a workdir option, beside two other directories lowerdir and upperdir, which needs to be an empty directory. Unfortunately th 阅读全文