如何在RancherOS启动时挂载磁盘?
我尝试过这样的fstab:
/dev/sdb2 /mnt/data ext4 defaults 0 0但它不起作用。
发布于 2016-09-07 10:06:37
延迟回答,但您需要向cloud-config.yml添加一些配置;如下所示:
mounts:
- [ sdb2, /mnt/data ]http://cloudinit.readthedocs.io/en/latest/topics/examples.html#adjust-mount-points-mounted
https://stackoverflow.com/questions/37904582
复制相似问题