Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Hardware & Devices
  4. Difference between "drive", "logical drive" and "partition"

Difference between "drive", "logical drive" and "partition"

Scheduled Pinned Locked Moved Hardware & Devices
question
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    A_Fa
    wrote on last edited by
    #1

    Hi all. What is difference between "drive", "logical drive" and "partition" in disk organization? If a drive can contain some partition or a partition can contain some drive? What is difference between drive and logical drive? Excuse me for bad English and confused question. Thanks a'lot.

    L 1 Reply Last reply
    0
    • A A_Fa

      Hi all. What is difference between "drive", "logical drive" and "partition" in disk organization? If a drive can contain some partition or a partition can contain some drive? What is difference between drive and logical drive? Excuse me for bad English and confused question. Thanks a'lot.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2
      1. A drive is generally a physical device that is, or behaves like, a random access disk.
      2. A logical drive is a portion of a physical disk that is managed by software so it appears to the user as a physical drive. A logical drive is addressed as if it starts at address zero, even if it is physically located elsewhere on the device.
      3. A partition is some portion of a physical disk that may be managed as a logical drive or raw device.
        For example a physical disk with 1000 sectors could be partitioned as follows:

      0 - 50 Partition 1 : raw drive used by Operating System
      51 - 250 Partition 2 : logical drive C
      251 - 990 Partition 3 : logical drive D
      991 - 999 Partition 4 : raw drive used by Operating System

      Unrequited desire is character building. OriginalGriff

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups