I'm completely clueless, so bare with me ... I just switched over to a mac. I have an external hard drive that I used with my PC and I can read it on my mac, but I can't modify it in any way. Is there a way to format it to my mac without losing everything on it?

Dani AI

Generated

Quick expert summary tied to ’s suggestion: there are two safe routes — enable write support for the drive’s current Windows-format, or back up the files and reformat the drive for the workflow you actually need. Below are practical checks and clear, low-risk steps you can follow today.

First, identify the drive’s format and device identifier. In Disk Utility choose View > Show All Devices and select the top-level disk to see its Format; or in Terminal run:

diskutil list
diskutil info /dev/diskN   # replace diskN with the device shown by diskutil list

Use the Disk Utility user guide for the GUI steps and to find the device name before running Terminal commands. (support.apple.com)
Disk Utility User Guide — File system formats

Which format to pick (short): if you need read/write on both Mac and Windows, format as exFAT (supports large files and is the cross-platform choice). If the drive will be Mac-only and you’re on a modern macOS, use Apple’s modern filesystem for best performance and features. Avoid old FAT variants if you need to store files larger than ~4 GB. (support.apple.com)
Format a disk for Windows computers in Disk Utility

Safe reformat workflow (do not skip backup): copy the drive’s contents to another disk or create an image, confirm the copy, then in Disk Utility choose the device (top level) → Erase → pick Scheme (GUID for modern Macs; choose MBR only for specific older Windows needs) → choose Format (exFAT for cross‑platform or APFS for Mac‑only) → Erase. If Erase fails, run First Aid in Disk Utility first and re-check the backup before retrying. (support.apple.com)

Notes: if you cannot back up (no spare drive) consider making a compressed disk image on your Mac or using cloud storage temporarily; always verify the backup before erasing. This approach preserves data and gives you a clean, writable disk on the Mac afterwards.

Recommended Answers

All 2 Replies

Well, most likely the drive was formatted under the NTFS filesystem, for which Mac OS X has read-only capability. You can use the third party ntfs-3g driver to gain write access to your NTFS volume, but beware: it's still in beta and if you value your data I'd recommend having it backed up somewhere. That said, here is the howto:

If you're going to be using this drive heavily under Mac OS X, I'd recommend backing up the files and reformatting the drive to HFS+, as this is a lot safer under OS X. (The downside of this is that you'll need special Windows drivers in order to access this from the PC platform if it's formatted in HFS+. Sadly, there seems to be no good filesystem for which both operating systems can natively read/write to.)

thanks! :)

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.