我正在尝试使用以下命令在 Ubuntu 中创建文件系统:
sudo debootstrap --foreign --no-check-gpg --include=ca-certificates --arch=armhf testing rootfs http://debian.raspbian.com/debian
Run Code Online (Sandbox Code Playgroud)
但出现以下错误:
/usr/sbin/debootstrap: 1294: /usr/sbin/debootstrap: cannot create /home/.../rootfs/test-dev-null: Permission denied
E: Cannot install into target '/home/.../rootfs' mounted with noexec or nodev
Run Code Online (Sandbox Code Playgroud)
有人能帮我一下吗?谢谢!