You are not logged in.
Folks,
I think the Format a device is missing step about creating new partition, before creating filesystem with mkfs command in the step 2. Am I right or the current content is complete?
Mateusz Loskot | github | archlinux-config
Arch (x86-64) | ThinkPad T400 | Intel P8600| Intel i915
Arch (x86-64) | ThinkPad W700 | Intel T9600 | NVIDIA Quadro FX 2700M
Offline
You are right.
The article is clearly marked as a stub, so feel free to expand it as you see fit.
Offline
I had not seen that article before. It probably could use some work; notably by clarifying what is trying to document.
It appears that the article targets using the entire device for a file system rather than partitioning the device and creating a file system on each partition. This is useful for things link thumb drives. If my assumption as to the purpose of the article is correct, then no, there is not a missing step.
You are correct if the purpose of the article was to document how to manage a multi-partition drive. In any event, it is not my wiki article, but this is how I interpret it.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
It appears that the article targets using the entire device for a file system rather than partitioning the device and creating a file system on each partition.
Hmm, how do you force fdisk to use entire device without even a single partition created?
AFAIK, for example, you can't mkfs on /dev/sdb, but /dev/sdb1.
Mateusz Loskot | github | archlinux-config
Arch (x86-64) | ThinkPad T400 | Intel P8600| Intel i915
Arch (x86-64) | ThinkPad W700 | Intel T9600 | NVIDIA Quadro FX 2700M
Offline
AFAIK, for example, you can't mkfs on /dev/sdb, but /dev/sdb1.
Sure you can. When you mount it, you just mount /dev/sdx rather than /dev/sdx1, sdx2...
I have a collection of thumbdrives formatted with ext2 in just that manner
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline