每次我使用以下命令挂载 ramdisk 时,我都会得到两个而不是一个 ramdisk?
mount -t tmpfs -o size=1024M tmpfs /home/site/public_html/var/cache
Mount 显示之前没有安装任何 ramdisk,运行命令后显示:
tmpfs on /home/site/public_html/var/cache type tmpfs (rw,size=1024M)
tmpfs on /home/site/public_html/var/cache type tmpfs (rw,size=1024M)
如果我卸载,两者都会消失,而当我重新安装时,两者都会出现。
答案1
如果您的主目录中有一个绑定挂载,则可能会发生这种情况。
输入:
mount | grep bind
您还可以检查 /etc/mtab 的内容,但我怀疑您会在那里看到重复的条目。