Unable to copy file from local drive to external drive

I'm attempting to copy a 7gb file from my local drive on my iMac to an external firewire drive. Whenever I try to do this I get the following message: Sorry, the operation could not be completed because an unexpected error occurred.
I've rebooted, checked permissions on local and external drive. I'm the only person that uses this iMac. It only has one profile on it. Any suggestions?

Hello Sikwidityo
If that External HD is formatted MS-DOS FAT32, then there is a 4GB file size limit that the iMac's can write to it.
See > http://www.macworld.com/article/51972/2006/07/ww_drives.html
In order to copy large files to it you from your Intel iMac's, you will need to set the Partition Map Scheme to GUID Partition Table and Format it Mac OS Extended (Journaled)
See > http://www.kenstone.net/fcphomepage/partitioningtiger.html
Keep in mind that repartitioning and reformatting will erase the current data on the External drive. So if you do, you'll need to copy it's contents to one of your iMac's and then back when your done.
Dennis

Similar Messages

  • I am unable to copy files from my macbook pro to my external hard disk.

    I am unable to copy files from my macbook pro to my external hard disk. I tried to copy a movie 800mb in size to my EDD and  it shows the loading box and it says zero kb loaded out of 800mb and sometimes it loads a a few kb of the file, then after a while it ejects my hard disk and gives a message saying you should have ejected it properly. and it sometimes gives this message
    "The Finder can’t complete the operation because some data in “....” can’t be read or written.
    (Error code -36)".
    This happens with a range of files if they are more than a few mb in size, so I am pretty sure its not the file problem. It also occurs sometimes when i try to copy from my EDD to my mac.
    I have tried everything. I formatted my EDD to MS-DOS (FAT) format because i need to use it with mac and windows. I tried resetting The SMC and the PRAM and NVRAM. I tried verify and disk repair on disk utility. But the same thing happens over again and it is really frustrating. The problem doesnt happen with my PC.
    My EDD is an  Apollo 320GB hard drive from Imation.
    Also are there any particular EDD brands that may not have this issue with MACs and can be used on mac and PC?
    Thanks in advance!

    Hey guys,
    So this is follow up from my debarkle with the EDD. I found out my problem with copying files from Mac to EDD and vice versa was a result of a not so good EDD ( i had an apollo hard drive from imation) that was not very compatible with macs. So i did my research and found out that the best hard drives were Western Digital and Seagate. I bought the newest western digital EDD 1TB and formated it to FAT32 and guess what...no problems so far. The only problem is that FAT32 format doesn't copy files larger than about 4 gigs so i couldnt copy a movie from my brothers computer onto my EDD that was 1080p. You could probably resolve that by partitioning a small part of your hard drive in ExFAT? but yeah, hopefully that helped guys.
    Aaisha

  • Copy file from local system to Azure VM using powershell

    Hi
    Is there a simple powershell command to copy a small file from local computer to Azure VM. Point to Site is not an option for me.
    I am hoping for something simple like
    Copy-Item C:\Wabash\Logfiles\trasfer.txt -Destination C:\Presentation -ConnectionUri $uri -Credential $credential
    similar to Invoke-Command
    The only other option i have seen is 
    http://www.mattwrock.com/blog/copy-files-from-local-computer-to-an-azure-vm
    which i fell for my purpose is over kill.

    Hi,
    I will mark Ed's post as answer, if you fount that doesn't give you help, please feel free unmark it and follow up with more information.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Unable to Copy File From Terminal Server to Client Share

    Hi
    For years client have been able to copy files from our Windows 2003 Terminal Server to their local workstation using:
    copy myfile \\tsclient\mydrive\myfolder
    However we upgraded to Windows 2012 Server R2 and now Windows 7 Pro clients cannot copy files.  The copy function creates the file name in their local folder but no content is sent after maybe 20 minutes or so the copy function times out and they get an
    error message saying that the application was unable to write to the file.  I have tried this function with my Windows 8.1 workstation and the file copies properly and it works fine for older Windows XP clients.  Does anyone know why Windows 7 clients
    are experiencing this issue.
    Thanks
    Simon

    Hi Simon,
    Initially please use latest RDP version 8.1 for windows 7 and check result. 
    What’s the file size which you are copying?
    Does this happens for all users and on all computers?
    You can try below method might resolve your case.
    1. Login to remote computer using Remote Desktop (RDP). 
    2. Open Task Manager in the remote machine
    3. Click the "Process" tab
    4. Locate a program called "rdpclip.exe"
    5. Right click and select "End process" to kill this program
    6. Click on "File" menu in the task manager and select "New Task (Run)"
    7. Type rdpclip.exe and press the button to start the process.
    By killing existing instance of the rdpclip.exe and restarting the program, you can get your copy paste work again in your remote desktop.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Copy file from local host to remote host

    Hello,
    I need to copy a simple file from local file system , to another computer on the same network.
    How should i do that in a simple java program ?
    Thanks !

    Well , I tried that from winXP to winXP on another machine and it worked great :
           InputStream in = new FileInputStream(new File("C:\\temp\\myFile.txt"));
            OutputStream out = new FileOutputStream(new File("\\\\9.143.85.143\\c$\\tmp\\myFile.txt"));
            // Transfer bytes from in to out
            byte[] buf = new byte[1024];
            int len;
            while ((len = in.read(buf)) > 0) {
                out.write(buf, 0, len);
            in.close();
            out.close();
      BUT, in order to copy to a linux machine, I tried to put this as the new File :
    OutputStream out = new FileOutputStream(new File("\\\\9.143.86.145\\root\\tmp\\myFile.txt"));
      and it doesn't work. How should I format the new File path in order to copy to a linux FS ?
    Thanks !

  • Copying files from local computer to a remote server which is not in Domain and with username and password?

    "I have one workstation with static IP, Wants to create batch file to log in to this,using user name and password, copy back up files from that workstation to my desktop with batch file, please help
    I am currently using batch file for back up for domain servers with robocopy commands in batch file  but one of the workstation is not in domain and has static ip , also it has username and password,
    Wants to create batch file on my desktop to log in this server---with username and password,, copy files from particular folder and paste it on my desktop in particular folder or auto create that folder,
    please help, "
    P Dave

    JRV,
    I can understand that, 1stly I am not a scripting guy, I know very very basic of this,
    2ndly, I need help , I am not asking anyone here to write code for me, I have already wrote that but its not doing which its suppose to do,
    check below screen shot, after running suggested script, it has mapped drive ,
    now I do not want to do that, I want just files to copy from that machine to my machine, and want script which I can run from any PC,
    Tried with UNC PATH as well, but not making any difference, its keep mapping that server drive to my computer
    P Dave
    JRV,
    I can understand that, 1stly I am not a scripting guy, I know very very basic of this,
    2ndly, I need help , I am not asking anyone here to write code for me, I have already wrote that but its not doing which its suppose to do,
    check below screen shot, after running suggested script, it has mapped drive ,
    now I do not want to do that, I want just files to copy from that machine to my machine, and want script which I can run from any PC,
    Tried with UNC PATH as well, but not making any difference, its keep mapping that server drive to my computer
    P Dave
    Bill - he still sees that "connection" although it isn't mapped it is attached temporarily.
    P - Log off and log back on and the attached connection will be gone.  It is temporary.   Again - knowing the basics of WIndows would let you know this.
    We have given you all of the answers that are possible.  There is no other way unless you have installed things like PowerShell and PowerShell remoting or an FTP server.
    If you do use a drive it can be just as easily deleted after you have finished the copy.
    Again: "NET USE /?" will tell you all of the options.
    Saying you know nothing is not an excuse for not thinking or looking more deeply into the suggestions made by those trying to help you.  This is not a MIcrosoft support forum or help desk.  It is a forum for admiinistrative scripting and assumes
    that those coming here are technically trained or experienced in the basics of Windows technology.
    ¯\_(ツ)_/¯

  • Copying files from iMac to USB flash drives

    I am having problems copying files from my iMac computer to USB flash drives. Sometimes, I get the error message: "Sorry the operation could not be completed because an unexpected error occurred (Error Code -50)."
    How can I solve this problem?
    This error message does not happen everytime but rather occasionally. Most of the files I am trying to copy to my USB flash drives are MS Word documents. I have tried using various brands of flash drive, but I still get this error message.
    I use my USB flash drives for both Mac and Windows OS computers. For my 2GB Kingston Data Traveller flash drive, I checked its product datasheet on the Kingston website, and it says that it is compatible with both Macintosh and Windows OS, and that I can use it for cross-platform PC/Mac file transfers.
    I also checked the Properties tab for this flash drive, and the File System for the drive is listed as "FAT."

    Hello Stedman:
    I am pretty sure that these files were not open in MS Word when I tried to copy them.
    I only get this error message/code for a handful of MS Word documents; the rest of my MS Word documents were copied successfully to my USB flash drive.

  • Unable to upload files from local computer to remote server (Was: Dreamweaver)

    I have lost the connection between the remote location and the local location for files on my computer. Where to I correct this issues, since I cannot upload files from local to remote. Host server from server to my computer works fine, Running Dell computerr XP operating system with CS3 Dreamweaver. Need all the help I can get.

    I am now having a "ftp error - cannot make connection to host. Dreamweaver
    encoutered a netwoerk or file system error. I did as you suggested and I
    get to basic site definition, ( which looks o.k.), next screen ( no,I do
    not want to use a server technology) Next screen ( edit local copies on my
    machine ( file location looks o.k.), next screen (connect to remote
    server=ftp) address of web server is correct, ( no folder on server, or ftp
    login or ftp password) do not enable check in or check out
    summary: local
    Site name:midhba
    local root folder:midhba
    remote info:
    access; ftp
    FTP host: midhba.com
    check in.check out diabled
    testing server (set up later)

  • How to I move my music files from FAT32 to HFS  external drive

    Hi-
    I am using iTunes 11.0.1 in OSX 10.6.8 Snow Leopard on an early 2008 MacBook. I followed instructions at
    iTunes for Mac: Moving your iTunes Media folder
    http://support.apple.com/kb/ht1449
    It worked fine and now my ~120 GB of music (and ~20 GB of video) is on an external drive "Tardis" and iTunes works well. The only data on "Tardis" is my Apple-named iTunes media folders/files inside a folder called "iTunes." My iTunes library files are on my MacBook and being backed up (along with other personal data) by Time Machine to another external HD "Rivendell."
    Unfortunately I did not realize "Tardis" was still formatted as FAT32 and I cannot include it in my Time Machine backups. I want to move my music files to an HFS+ drive so that Time Machine will back them up.
    I am keen on keeping all the metadata associated with my music files, as I've spent a lot of time organizing and tweaking, and want the play statistics also. There is a lot of classical as well as rock/pop/alternative and a smattering of jazz.
    Is there an easy way to get my music to an HFS+ drive? I did find a possible method here:
    https://discussions.apple.com/message/9690221#9690221Re: How to move my iTunes library from an external FAT32 drive
    This says to get a new HFS+ drive, then use equivalent of http://support.apple.com/kb/ht1449 to consolidate to new drive.
    I can do this, however it took iTunes ~12 hours to "consolidate" my files from internal HD to external FAT32 drive "Tardis". Now I would be going from one USB 2 drive to another USB 2 drive. Is there a faster way?
    Is it possible to:
    get a new drive and format as HFS+
    copy everything over from FAT32 "Tardis" to new HFS+ drive (using "finder"), keeping the entire file structure
    disconnect "Tardis"
    rename new drive to "Tardis"
    open iTunes and have things work
    Seems to me copying is much quicker than "consolidating". I've done both recently.
    If the drag-copy method causes me to lose metadata, then it will not work and I have to use the long consolidate process.
    Thanks in advance for any help.
    -Adam

    Possibly,
    You will need some data recovery software, it will cost $100 approximately, I can recommend Data Rescue by Prosoft.
    Until you get that eject the drive and leave it that way until you are ready to try and recover your files.
    Then start using a backup system, this could have been avoided for less money than the software will cost.

  • Unable to copy files from mac to PC

    Hi,
    I have a mac (osx 10.6.3) and a PC (Windows Vista) connected to my local home network. On the PC there are some shared folders. I can connect to the PC using the "connect to server" dialog and I can get all those PC folders mounted in my desktop (apparently in read/write mode). Dragging files from the PC to my mac works nicely but, surprisingly, there is no way to drag files from my mac to the pc.
    When I drag a file from my mac to PC I'm always getting a dialog asking me to introduce my password to "allow Finder to make changes". I think it makes no sense because Finder should make no changes at all to copy a file to the PC and, on the other hand, I've read/write permissions on those files. After typing my password I get a second dialog: "One or more items can’t be copied to “Movies” because you don’t have permission to read them. Do you want to copy the items you are allowed to read?". Again, it makes no sense because I do have read/write permissions on those files. Unfortunately, any file is transferred after clicking "continue". This behavior is independent of file size, file type and permissions. No way to get any file transferred to the PC. What I'm doing wrong?
    Thanks in advance for your help.

    Hi, paullopez.
    Thanks for your answer. Unfortunately, in my previous post, I forgot to comment that I had macFuse and ntfs-3g already installed in my mac. I wonder if the problem is related to the osx implementation of SAMBA. Or, alternatively, ntfs-3g may be not able to work with samba mounted volumes? I have very little experience in sharing files via SAMBA so any help is welcomed.

  • HT4088 unabl to copy files from pc

    Hi Team,
    Iam unable to copy my files (Images or songs) from my windows PC to Apple ipad4
    Could you please let me know the procedure for the same
    Thank you

    Hi there aaryan_manoj,
    You may find the information in the article below helpful.
    iTunes 11 for Windows: Set up syncing for iPod, iPhone, or iPad
    http://support.apple.com/kb/ph12313
    -Griff W.

  • Moving files from iMac to an external drive

    I have a 250 gb iMac and a 1 tB external drive (Seagate). My iMac is getting quite full, so I tried moving some files to my external. It told me that I couldn't because these files needed OS X to operate. How can I move files to my external so I can clear up my iMac drive?

    Greetings,
    Is the drive you are moving files to the drive you use for your Time Machine backup? If so, don't do this. Any files you put on that drive are not backed up by Time Machine (Time Machine cannot backup it's own drive. That would be like performing brain surgery on yourself.) If you are running out of space, get an additional external drive to store them on so that they can still be backed up by Time Machine.
    Here are some general ideas on how to free up space: http://docs.info.apple.com/article.html?path=Mac/10.6/en/8358.html
    The most common items that people tend to have that use up all their space are iTunes (Music/Movies), iPhoto (Pictures), and iMovie (Movies).
    You can move all 3 of these to an external hard drive if you like. Again, do not use your Time Machine backup drive for this purpose. That is for making a backup copy, not for holding the originals.
    Once you have another drive you can move the afore mentioned large items if they are indeed taking up a large amount of space.
    iTunes: http://support.apple.com/kb/HT1449
    iPhoto: http://support.apple.com/kb/HT1229
    iMovie: http://docs.info.apple.com/article.html?path=iMovie/8.0/en/19555.html
    Hope that helps.

  • Copied files got corrupted in USB3 external drives connected to Macbook Pro, how to fix it?

    I use USB3 connected external hard drives in my Macbook Pro (Yosemite 10.10.1) frequently. I had no problem until two months ago. This week I noticed a lot of corrupted files in one drive. Luckily  I have a backup, and I copied the files. But the files copied recently were mostly corrupted even though source files are fine. I spent a whole day trying with different options, e.g. erasing the drive, using cp, rsync, ditto etc. I figured out that if I copy single file or folder using cp, the copied files are fine, but rsync, ditto or recursive cp or finder's drag and drop results into a lot of corrupted files. I thought this was the hardware related issue of the external drive. But, I was surprised to notice that all files copied without any problem when I used a old macbook (only has USB2 port, and still use Mavericks). Since I have almost 2TB data to write, USB2 is very slow. I am very disappointed to find out that USB3 in Yosemite has caused all these troubles. If anyone has a solution to this problem, Please suggest.
    External hard drive Western Digital My passport.
    Disk is formatted to Paragon NTFS

    It's good to hear the Macbook Pro & the disk is capable of working correctly. The next test would be to try a clean install of OS X & repeat the copy guess. Adding third party drivers for write support makes the picture a little cloudy IMO.
    I'm not really sure what else to suggest other than doing some tests & then taking that data to an Apple store. If you are lucky the genius may follow up on it, or if you submit it as bug reports Apple may follow up on it.
    http://apple.com/feedback/
    Good luck with it, if you want some other ideas post back

  • Get files from PowerMac G3 to External Drive

    My uncle has an old G3 with a lot of photos and most of a book he has written. We need to get that information off the old G3 and onto an external drive. The G3 is running 8.5 and has two firewire ports, but when I connect my external LaCie Rugged drive, it doesn't seem to recognize it. I can't remember much about getting around in 8.5, so I'm not sure where to start to move the files. It has a CD/ROM drive, but it's not a writable drive and the USB ports are only 1.1, so none of my external USB devices work either. I also tried connecting with ethernet, but no joy there because my MB Pro doesn't see it and it doesn't see my MB Pro. I turned on file sharing on both machines, but I'm sure I'm missing something with the old Mac. Target disk mode isn't an option since it's not supported pre OS 9. Any suggestions?
    Oh, and while I'm at it, how high can I upgrade the OS? The machine runs perfectly, but it's way out of date. It's got 10 gb's of free space on the hard drive and is a PPC 2.33 ghz processor.

    You could temporarily remove the G3's hard drive from the computer and use an adapter like this one, for connection to your MacBook via USB 2.0. Assuming that you have adequate hard drive capacity for transferring the files to the MacBook, you could then burn them to CDs/DVDs or to a USB flash drive. I upgraded my beige G3s with larger hard drives, more memory, CD burners, FireWire, and USB 1.1 ports, and a better graphics card, but I wouldn't recommend doing that today with a 11 year-old computer. If your uncle wants to keep using it, I'd suggest downloading/running the OS 8.6 Update (updates OS 8.5/8.5.1 to 8.6). If a beige G3 has adequate installed memory and hard drive space, it's officially supported up to Jaguar (OS 10.2.x), or to Panther (10.3.x) with the assistance of the downloadable "XPostFacto".

  • Restoring files from Time Machine to external drive

    I keep my iPhoto library -- aning may other files -- on an external drive (iomega 1 TB).   I use Time Machine (Time Capsule) for my back-ups of iphoto - and all my files on this drive.  The external drive is failing.  I have bought an new external drive and wish to restore my iPhoto library to this new drive.  The steps for restoring from Time Machine require me to click on the iPhoto library and then enter time machine.  I cannot do this as the folder is now unreadable on the drive and I do not wish to restore it to this old drive in any event. 
    I have accessed the time machine drive and can see the iphoto back up is there. 
    What is my next step?
    Robert

    You are correct Linc.  I am probably not being clear enough.  The dead drive is disconnected and I am only using the new external drive, the iMac and the Time Machine backup drive which is connected to the iMac via ethernet.
    I am trying to what you have suggested and appears all over the internet as the correct method.  Unfortuntely, it is just not working.  I will take snapshots of the screens to illustrate.  (not sure how to take sceenshots in Time Machine.)
    While in finder I have the sidebar.  I choose my iMac and choose enter Time Machine (Home Drive is the new external drive):
    Just before I enter -- a window opens that says "connecting to back-up volume":
    Then another window opens -- on it's own -- that is the Time Machine Back-up and it does not have the sidebar:
    As I slide into Time Machine another window opens -- on its own -- that contains the elements of my sidebar:
    As show below in another screen grab:
    And now I am in Time Machine with that window -- i have even tried to click on the sidebar window which lies in the background just prior to sliding into Time Machine but I still get this window):
    No side bar.  But, I can choose any back-up window behind it it -- going back in time -- and get windows that looks like this:
    Via the bottom status bar I can manuever to the correct back-up date and time i want and get this window:
    The Iomega HDD contains the back-up of iPhoto Library (and other files) thart I wish to restore.  I should be able to open this folder.  Choose the files to restore and voila.  But when I choose the foloder.  Nothing.  It freezes -- except i can still manuever the mouse.  No spinning wheel.  Nothing.  I cannot exit Time Machine etc.  I end up shutting down using the power button.
    BTW. Here is the wiondow I get when I click on the Time Machine drive in the sidebar:
    I can choose the iPhoto Library and I dragged and dropped to the new drive.  There was an error the first try (after 4 hours...) but the second try worked.  I have duplicated/backed-up the library getting ready to experiment with an new iPhoto upgrade. 
    Is this the same library?
    But any thoughts on what happened during the Time Machine process is appreciated.
    Robert

Maybe you are looking for