Saturday, November 14, 2015

macos - How to use external hard disk in both Windows and Mac OS X?



I have one external hard drive (Seagate 320 GB). I have used my hard drive in a Windows XP system and it works fine (Read and write). But when I used it on a Mac, I couldn't write any file on the disk and could read only.


How can I use my external hard disk on Mac OS X (both read and write)?


Answer



Your drive must be formatted as NTFS. On Macintosh by default NTFS is readonly.


You should save the contents of the drive somewhere and then reformat it as fat32. Then you can copy them back and it'll be read-writeable by both windows and macos. Note you may see some .data folders appear on the windows side, these are metadata folders, and aren't harmful.


Alternatively you could download the ntfs-3g filesystem, this is a userspace filesystem based on fuse. If that frightens you in any way, i'd resort to the first idea above.


community edition tuxera
or Catacombae


Cheers Mike


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...