I have a 5 GB file on my MAC and can not copy it on flash memory or external hard formatted with FAT. How I can split it to some smaller files
feedback
|
migrated from stackoverflow.com Nov 28 '11 at 12:06
This question came from our site for professional and enthusiast programmers.
|
You can use this command on the shell:
and for recovering it
I hope it be useful for you! | ||||
|
feedback
|
|
Using hard disk utility you can create a sparse bundle on your fat drive. Inside this also larger files are allowed - the system will take care of the rest. You can also format the stick with HFS or if you need it also on Windows install NTFS-3G and format the drive NTFS | |||
|
feedback
|
