-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用openwrt-swap命令创建swap无法挂载 #636
Comments
手动挂载swapon swapfile 显示 |
我刚才调整了swap的创建方法,你把这个更新里的2个文件(/usr/sbin/openwrt-swap 和 /etc/custom_service/start_service.sh)覆盖本地的文件即可。 在 OpenWrt 系统里,Btrfs 格式的磁盘分区本身 不能直接在其上创建 swap 文件。 Btrfs 文件系统不支持 swap 文件的原因: 解决方法: 尽管不能直接在 Btrfs 分区上创建 swap 文件,但你可以使用以下方法在 OpenWrt 上创建 swap 空间: |
好的谢谢 如果我想把p4改成ext4 需要重新刷完整包吗? 还是说卸载p4 在磁盘管理修改/dev/mmblk2 格式化成ext4 因为我最开始5.15.*内核是btrfs文件系统升级的6.6.43 |
换p4格式要格式化分区,数据备份了格式化。 |
只需要格式化p4就可以了吧 p2 p3 还是可以保持btrfs对吧 |
对,只卸载p4,格式化 |
现在的脚本不用换ext4了,直接下载最新脚本覆盖本地的,btrfs也可以使用swap |
好的 我有个小盒子只有1g内存 创建了1g swap 跑pcdn的时候p4分区读取速度10M/S htop上面看cpu 红色占80%是内核进程 是不是swap的原因 |
swap是一个独立文件,而不是整个分区,所以分区的读写速度和swap无关 |
还有一个问题就是开机不能自动挂载 挂载点添加/mnt/mmcblk2p4/.swap/swapfile不能启动 开机应该怎么自启 |
看我上面发的信息,我更新了两个文件,其中 start_service.sh 是负责处理启动文件的,把这个文件也覆盖更新了。 |
把start_service.sh添加到开机启动里面就可以了吧 手动./start_service.sh就启动swap了 我刷的f大的固件 都没有这个文件手动上传上去的 |
把 openwrt-swap 下载最新版,覆盖到 /usr/sbin 目录下。 在/etc目录下创建custom_service目录,下载完整的 start_service.sh 文件放在这个目录里,分别执行下面命令,添加执行权限和开机自启动:
这样就可以了。 |
好的 谢谢 |
Device Information | 设备信息
OpenWrt Version | 系统版本
Describe the bug | 问题描述
All issues will only remain open for one week to prioritize resolving them.
After that period, they will be closed but can still continue to be discussed in the thread.
所有的问题都只保留一周的开启状态供重点关注解决,超时将关闭,但仍然可以长期继续跟帖讨论。
Please provide a detailed description of the issue and, if necessary, attach a screenshot.
详细描述问题,并在必要时附上屏幕截图。
下载的是本项目的openwrt-swap文件创建 btrfs文件系统 显示创建成功但是挂载还是失败
The text was updated successfully, but these errors were encountered: