File transfer issue from Mac to USB
Solved
Aidezmoisiouplait!
Posted messages
33
Registration date
Status
Membre
Last intervention
-
estelle -
estelle -
Hello,
I have a 32GB USB drive formatted in FAT32 and when I try to transfer a small file from the Mac to the drive, an error message appears saying "Cannot copy '...' because this item is too large for the volume format." What I don't understand is that this file is only 2.18GB (and the same message appears when I try with other files of equivalent size below 4GB). And the worst part, which remains a mystery to me, is that when I try to transfer another file that weighs 6.43GB, it works and the transfer begins. I confirm that the drive is indeed in FAT32; I can provide a screenshot as proof. Finally, I do not wish to use ExFAT as the drive is intended to be connected to my television, which does not recognize that format.
Lastly, I want to say that I have previously transferred similar files a few months ago on this same drive, under 4GB, and I had no issues.
Thank you in advance for your help.
Configuration: Macintosh / Chrome 61.0.3163.100
I have a 32GB USB drive formatted in FAT32 and when I try to transfer a small file from the Mac to the drive, an error message appears saying "Cannot copy '...' because this item is too large for the volume format." What I don't understand is that this file is only 2.18GB (and the same message appears when I try with other files of equivalent size below 4GB). And the worst part, which remains a mystery to me, is that when I try to transfer another file that weighs 6.43GB, it works and the transfer begins. I confirm that the drive is indeed in FAT32; I can provide a screenshot as proof. Finally, I do not wish to use ExFAT as the drive is intended to be connected to my television, which does not recognize that format.
Lastly, I want to say that I have previously transferred similar files a few months ago on this same drive, under 4GB, and I had no issues.
Thank you in advance for your help.
Configuration: Macintosh / Chrome 61.0.3163.100
10 réponses
Hello MohTheShrink
Imagine you want to copy the file "MonFichierSource" to a USB drive. Here’s how to do it using the Terminal.
Open the "Applications -> Utilities" folder
Launch "Terminal"
In the window that appears (called the Terminal)
- type this command:
- press the spacebar to add a "blank" character after the "cp" command
- click and hold the icon of the file "MonFichierSource" and drag this icon to the Terminal window, then finally release the mouse click.
If you did this operation correctly, the command line "cp " should be completed with the absolute path to the "MonFichierSource" file along with the file name.
You should have something that looks like:
- press the spacebar to add a "blank" character after the file name
- click and hold the icon of your USB drive and drag this icon to the Terminal window, then finally release the mouse click.
If you did this operation correctly, the command line should be completed with the absolute path to the USB drive.
You should have something that looks like:
If you have that, then run the command by pressing the Enter key ( ↩︎ )
If you have any doubts, before pressing the Enter key ( ↩︎ ), copy/paste the command into this discussion and I will let you know if it's OK or not
Ritchi
Imagine you want to copy the file "MonFichierSource" to a USB drive. Here’s how to do it using the Terminal.
Open the "Applications -> Utilities" folder
Launch "Terminal"
In the window that appears (called the Terminal)
- type this command:
cp
- press the spacebar to add a "blank" character after the "cp" command
- click and hold the icon of the file "MonFichierSource" and drag this icon to the Terminal window, then finally release the mouse click.
If you did this operation correctly, the command line "cp " should be completed with the absolute path to the "MonFichierSource" file along with the file name.
You should have something that looks like:
cp /Users/YourAccountName/ThePathToTheFile/MonFichierSource
- press the spacebar to add a "blank" character after the file name
- click and hold the icon of your USB drive and drag this icon to the Terminal window, then finally release the mouse click.
If you did this operation correctly, the command line should be completed with the absolute path to the USB drive.
You should have something that looks like:
cp /Users/YourAccountName/ThePathToTheFile/MonFichierSource /Volumes/MyUSBDrive/
If you have that, then run the command by pressing the Enter key ( ↩︎ )
If you have any doubts, before pressing the Enter key ( ↩︎ ), copy/paste the command into this discussion and I will let you know if it's OK or not
Ritchi
thank you RITCHI this copy with the terminal worked well just is there a way to know if the copy is finished or even to follow the copying process in percentage
thank you for your collaboration