linux:mintstick
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
linux:mintstick [2024/12/27 23:33] – [Partition USB Device] Wulf Rajek | linux:mintstick [2024/12/27 23:36] (current) – [Partition USB Device] Wulf Rajek | ||
---|---|---|---|
Line 41: | Line 41: | ||
parted --script --align=optimal /dev/sdX mkpart ESP fat32 1MiB 100% | parted --script --align=optimal /dev/sdX mkpart ESP fat32 1MiB 100% | ||
parted --script /dev/sdX set 1 boot on | parted --script /dev/sdX set 1 boot on | ||
- | mkvfs.vfat -n MINTSTICK /dev/sdX1 | + | mkfs.vfat -n MINTSTICK /dev/sdX1 |
mount -t vfat /dev/sdX1 /mnt | mount -t vfat /dev/sdX1 /mnt | ||
cd /mnt | cd /mnt |
linux/mintstick.txt · Last modified: 2024/12/27 23:36 by Wulf Rajek