我在Ubuntu是全新的。我想在SD卡上写Ubuntu的可引导映像。这就是我所做的
1- I have downloaded the base Ubuntu and build my own ubuntu "ubuntu_rootfs.tar.gz"
2- Create an ext4 file system named ubuntu.ext4 with dd command "dd if=/dev/zero of=ubuntu18_rootfs.ext4 bs=1297M count=3"
3- format ubuntu.ext4 as EXT4 file System
4- create a temporary Folder rootfs_tmp
5- mount the ubuntu.ext4 in rootfs_tmp
6- untar the "ubuntu_rootfs.tar.gz" into rootfs_tmp
7- umount the rootfs_tmp但是如果我想让你在一个真正的SD卡上安装Ubuntu呢?SD卡可以作为ext4文件系统吗?
发布于 2021-07-15 02:28:16
封锁,但如果我想要你有一个真正的SD卡上构建的Ubuntu?SD卡可以作为ext4文件系统吗?
我还没试过你想要的.但我已经将microSD卡格式化为Ext4,以测试我的安卓平板电脑是否支持它。所以是的,您可以将SD卡格式化为ext4。
祝好运!
https://askubuntu.com/questions/1351921
复制相似问题