Accessing data from a read-only hard drive on Mac
Solved/Closed
Calvin Brennan
-
geomancis -
geomancis -
Hello everyone!
New user of a Mac (3 days!), everything is going very well :)
However, my external hard drive seems to be read-only; I can read its content, but I can't transfer files onto it.
Can someone tell me how to fix this, please?
Thanks in advance :)
CalvinConfiguration: Mac OS X
Safari 419.3
New user of a Mac (3 days!), everything is going very well :)
However, my external hard drive seems to be read-only; I can read its content, but I can't transfer files onto it.
Can someone tell me how to fix this, please?
Thanks in advance :)
CalvinConfiguration: Mac OS X
Safari 419.3
11 answers
Hello Calvin,
Classic problem: your storage device (USB stick, hard drive, ...) is formatted NTFS, hence read-only access and no writing from your Mac.
To answer GF's question, here's how to format a disk from Mac OS X:
Formatting in DOS/FAT32:
This disk format allows the use of the disk on both a PC and a Mac. There are some limitations (such as the maximum file size of 4 GB)...
This is done using Disk Utility: see the section "D. Format and partition" and "E. Use an external hard drive on Mac"
Formatting in Mac OS Extended (native format on Mac):
If you plan to use your drive only on Mac, it is better to format it directly in Mac OS Extended.
Ritchi
Classic problem: your storage device (USB stick, hard drive, ...) is formatted NTFS, hence read-only access and no writing from your Mac.
To answer GF's question, here's how to format a disk from Mac OS X:
Formatting in DOS/FAT32:
This disk format allows the use of the disk on both a PC and a Mac. There are some limitations (such as the maximum file size of 4 GB)...
This is done using Disk Utility: see the section "D. Format and partition" and "E. Use an external hard drive on Mac"
- Launch "Applications / Utilities / Disk Utility"
- Select the "Partition" tab
- Select the hard drive (the 1st icon, which indicates the size of the disk)
- Choose "One Partition" for the "Volume Configuration" field (do not leave this field set to "Current" otherwise the other fields will remain grayed out)
- Give a name to your future hard drive
- Select "MS-DOS (FAT)" for the "Format" field
- Click on "Options" and choose "MBR"
- Start formatting by clicking on "Apply"
Formatting in Mac OS Extended (native format on Mac):
If you plan to use your drive only on Mac, it is better to format it directly in Mac OS Extended.
- Launch "Applications / Utilities / Disk Utility"
- Select the "Partition" tab
- Select the hard drive by clicking on the 1st icon, which indicates the size of the disk
- Choose "One Partition" (or two or more) for the "Volume Configuration" field (do not leave this field set to "Current" otherwise the other fields will remain grayed out)
- Give a name to your future hard drive ("MacIntosh HD" for example)
- Select "Mac OS Extended (Journaled)" for the "Format" field
- Click on "Options" and choose:
- "GUID" for an Intel Mac
- "Apple Partition Map" for a PowerPC Mac
- Start formatting by clicking on "Apply"
Ritchi
chabel
Thank you very much.
Colibris
It's the right solution, it works, THANK YOU.