gpt4 book ai didi

linux - Arch Linux ARM on Raspberry pi 来自 OSX

转载 作者:IT王子 更新时间:2023-10-29 01:21:39 26 4
gpt4 key购买 nike

<分区>

我正在尝试按照说明将 Arch Linux ARM 安装到我的 RasPi 2 上 here under "Installation" ,但这些命令是 Linux 命令,我正在尝试用我的 Mac 格式化 SD,因此我试图解决的程序存在差异。例如 sudo fdisk/dev/sdX 在 Linux 上会产生交互式提示,在 OSX 上则不同,相反我必须执行 fdisk -ie/dev/sdX 以获得交互式提示,然后命令不同。

我想在我的 mac 上做的和在 linux 上的这个过程是一样的:

Start fdisk to partition the SD card: fdisk /dev/sdX At the fdisk prompt, delete old partitions and create a new one:

Type o. This will clear out any partitions on the drive.
Type p to list partitions. There should be no partitions left.
Type n, then p for primary, 1 for the first partition on the drive, press ENTER to accept the default first sector, then type +100M for the last sector.
Type t, then c to set the first partition to type W95 FAT32 (LBA).
Type n, then p for primary, 2 for the second partition on the drive, and then press ENTER twice to accept the default first and last sector.
Write the partition table and exit by typing w.

但我不确定如何使用 OSX 的 fdisk 实现这一点。

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com