1 Star 0 Fork 0

techcat2021/rootOnUSB

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
copy-rootfs-ssd.sh 344 Bytes
一键复制 编辑 原始数据 按行查看 历史
Your Name 提交于 2023-10-24 23:05 . boot from usb
#!/bin/bash
# Mount the SSD as /mnt
sudo mount /dev/sda1 /mnt
# Copy over the rootfs from the SD card to the SSD
sudo rsync -axHAWX --numeric-ids --info=progress2 --exclude={"/dev/","/proc/","/sys/","/tmp/","/run/","/mnt/","/media/*","/lost+found"} / /mnt
# We want to keep the SSD mounted for further operations
# So we do not unmount the SSD
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/techcat2021/root-on-usb.git
git@gitee.com:techcat2021/root-on-usb.git
techcat2021
root-on-usb
rootOnUSB
master

搜索帮助