我试图在Galaxy SD2的"内部SD卡" 上创建一个符号链接。它失败了"拒绝权限" ,我很快意识到这个文件系统是vfat。
如何使用现代文件系统重新格式化 /storage/sdcard0
,例如ext4?
是否有任何缺点?
我试图在Galaxy SD2的"内部SD卡" 上创建一个符号链接。它失败了"拒绝权限" ,我很快意识到这个文件系统是vfat。
如何使用现代文件系统重新格式化 /storage/sdcard0
,例如ext4?
是否有任何缺点?
I tried to create a symbolic link on the "internal SD card" of my Galaxy SD2. It failed with "permission denied" and I quickly realized this file system is vfat.
How can I reformat /storage/sdcard0
with a modern file system instead, like ext4?
Are there any drawbacks if I do this?
为"缺点" 部分,有不同的东西需要考虑:
还有几种情况需要考虑:
还在这里?好的,所以缺点似乎可以忽略不计。有多种方法如何使用任何文件系统格式化卡片:
mkfs
命令 -t ext4
选项(以及其他参数)As for the "drawbacks" part, there are different things to consider:
There are several situations to consider, as well:
Though for the last two situations, the solution might be simply to remove/replace the card, or re-format it (in the last case).
Still here? OK, so the drawbacks seem to be negligible. There are multiple ways of how to get your card formatted with any file system:
mkfs
command with the -t ext4
option (and additional parameters)© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有