relationship between filesystem and block device

tags: learning linux

content

  • block device : filesystem is one to one relationship

    • each block device can only have one filesystem on it
    • in other words, each block device can only be reformatted into one format
  • block device could also have 0 filesystem on it.

    • simply means it’s raw physical device
  • one physical device can be partitioned into multiple partitions

    • each become a block device on the system
    • each partition can have its own filesystem

up

down

reference