I was recently given a 80GB SATA drive to use on my system at home. After I hooked it up and rebooted the drive comes up stating it is a network drive with the letter Z as a drive letter. I also have a network printer that is using the same drive letter. I want to reformat the drive so I can use it as a spare drive not that I really need it as I already have three other drives using the letters C D E and H I know that is four letters one is a backup or recovery drive and is a partition of the D drive. How do I go about doing this or is it not possible? I am using windows XP 32 bit service patch 3 installed

Dani AI

Generated

A short, practical note based on the thread: swapping the physical connection can change how Windows sees a disk, but the data cable itself does not magically turn a local drive into a network share. ’s change of cable removed the symptom; was right to question the idea that a single SATA cable would change the device type. The usual causes are different controllers/adapters, previously saved drive-letter mappings, or the OS presenting the device through a different driver.

Quick checklist to diagnose and fix (Windows XP SP3):

  • Verify the physical connection and controller. Check BIOS/POST to confirm the drive is seen on the expected SATA port. If the port is controlled by an add‑on chip (Marvell, JMicron, etc.) the OS may need a specific driver. Consult the motherboard manual for port grouping.
  • Open Computer Management -> Disk Management. This shows whether the disk is a local physical disk, what partitions it has, and what drive letter is assigned. To change or remove a drive letter: right‑click the volume -> Change Drive Letter and Paths. To reformat: right‑click the volume -> Format (back up first).
  • If Explorer shows a mapped network drive and Disk Management shows a local disk, clear any persistent network mappings. From a command prompt:
    net use
    net use Z: /delete

    Or use My Computer -> Tools -> Disconnect Network Drive. This removes a mapped letter so Disk Management can reuse that letter.

Extra notes and cautions: always back up important data before deleting partitions or formatting. If a drive behaves oddly after moving ports, try a different motherboard port (on the main chipset), update storage drivers, and check Device Manager for driver conflicts. For background on SATA architecture (point‑to‑point, no master/slave jumpers like old IDE), see the Serial ATA overview.

Recommended Answers

All 3 Replies

Thanks for the response The problem tuned out I had the wrong cable connected to the drive. Apparently Sata works a lot like IDEE depending on which cable you put to the drive it will make it the next logical drive or in this case a network drive. I had no idea this was true. But when I plugged a different cable into the drive it came up as drive I and not Z.

I am not sure a good cable should have that effect.
Some motherboards assign different properties to their different SATA ports.... but network drive?? You don't have to leave it as a logical drive.... a primary drive or two on a disk can be a handy thing.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.