Copying Folders and Interuption Occurs

Hi,
I am trying to copy about 8gb of photo folders to a network drive. A pop-up comes up and says I can not copy because a file name is too long. It gives me no option to skip and continue. How can I pike up where I left off? When I click out the copy stops and closes.
Thanks

I have a few thoughts which may or may not help. There could be a corrupted file, or even one with a name that's too long. What type of network drive are you copying to? There's also the possibility of updating to 10.4.11 - perhaps there's something that has been fixed since 10.4.6 that's causing the problem. Booting form a CD/DVD and repairing the HD with DiskUtility wouldn't be a bad idea either.
Jeff

Similar Messages

  • Copying folders and Subfolders with files using Promises WinJS

    Hi,
    I have app written in WinJS.
    I want to copy a particular folder along with its subfolders and their files. I am so far successful with copying folders. Below is the code for the same.
    app.CopyFolder = function (folder, destFolder) {
    var replace = Windows.Storage.CreationCollisionOption.replaceExisting;
    //console.log("create folder: " + folder.name);
    return destFolder.createFolderAsync(folder.name, replace).then(function (newdest) {
    return app.CopySubFolders(folder, newdest);
    app.CopySubFolders=function(folder, destFolder) {
    return folder.getFoldersAsync().then(function (folderlist) {
    return WinJS.Promise.join(folderlist.map(function (folder) {
    return app.CopyFolder(folder, destFolder);
    Now after I have copied all the folders I need to copy their respective files. The problem is I am stuck,I get the files copied but I want to proceed ahead after all the files are written to their respective folders. Below is the code for the same.
    app.copyAllFiles = function (fileList, destStorFolder) {
    console.log('copyFiles Start...');
    var promises = [];
    var fileCopied = 0;
    var collideOpt = Windows.Storage.CreationCollisionOption.replaceExisting;
    return WinJS.Promise.join(fileList.map(function (file) {
    return app.copySingleFile(file, destStorFolder);
    app.copySingleFile = function (fileObject, destFolder) {
    var promises = [];
    var fileCopied = 0;
    var path = destFolder.path + "\\" + fileObject.folderName;
    var collideOpt = Windows.Storage.CreationCollisionOption.replaceExisting;
    return Windows.Storage.StorageFolder.getFolderFromPathAsync(path).done(function (folderObjectOfLocalFolder) {
    return fileObject.fileObject.copyAsync(folderObjectOfLocalFolder, fileObject.fileName, collideOpt).then(function (fileObject) {
    console.log("copied single file:" + fileObject.name);
    The problem is when i run the folder copy code and apply breakpoint for the success call back of 
    CopySubFolders(source,destination).done(/*my breakpoint*/)
    The folders are created.
    But when I try to breakpoint for my copyAllFiles,the files are created only when i pass the success call back.
    Can anyone tell me what am i doing wrong? How can I proceed ahead only when all the files are written successfully.
    Regards,
    Ninad 

    Hi,
    I tried the above solution but what i want is that the action of copying folders and subfolders along with the files should be done with promises and that promise should return only when all folders,sunfolders and their files have been copied. I want to
    do it in this way because I want to perform certain second action only when all things are copied.
    If I do it the as per the link the function runs in the background and my second action proceed aheads and may cause error if it finds some folder or file missing.
    So I came up with following above code,first copy folders then copy. The copy folder works as expected but the files are getting copied only when the file copying code enters the success call back.
    Can you please shed light on my code where I am going wrong.
    Or is it ok to proceed ahead with the solution you mentioned at the link cause I dont want any runtime crashes.
    Regards,
    Ninad

  • Error 7 occurred at Copy in ABAPI Dist New VI Library.vi​- ABAPI Dist Chk for Destinatio​ns.vi- ABA​PI Copy Files and Apply Settings.v​i- EBEP_In​voke_Build​_Engine.vi​- EBUIP_Bu​ild_Invoke​.vi- EBUIP​_Build_Inv​oke.vi.Pro​xyCaller

    When I try to build executables in LabView 8.01 I get message:
    Error 7 occurred at Copy in ABAPI Dist New VI Library.vi->ABAPI Dist Chk for Destinations.vi->ABAPI Copy Files and Apply Settings.vi->EBEP_Invoke_Build_Engine.vi->EBUIP_Bu​ild_Invoke.vi->EBUIP_Build_Invoke.vi.ProxyCaller
    Best Regards

    I got the same error as I tried to build my application, the reason was the string I set for the 'Build specification name' property of my build.
    I changed from '3DC - Dlog Data Compacter ' to '3DC' and it worked afterwards..quite strange behaviour..

  • How can I transfer/copy my entire iPhoto library from one iMac to another iMac whilst keeping all the folders and subfolders intact?

    We recently purchased a new iMac for our office (8 GB memory, 2.7 processor, version 10.9.2) and we need to copy the iPhoto library from our other iMac (version 10.9.4) onto the new one. The photos are essential for our work and there are around 53,000 of them all organised into folders and subfolders and then the photos are manually ordered within the albums.
    We have tried connecting the computers but when we tried to access the iPhoto library on the new iMac it says that iPhoto is locked and we do not have permission to view it. We updated iPhoto on the old iMac as we thought that might be the problem but the message still appears. We've been advised to use an external hard drive but we're worried that will corrupt the organisation of the library. We have also been told not to do it over AirDrop / the Server because of the sheer quantity of photos.
    Any advice on how to safely do this would be much appreciated.

    No idea exactly what you did
    if you followed the instructions
    Simply copy the iPhoto Library from the Pictures Folder on the old Machine to the Pictures Folder on the new Machine.
    Then launch iPhoto. That's it.
    This moves photos, events, albums, books, keywords, slideshows and everything else.
    then you have exactly the same thin on your new system that you had on the old
    If you do something differently - like import the library instead of simply opening it - then it will not work
    did you dimply drag the iPhoto library from the pictures folder of the old machine to the pictures folder of the new machine and then launch iPhoto on the new machine?
    and to help it is important to use word correctly since that is the only communications method we have - in iPhoto folders do not contain photos - you view photos in events and you can organize them using albums (which view photos) and folders (which hold either albums or other folders - folders never have photos in them) so your description of the problem is not at all clear since it uses folders incorretly
    LN

  • Moving or Copying Files and Folders on the Desktop.

    Hi All, I have come across this before and cannot recall how I got around it. I have copied some folders from an external FW drive onto the desktop of my iMac. I create a new folder on the desktop to move these folders into. Without holding down the option key or any key, the Finder copies them instead of what it should be doing by moving them. It is a pain!!! What is making the Finder copy rather than just move these folders even though they are on the same volume? The owner of the folders and the logged in user on the iMac is the same. Any suggestions appreciated. Thanks.

    Barbara, Sorry but I don't think you understand my issue.
    Let me clarify.....
    I have copied a folder from my External Firewire drive to my desktop.
    I have created a new folder on my desktop.
    When I attempt to move the copied folder which is already on the desktop to the new folder which is also on the desktop, a + sign appears on my cursor. I don't want to copy it to the new folder, I just want to move it into it. This is all happening on the same volume and happens only with the folder. Any files inside this folder can be moved as per normal.
    Hope this is clearer.....
    Message was edited by: Cobra5400
    Message was edited by: Cobra5400

  • Note:  Mail.app and Folders with Dovecot - Copying Folders w Subfolders

    I found a problem with Apple Mail regarding folder creation with the new Dovecot Server...
    Say you import some mail from Eudora or some other mail client, and you have folders with no messages, only subfolders (or mailboxes if you want to call them that). The mailbox on "My Mac" appears white instead of blue, and you can see the subfolders just fine and everything looks great. Drag that folder (the white one with subfolders) to your IMAP account to copy it to the server. It will copy just fine. Now try to rename or delete that white folder you just copied to the server. You will get the following error:
    For this example I will call the problem folder "TestFolder"
    The IMAP command RENAME (or DELETE if you try to delete) (to TestFolder) failed with the server error: Mailbox does not exist: TestFolder
    The problem is this:
    Dovecot creates folders and subfolders as separate directories on the server:
    .TestFolder
    .TestFolder.TestSubFolder1
    .TestFolder.TestSubFolder2
    In the above example, there is a folder (or mailbox) called TestFolder with two folders inside it, TestSubFolder1, and TestSubFolder2. This example is the correct way to create a folder with dovecot, or if not "correct", at least you can delete or rename the "TestFolder" without an error.
    What happens with Apple Mail (Mail.app), is that when you drag a white folder to the server, it would create the following:
    .TestFolder.TestSubFolder1
    .TestFolder.TestSubFolder2
    Notice the root folder .TestFolder is missing. This is why you get the error message noted above. If you create .TestFolder in the directory, chmod 700 .TestFolder and chown <username> .TestFolder, you can rename or delete the problem folder (notice it turns blue as well). This gets rather annoying when dealing with multiple folders/subfolders, and is not a real graceful way of dealing with the situation.
    Apparently there is some intended difference with the white folders and blue folders, in that blue folders can contain messages but white folders can only contain other folders. Great, but Mail.app needs to somehow create the folder on the server in a way that is compatible with Dovecot.
    If someone has a developer account (mine keeps complaining that there is missing information, but there is no missing information and won't let me log in), could you post this as a bug report? I'll deal with my developer account later...
    Thanks.

    > It's not that they don't show up in Mail. In Mail, they are in their
    (manually) sorted folders. On the server they are in BOTH their
    sorted folder, AND the main inbox where they first appeared.
    Yes, but what I’m saying is that, according to your reports, even after rebuilding the Inbox of the .Mac account that has the problem, there are still messages in that mailbox on the server that don’t show up in Mail in that same mailbox. Is that correct? This is what doesn’t make sense to me...
    > Mac-mydotmacusername1
    Mac-mydotmacusername2
    [email protected]
    So you have two .Mac accounts and a POP account. You hadn’t mentioned this before, had you? I got the impression that you only had one .Mac account...
    Which account has the problem, i.e. for which account there are messages on the server’s Inbox that don’t show up in Mail even after rebuilding that mailbox? Are you moving messages from a .Mac account’s Inbox to custom mailboxes of that same account or to mailboxes associated with the other .Mac account?
    <hr>
    Try this to determine the scope of the problem:
    1. Go to Apple Menu > System Preferences > Accounts and create a new user account for testing purposes.
    2. Either log out of your main user account or just quit Mail so that it does not interfere with the other user account.
    3. Log in as the newly created user and set up Mail anew there.
    4. For spam-related security reasons, go to Preferences > Viewing and disable Display remote images in HTML messages if it’s enabled.
    5. If you set up a POP account, go to Preferences > Accounts > Advanced and disable Remove copy from server after retrieving a message if it’s enabled, to avoid messages being accidentally removed from the server while testing.
    6. Check whether the problem also happens when logged in as another user.

  • I am having the same problem I think.  With mobileme you simply copy documents to the idisk folder and then synch.  I cannot seem to sink that folder anymore.  Any idea as to how I can simply copy folders to icloud and then access the MS Word and PDF file

    I am having the same problem I think.  With mobileme you simply copy documents to the idisk folder and then synch.  I cannot seem to sink that folder anymore.  Any idea as to how I can simply copy folders to icloud and then access the MS Word and PDF files on my iphone?

    Apple never bopthered to explain that this would happen
    Your iDisk is still accessible after moving to iCloud in exactly the same way as before. Nothing is deleted until June 30th 2012.
    , so I could easily have lost ALL of the files I kept on iDisk.
    No, you couldn't. Firstly, nothing was deleted from your iDisk. Secondly, any files stored on your iDisk should never be your only copy. Even if your iDisk spontaneously combusted, you should keep local backups elsewhere.
    Does Apple WANT people to move their storage elsewhere and stop paying Apple for it?
    Yes. Apple doesn't provide such a service anymore, nor are you paying them for it.
    Apple has made no effort to suggest remedies for the problem it has given iDisk users
    They've provided instructions on how to download your files from your iDisk. What you do with them after that is your choice.

  • 'Info' file count varies between original and copied folders

    Unlike Snow Leopard, Lion and Mountain Lion 'Info' counts hidden files in folders (usually .DS files).  However copied folders, often to different locations, computers, etc, do not count to the same total as the original folder.  How can I stop 'Info' counting hidden files in a folder, so that I can check acturately folder contents between original and copied folders.  I do not want to have to open each folder and check the count at the bottom of the window, this is very time consuming when dealing with many folders
    I hope there is an easy answer ??

    You can do this simply in Terminal with the command
    ls [directory] wc -l
    This will only count the files and folders at the top level (i.e., not the contents of folders within it) and it won't count hidden files.
    Examples:
    if you want to count how many files are in your home user folder
    ls -1 ~/ | wc -l
    If you want to count how many files are in your desktop folder
    ls -1 ~/Desktop | wc -l
    If you want to count how many files are in a folder called 'Temp' on your Desktop:
    ls -1 ~/Desktop/Temp | wc -l
    If you want to count how many files are in your Trash:
    ls -1 ~/.Trash | wc -l
    If you want more sophisticated counts, such as subdirectories, type
    man ls
    into Terminal to read the manual on the various options you can use with the 'ls' command.

  • After refomatting HDD, reinstalling Vista plus service packs, recovering files from Microsoft backup and installing new copy of Firefox 3.6, Firefox will not run. Have deleted all old M0zilla profile folders and reinstalled Firefox again to no avail.

    After computer would not boot and could not be repaired, I reformatted the HDD, reinstalled Vista plus all service packs and updates, recovered files from Microsoft backup and installed new copy of Firefox 3.6. Firefox will not run.
    I have deleted all old M0zilla profile folders and reinstalled Firefox again to no avail.
    After intallation was completed, the automatic startup just placed a small box on the screen "Import wiz". This just sat there with no activity. After I closed this box, none of the Firefox start buttons would open the program -- just the blue rotating icon for about 2 seconds then nothing.

    Hi,
    Please try to rebuil the WMI repository.
    For detailed information, please refer to the blog below,
    http://blogs.technet.com/b/askperf/archive/2009/04/13/wmi-rebuilding-the-wmi-repository.aspx
    If issue persists, due to sfc doesn't work, could you try to repair your system with the installation disk?
    Best Regards.
    Steven Lee
    TechNet Community Support

  • Copy only files from folders and subfolders

    I need a help.
    I have issue with too long destination part, so I want to use some script or command, to copy all files (just files) from all folders and subfolders to one destination (one specified folder).
    I don't need folders and subfolders, just files.
    I have this issue on Windows 7 Professional.
    Best regards

    Try this batch file. It will overwrite files with duplicated names.
    @echo off
    set Source=d:\My Documents
    set Dest=d:\My New Folder
    xcopy /y "%Source%" "%Dest%\"
    for /F "delims=" %%a in ('dir /ad /b /s "%Source%"') do xcopy /y "%%a\*.*"  "%Dest%"

  • Folders and topics are inexplicably deleted from my RoboHelp 9 project

    A month ago, my company purchased the latest Adobe Technical Communication Suite and I started a new RoboHelp 9 project. To help keep track of my many topics, I created several folders and a few sub-folders in the HTML Files (Topics) folder within the Project Manager pod. The organization of these folders and topics mirrors my TOC. Once I nailed down the basic structure of my help system, I started using the TOC as my “hub” for working on the various topics – meaning that I open a particular topic by double-clicking it in the TOC.
    Then something went awry early this week.
    Sometimes when I open my project, the folders and sub-folders along with their many topics are missing from the Project Manager pod. The TOC also reflects these missing files with those dreaded red-X topic icons. And in Windows Explorer, no trace of the folders, sub-folders, and topics can be found
    On a couple of occasions, I opened my project and most – but not all – of the folders and their accompanying topics were deleted from the Project Manager pod. The only topics that consistently “survive” are the ones that aren’t nested within a folder or sub-folder in the Project Manager’s HTML Files (Topics) folder.
    I’ve been able to make some progress on my help system by periodically saving the entire project folder, and then using the latest backup as my starting point whenever this problem occurs. But ultimately I end up losing a fair amount of work.
    I rooted around this forum for help and insight. I saw several suggestions concerning a similar problem with RH 8 where the solution was to delete the .xpj and .cpd files and then open the .hhp file. Unfortunately, this fix didn’t work for me.
    I’m now working in a state of high anxiety, wondering whether my topic files will exist the next time I open my project. Any help with this problem would be greatly appreciated.
         -Kevin

    Yes what Jeff is suggesting is trying a shorter path. Just copy the project from where it is to C:\MyProject and see if that fixes the problem.
    As to deleting the CPD every time, some do, some don't. It used to lose some information but things were changed and now it is OK to delete it every time. Do not delete the XPJ file though, that will mess up your project. See Opening Projects on my site.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Can't copy files to a network share but can copy folders...

    I frequently use a network share at work. I can view files off of it fine. I can erase files off it. I can copy folders to it.
    However, any time I copy any single file I get the following error.
    "The operation can’t be completed because you don’t have permission to access some of the items."
    This occurs for every file I've tried. From txt files to jpgs to docs. Everything gives that error and fails. I'm at a loss and it's totally killing my productivity.
    It's a linux based share and all permissions on that box are correct. My account can easily copy files from other machines. Also, the fact that files and modifications work on this computer seems to prove that as well. I think it's pretty apparent that the cause of this error is on my laptops end.
    I've verified my disk permissions. I have no clue what could be causing this.

    Look at this thread for discussion of this issue.
    http://discussions.apple.com/thread.jspa?threadID=2382501
    Search is your friend.

  • Copying folders & files from case-sensitive to non-case-sensitive volume

    I'm trying to copy a rather large (60+ GB), folder and all its enclosed items from a volume that is has case sensitive file names to one that does not. The copy operation always stops when it comes across a duplicate file/folder name differing only in the case of some of the characters. The folders/files in question are actually not duplicates, so I would like to change the file name of the duplicate by appending anything to the filename.
    The copy operation does not provide any choice but to abort the operation when it finds the first identical file or folder name differing only in case..
    Any suggestions?

    Unfortunately, that is not a viable solution, as I am tring to convert a case sensitive volume to a non-case sensitive volume.
    What I would like is a method to copy files and when a duplicate occurs it asks me what to do like rename the second duplicate. However this problem is now moot, as I painstakingly renamed each offending file/folder as each error occured, and then restarted the copy.
    While the question is not answered, I am marking it as such because I am now past the problem.
    Thanks for your response.

  • 10.4.6 finder (copy / drag and drop) bug

    Any one encounter this?
    Brief summary: When copying files from an iMac to external firewire drive the finder (copy) grinds to a halt and eats up all the free disk space on the iMac hard drive
    Detailed summary: iMac 20" G5 2.1GHz 1GB Ram 10.4.6 and an external LaCie 500GB firewire drive.
    In an effort to move to Aperture I have begun cleaning up my iMac's hard drive which entails moving several gigabytes of jpegs, gif's, raw files, and Quark Xpress files, etc., to external hard drives.
    All of these files are sorted into folders and sub-folders based on clients name. This is just a basic 'copy' from iMac to external hard drive. The iMac has about 50 GB of free hard drive space and the external hard drive has about 400 Gb free. Copying (drag and drop) any folder that has more than say a total of 7500 files inside causes the copying to start then grind to a halt. The odd part is that the free disk space on the source machine (iMac) gradually disappears during this process.
    Size of the move doesn't seem to matter as it is only when the file count exceeds approx. 7500 that things go wrong. One move entailed 9000 or so files and was only 250 MB but managed to eat up all 50 GB of free space in minutes. The first clue that something is wrong is seeing the warning message pop up stating you start-up disk is full.
    The only way to get the hard drive space back is to reboot the machine then all of the free disk space reappears. I have tried to relaunch the finder but that does not reclaim the missing free disk space. Also of note the memory usage never creeps up, as if this was some kind of memory leak. It stays pretty much constant through the whole process which is about 240MB.
    Not sure if this matters but spotlight is currently told to ignore image files which is the bulk of what is (trying) to be moved. Also this behavior didn't occur under 10.4.5 or prior point releases.
    Any ideas or thoughts?
    Thanks,
    -brian
    iMac G5   Mac OS X (10.4.6)   LaCie external 500GB firewire drive

    What is the format used on the external HD?
    You did format it for Mac use (HFS+), right?
    Yes, the external drive was reformatted as Mac OS Extended (Journaled) before being brought into use. I have several LaCie drives in different sizes from 250 Gb and up for back ups and never had an issue until now...
    Seems to be finder related as if i open the top level folder and grab smaller groups of folders it works fine, just takes forever. So at least that is the work around. I was kind of hoping to just grab a bunch of folders start the copy and go do other things and come back and it would be done...
    Thanks for the reply,
    -brian

  • MY system folder, including hidden folders are littered with duplicate folders and files with the suffix (from old Mac) How do I remove them

    I have a Macbook Pro running Leopard 10.5.8. I had a problem with my my operating system (my fault, I moved a file I shoudnt have) couldnt boot up but was able to boot up from a backup. I managed to repair my original system except now all the system folders, including hidden folders are littered with duplicate folders and files with the suffix (from old Mac).  For the most part the dupes are an exact copy, but not always.  I want to remove them to free up space and cant imagine duplicate folders in the /system/library are not hindering my computer. But I dont know where to start and am afraid of doing irreparable damage. Any ideas

    pacull,
    Use iCal>View>Show Notifications to choose what to do with the notification.

Maybe you are looking for

  • Aperture and the Retna Display

    I have not been here for a while, so this has most likely already been discussed. If so, please disregard my post. I was in an Apple store the other day and finally got a chance to look at the new  MacBook Pro Retna (MBPR). So the MBPR has really hig

  • Recipients view in workflow log

    Hi all, Today I noticed that Recipients list in workflow log for a particular task looks different if I log on with two different users. For example I have a decision step with two possible agents US 00000001 and US 00000002. If I logon with my user

  • Serif italic fonts display as script

    In Firefox 7, web sites which have some text styled as serif italic display as a strange script. A good example is the recipe site URL below but the problem occurs on most Wikipedia pages as well. I am including a screen shot of the recipe page in th

  • Plotting xyz Coordinate​s on 3D Graph Help

    Hi, I have an array (max size 10) of xyz coordinates which i want to plot on a 3D graph. These 10 points are constantly moving (data from a Leap Motion hand tracker) I have attached a screen shot of simple VI and example data How would i go about gap

  • Added a check to Text to sequence file result in Test Stand hang up.

    I added the check in text to sequence file translator.vi (the file is attached) With this addition I generated the dll. Test Stand load the sequence file without any problem for the first time. If I add a space to the sequence file and save the file;