Skip to content
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

格式化为NTFS、FAT32、EXFAT错误需要修复,其中FAT32最为严重,可导致系统卡死 #59

Closed
wlshdjj opened this issue Aug 20, 2022 · 0 comments · Fixed by #65

Comments

@wlshdjj
Copy link

wlshdjj commented Aug 20, 2022

sed -i 's/cmd = "mkexfat", option = "-f"/cmd = "mkfs.exfat", option = ""/g' /usr/lib/lua/luci/model/diskman.lua
sed -i 's/cmd = "mkfs.vfat", option = "-F"/cmd = "mkfs.vfat", option = "-F 32"/g' /usr/lib/lua/luci/model/diskman.lua
sed -i 's/cmd = "mkntfs", option = "-f"/cmd = "mkfs.ntfs", option = "-f"/g' /usr/lib/lua/luci/model/diskman.lua
sed -i 's/height=480,width=800,top=100,left=200/height=560,width=720,top=160,left=350/g' /usr/lib/lua/luci/view/diskman/partition_info.htm
最后一条为SMART弹窗位置调整,原来位置过于偏左偏上,现在基本上都用宽屏,这样导致总是需要拖下来再关闭,怕会按到浏览器其他地方。

muink added a commit to muink/luci-app-diskman that referenced this issue Feb 25, 2023
@muink muink mentioned this issue Feb 25, 2023
@lisaac lisaac closed this as completed in a8621d2 Feb 26, 2023
lisaac added a commit that referenced this issue Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant