Author Topic: Failed to create destination directory  (Read 6522 times)

Offline patricklux@gmx.de

  • Newcomer
  • *
  • Posts: 13
    • View Profile
Failed to create destination directory
« on: March 30, 2016, 08:32:35 AM »
Two external disk, exact same finder information but Failed to create destination directory.
Any ideas? Tried to repair permissions but no failure.

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24756
    • View Profile
    • Camera Bits, Inc.
Re: Failed to create destination directory
« Reply #1 on: March 30, 2016, 09:19:15 AM »
Two external disk, exact same finder information but Failed to create destination directory.
Any ideas? Tried to repair permissions but no failure.

Are you able to create a directory at the same location with the same name that Photo Mechanic would have created for you, via the Finder?

-Kirk

Offline patricklux@gmx.de

  • Newcomer
  • *
  • Posts: 13
    • View Profile
Re: Failed to create destination directory
« Reply #2 on: March 30, 2016, 11:46:10 AM »
Shure. What I forgot to write was that on 'Arbeitsfotos' photo mechanic can create the directory, on the other harddisk it fails. None of them is the disk the iMac boots from.

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24756
    • View Profile
    • Camera Bits, Inc.
Re: Failed to create destination directory
« Reply #3 on: March 30, 2016, 05:02:57 PM »
Shure. What I forgot to write was that on 'Arbeitsfotos' photo mechanic can create the directory, on the other harddisk it fails. None of them is the disk the iMac boots from.

It is likely some sort of permissions problem.  Can you open up a Terminal window and execute the following?

find "/Volumes/Samsung SSD 1TB" -type d -ls

And paste the results in your reply?

Thanks,

-Kirk

Offline patricklux@gmx.de

  • Newcomer
  • *
  • Posts: 13
    • View Profile
Re: Failed to create destination directory
« Reply #4 on: April 06, 2016, 03:04:53 AM »
sorry, I'm not skilled in this.
diskutil list showed me this:

/dev/disk0
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *500.3 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:          Apple_CoreStorage                         499.4 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
/dev/disk1
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:                  Apple_HFS Macintosh HD           *499.1 GB   disk1
                                 Logical Volume on disk0s2
                                 C32C08C4-8865-4341-B715-A90F0F8A1E13
                                 Unlocked Encrypted
/dev/disk2
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *1.0 TB     disk2
   1:                        EFI EFI                     209.7 MB   disk2s1
   2:                  Apple_HFS Samsung SSD 1TB         999.9 GB   disk2s2
/dev/disk3
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *240.1 GB   disk3
   1:                        EFI EFI                     209.7 MB   disk3s1
   2:                  Apple_HFS Arbeitsfotos            239.1 GB   disk3s2

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24756
    • View Profile
    • Camera Bits, Inc.
Re: Failed to create destination directory
« Reply #5 on: April 06, 2016, 06:35:19 AM »
sorry, I'm not skilled in this.

I'll give you more specific instructions:

In the Utilities folder of your Applications folder is an application called Terminal.  Open it up.
A window will appear that you can type text into.  Type the following and press enter:

find "/Volumes/Samsung SSD 1TB" -type d -ls

(you can copy and paste it if you want)

It will produce some output.  Copy it and paste it in your reply to this message.

Thanks,

-Kirk

Offline patricklux@gmx.de

  • Newcomer
  • *
  • Posts: 13
    • View Profile
Re: Failed to create destination directory
« Reply #6 on: April 06, 2016, 07:00:25 AM »
sorry, didn't figure out that this was the actual string to put into terminal. unfortunately it responeses with
Patricks-iMac:~ patricklux$ find "/Volumes/Samsung SSD 1TB" -type d -ls
find: /Volumes/Samsung SSD 1TB: No such file or directory

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24756
    • View Profile
    • Camera Bits, Inc.
Re: Failed to create destination directory
« Reply #7 on: April 06, 2016, 08:39:41 AM »
sorry, didn't figure out that this was the actual string to put into terminal. unfortunately it responeses with
Patricks-iMac:~ patricklux$ find "/Volumes/Samsung SSD 1TB" -type d -ls
find: /Volumes/Samsung SSD 1TB: No such file or directory

OK, then enter the following:

ls /Volumes

And paste the output back here.

Thanks,

-Kirk

Offline patricklux@gmx.de

  • Newcomer
  • *
  • Posts: 13
    • View Profile
Re: Failed to create destination directory
« Reply #8 on: April 08, 2016, 03:58:04 AM »
Here we go:
Last login: Fri Apr  8 12:55:10 on console
You have mail.
Patricks-iMac:~ patricklux$ ls /Volumes
Arbeitsfotos      Macintosh HD      Samsung SSD 1TB
Patricks-iMac:~ patricklux$


Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24756
    • View Profile
    • Camera Bits, Inc.
Re: Failed to create destination directory
« Reply #9 on: April 08, 2016, 08:55:33 AM »
Here we go:
Last login: Fri Apr  8 12:55:10 on console
You have mail.
Patricks-iMac:~ patricklux$ ls /Volumes
Arbeitsfotos      Macintosh HD      Samsung SSD 1TB
Patricks-iMac:~ patricklux$

OK, let's try this:

find /Volumes/*Samsung* -type d -ls

And post the output back here.  It will likely be a lot of text.

Thanks,

-Kirk

Offline patricklux@gmx.de

  • Newcomer
  • *
  • Posts: 13
    • View Profile
Re: Failed to create destination directory
« Reply #10 on: April 10, 2016, 07:51:02 AM »
Yes, a lot of text. Here is just the beginning of it:
Last login: Sun Apr 10 16:41:09 on console
You have mail.
Patricks-iMac:~ patricklux$ find /Volumes/*Samsung* -type d -ls
     2        0 drwxrwxr-x   27 patricklux       staff                 986 10 Apr 16:42 /Volumes/Samsung SSD 1TB
  2938        0 d--x--x--x    8 patricklux       staff                 272 10 Apr 16:41 /Volumes/Samsung SSD 1TB /.DocumentRevisions-V100
find: /Volumes/Samsung SSD 1TB /.DocumentRevisions-V100: Permission denied
    25        0 drwx------   49 patricklux       staff                1666  8 Apr 16:30 /Volumes/Samsung SSD 1TB /.fseventsd
    21        0 drwx------    5 patricklux       staff                 170  4 Feb  2015 /Volumes/Samsung SSD 1TB /.Spotlight-V100
    23        0 drwx------    3 patricklux       staff                 102  4 Feb  2015 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V1
    22        0 drwx------    3 patricklux       staff                 102  4 Feb  2015 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2
    28        0 drwx------  103 patricklux       staff                3502 10 Apr 16:47 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5
  3519        0 drwx------    3 patricklux       staff                 102  6 Feb  2015 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5/Cache
  3520        0 drwx------    3 patricklux       staff                 102  6 Feb  2015 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5/Cache/0000
  3521        0 drwx------    4 patricklux       staff                 136 11 Mär 00:14 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5/Cache/0000/0000
  3522        0 drwx------    3 patricklux       staff                 102 10 Mär 16:10 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5/Cache/0000/0000/0000
 78739        0 drwx------    3 patricklux       staff                 102 11 Mär 00:14 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5/Cache/0000/0000/0001
    71        0 drwx------    2 patricklux       staff                  68  4 Feb  2015 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5/journals.assisted_import_post
    70        0 drwx------    2 patricklux       staff                  68  4 Feb  2015 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5/journals.assisted_import_pre
    72        0 drwx------    3 patricklux       staff                 102  6 Apr 12:37 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5/journals.health_check
    66        0 drwx------    2 patricklux       staff                  68  4 Feb  2015 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5/journals.live
    69        0 drwx------    2 patricklux       staff                  68  4 Feb  2015 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5/journals.live_priority
    67        0 drwx------    3 patricklux       staff                 102 11 Mär 00:14 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5/journals.live_system
    68        0 drwx------    5 patricklux       staff                 170 10 Apr 16:47 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5/journals.live_user
    73        0 drwx------    2 patricklux       staff                  68  4 Feb  2015 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5/journals.migration
    74        0 drwx------    2 patricklux       staff                  68  4 Feb  2015 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5/journals.migration_secondchance
   944        0 drwx------    3 patricklux       staff                 102 10 Mär 16:06 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5/journals.repair
    76        0 drwx------    3 patricklux       staff                 102 10 Apr 16:42 /Volumes/Samsung SSD 1TB /.Spotlight-V100/Store-V2/69F1980C-5423-457F-9DAB-F3561DD27DA5/journals.scan
  2946        0 drwxrwxrwt    4 patricklux       staff                 136  6 Feb  2015 /Volumes/Samsung SSD 1TB /.TemporaryItems
  2947        0 drwx------    2 patricklux       staff                  68  6 Feb  2015 /Volumes/Samsung SSD 1TB /.TemporaryItems/folders.0
  3552        0 drwx------    2 patricklux       staff                  68  6 Apr 17:20 /Volumes/Samsung SSD 1TB /.TemporaryItems/folders.501
    20        0 d-wx-wx-wt    3 patricklux       staff                 102  6 Apr 12:55 /Volumes/Samsung SSD 1TB /.Trashes
find: /Volumes/Samsung SSD 1TB /.Trashes: Permission denied
 70969        0 drwxr-xr-x  1195 patricklux       staff               40630  8 Mär 15:32 /Volumes/Samsung SSD 1TB /20160222 HGU Teamfotos
 76522        0 drwxr-xr-x   47 patricklux       staff                1598  8 Mär 15:35 /Volumes/Samsung SSD 1TB /20160222 HGU Teamfotos/jpg edited
 76588        0 drwxr-xr-x   42 patricklux       staff                1428  8 Mär 15:36 /Volumes/Samsung SSD 1TB /20160222 HGU Teamfotos/jpg edited/web
 72338        0 drwxr-xr-x  135 patricklux       staff                4590 23 Feb 12:50 /Volumes/Samsung SSD 1TB /20160222 HGU Teamfotos/preview
 72652        0 drwxr-xr-x  689 patricklux       staff               23426 25 Feb 15:51 /Volumes/Samsung SSD 1TB /20160224 NIEDEROESTERREICH
 73879        0 drwxr-xr-x   72 patricklux       staff                2448 25 Feb 15:59 /Volumes/Samsung SSD 1TB /20160224 NIEDEROESTERREICH/jpg
 73284        0 drwxr-xr-x   19 patricklux       staff                 646 24 Feb 22:58 /Volumes/Samsung SSD 1TB /20160224 NIEDEROESTERREICH/kleine Auswahl


Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24756
    • View Profile
    • Camera Bits, Inc.
Re: Failed to create destination directory
« Reply #11 on: April 10, 2016, 09:17:21 AM »
Yes, a lot of text. Here is just the beginning of it:

We'd need to see all of it and also know where it was that you had PM trying to create folders.

If you don't want to post it all here, you can contact me privately and I'll give you an email address where you can send the output.

-Kirk