Author Topic: OSX Server mount not showing images  (Read 13234 times)

Offline ajmast

  • Member
  • **
  • Posts: 51
    • View Profile
Re: OSX Server mount not showing images
« Reply #15 on: May 14, 2015, 04:04:25 AM »
I tried it without the ~ and there is another directory path without the ~ in the path that behave the same way.
I also tried mapping (assigning a drive letter) directly to a folder that was causing issue, and same thing.

Right now it is mounted over SMB. Later today I am going to see if I can mount over AFP and see if that makes a difference.

Offline ajmast

  • Member
  • **
  • Posts: 51
    • View Profile
Re: OSX Server mount not showing images
« Reply #16 on: May 14, 2015, 11:23:00 AM »
No joy on this. No difference made.

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24731
    • View Profile
    • Camera Bits, Inc.
Re: OSX Server mount not showing images
« Reply #17 on: May 22, 2015, 09:16:19 AM »
AJ,

From your last log:

[Fri May-22-2015 08:08:54.111][00002214][0118584] PMDocCommon.cpp:1005 RESCAN START
[Fri May-22-2015 08:08:54.115][00002214][0118596] PMDocCommon.cpp:922 Scanning path: 'X:\~Injest\20150521\1232 Michael Conroy\'
[Fri May-22-2015 08:08:54.117][00002214][0118604] DiskUtils.cpp:1942 FindFiles::_find() scanning 'X:\~Injest\20150521\1232 Michael Conroy\', depth is 0
[Fri May-22-2015 08:08:54.121][00002214][0118612] DiskUtils.cpp:1959 Found '.' with attrs: 0x10
[Fri May-22-2015 08:08:54.125][00002214][0118612] DiskUtils.cpp:2005 FindNextFile complete.  Error: 'The specified server cannot perform the requested operation.'
[Fri May-22-2015 08:08:54.128][00002214][0118612] DiskUtils.cpp:2020 FindFiles::_find() scan of 'X:\~Injest\20150521\1232 Michael Conroy\' complete
[Fri May-22-2015 08:08:54.131][00002214][0118636] PMDocCommon.cpp:937 File counts added for path, RAW(0), Non-RAW(0), Unknown(0)
[Fri May-22-2015 08:08:54.134][00002214][0118660] PMDocCommon.cpp:1161 RESCAN COMPLETE

The key piece of information is:

[Fri May-22-2015 08:08:54.125][00002214][0118612] DiskUtils.cpp:2005 FindNextFile complete.  Error: 'The specified server cannot perform the requested operation.'

You'll need to find out why your server won't retrieve directory information.  I don't think there is much more I can do on my end.

Here is some info I found on the issue with Mac OS X servers mounted on Windows machines:

https://discussions.apple.com/thread/5467191?start=30&tstart=0
http://sourceforge.net/p/freefilesync/discussion/help/thread/6a8a2dfb

-Kirk