创建一个新的tmpfs并挂载它
当我在我的机器上执行“df”命令时,我可以看到以下内容:
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 491520 127240 364280 26% /
我想创建另一个 tmpfs。我该怎么做呢?
我正在使用包含引导加载程序、内核和 rootfs 的闪存。我应该在启动的哪个阶段进行更改,以便创建另一个 tmpfs。
When i do the "df" command in my machine I can see the following:
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 491520 127240 364280 26% /
I want to create another tmpfs. How should i do it?
I am using flash which contains my bootloader, kernel and rootfs. At which stage of booting should I make the changes so that another tmpfs is created.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以使用这个:
You can use this:
您可以在 /etc/fstab 中添加一行:
You could add a line to /etc/fstab: