While you can certainly format a disk without a partition table, that is not standard usage, and mounts then need the loop option (like a big file). The partition tools like gdisk have explicit commands to make a new partition table, actually several depending upon the type of partition table. Use the build in help command to see the command options (?, or m, or ...). After the partition table is made, then add partitions, then format them (probably with another tool like mkfs).
Bookmarks