partition type after formatting: Error setting partition flags on /dev/sda2: Error spawning command-line `sgdisk--typecode 2:"ebd0a0a2-b9e5-4433-87c0-68b6b72699c7" "/dev/sda"': Failed to execute child process "sgdisk
我试图使用sgdisk和mkfs.vfat编写一系列磁盘分区命令的脚本。consisting of the rest of the drive, then print the resultssgdisk-Z $DISKsgdisk -n 2:0:0 -t 2:BF01 -c 2:zroot $DISK
<