Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Red Hat 5 中,我无法使用以下命令安装 CDROM: mount /dev/cdrom /mnt/cdrom 我应该怎么做?
解决方案很简单: 您应该挂载到现有文件夹。 例如: mount /dev/cdrom /opt由于文件夹 /opt 已经存在, 此挂载将起作用。