I have been reading up more on UNIX and have brushed up on different filesystems and partitioning HDs. In the book it mentioned that filesystems are very much different than partitions and one shouldn't misconstrue one for the other. Can someone explain why mistaking one for the other is wrong and what would be a good explanation separating one from the other
1 Answer
Assume partition as just the rooms in the newly constructed house. It just doesn't have any layout or anything till now. All you have done is constructed new rooms in the house.
Now, you need to have the rooms designed for specific purposes (for example, the kitchen has to have more storage shelves, the living room has to have more space to accommodate TV and furniture etc), which is synonymous to the file systems created on the partitions.
-
3You furnish a partition with a filesystem -- good analogy. As long as we understand that each partition normally only has one filesystem on it; there are no open concept kitchen/dining/living partitions ;)goldilocks– goldilocks2014-06-25 16:18:52 +00:00Commented Jun 25, 2014 at 16:18
-
1This is a good way to explain the differences! I would say that a partition is the room without drywall and is bare studs (2x4's), no wiring etc.2014-06-25 16:20:11 +00:00Commented Jun 25, 2014 at 16:20
-
@goldilocks, that's true.Ramesh– Ramesh2014-06-25 16:20:17 +00:00Commented Jun 25, 2014 at 16:20
/procfile system, the/devicesfile system, and the/sysfile system, which don’t take up space at all, in the traditional sense, but are basically interfaces to the kernel that behave like file systems.