Some fun with the DOS command + multi partition sdcard

Tutorials and help articles.

(Posts require approval. See pinned post.)
Forum rules
Post guides, tutorials, and other instructional content here.

This topic area requires approval, so please be patient while we review content to make sure it fits the expectations for this topic area.

Tech support questions should be asked in Hardware or Software support.
Post Reply
bleggett29
Posts: 14
Joined: Fri Jun 30, 2023 8:41 am

Hardware Some fun with the DOS command + multi partition sdcard

Post by bleggett29 »

Here, I demonstrate a couple of DOS commands:
  • 1. DOS"$" - Directory
    2. DOS"$=P" - Partition List
    3. DOS"CPn" - Change Partition - n is partition number, ex. 1
    4. DOS"CD:directory" - Change Directory - directory is name of directory
Image
  • 1. DOS"$" - List directory on partition 1
    2. DOS"$=P" - Lists partitions on multi-partition disk or sdcard
    3. DOS"CP2" - Change to partition 2
    4. DOS"$" - Lists directory of partition 2
    5. DOS"CD:Z*" - Change to the ZIGGURAT directory on partition 2
    6. DOS"$" - Lists directory of ZIGGURAT on partition 2
    7. DOS"CP1" - Change to partition 1
    8. DOS"$" - Lists directory of partition 1
As for the multi partition sdcard, in short, I used dd to create a sdcard image and used fdisk to create 2 primary partitions in Linux.
Post Reply