item already exists copying error

Joined
Feb 18, 2011
Messages
2
Reaction score
0
Points
1
First off, I'm a new boy here - Hello.

Second, "Dear Moderator - aren't you taking the image verification a bit far ? Once at log in would seem to be enough to discourage auto generators"

And finally my question. I have a Mac Mini running 10.6, and am trying to copy (a lot) of files (using the finder) to a FAT32 formatted external drive to use at work on a PC. Copying always fails.

I have searched for an answer to this and not (yet) found one, and given the amount of comment elsewhere, I'm a bit surprised to find none here. My problem is when copying drive to drive in the finder, I virtually always get an error "Item with that name already exists". The item doesn't exist on the destination drive, but copying is stopped.

Is there a workaround other than copy every folder and file independently - as suggested elsewhere. That's fine for a few files, but not for thousands.

Help

Geoff
 
Joined
Oct 22, 2010
Messages
2,571
Reaction score
79
Points
48
Location
Bretforton, Worcestershire
Your Mac's Specs
MacBook Pro 15" 2014, 2.2GHz i7, 16GB RAM, 250GB SSD, OSX 10.9.5 - iPhone 5s 16gb
Hello new boy ;) *waves*

The maximum possible size for a file on a FAT32 volume is 4 GiB minus 1 byte or 4,294,967,295 (232−1) bytes. Video applications, large databases, and some other software easily exceed this limit. Larger files require another filesystem, such as NTFS.

So one way you could do it would be to get Paragon NTFS support for your machine then you could format the drive as NTFS, copy the files across and use them on windows too :)

Hope this helps
- Simon
 
Joined
May 22, 2005
Messages
2,159
Reaction score
67
Points
48
Location
Closer than you think.
Your Mac's Specs
Performa 6116 2GBSCSI 8MB OS 7.5.3
Try cp -Rv source destination in the Terminal to see if that helps.

Source Dest eg ~/username/Documents /Volumes/ExtHDname

cp -Rv ~/username/Documents /Volumes/ExtHDname

The R will copies directories as well as files, the v is verbose mode to show the copy.
 
OP
G
Joined
Feb 18, 2011
Messages
2
Reaction score
0
Points
1
solution

Thanks for advice guys.

It pointed me in a direction I hadn't considered - NTFS.

The following seems to have worked :

Restart Bootcamp

Format disk NTFS using Bootcamp

Restart Mac

Download and install MacFUSE and Tuxera NTFS

Copy files

The only downside seems to be that the disk contents are shown wrongly

Hope this might help others with the same problem.

Geoff

ps Please lose the image verification thing - it's far too intrusive
 

chscag

Well-known member
Staff member
Admin
Joined
Jan 23, 2008
Messages
65,248
Reaction score
1,833
Points
113
Location
Keller, Texas
Your Mac's Specs
2017 27" iMac, 10.5" iPad Pro, iPhone 8, iPhone 11, iPhone 12 Mini, Numerous iPods, Monterey
You need to be aware that MacFuse, NTFS 3G, or Tuxera, all have been known to cause corruption when writing to NTFS drives. (Especially when writing very large files.)

The only application that I recommend using will cost you $19.95. Suggest you look at buying and installing Paragon NTFS.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top