Mac does not list all folders in a SMB share

Hi guys, this is a bit of a weird one and I've tried everything I can think of.
In our house we have a media centre running Windows 7. It has several shares, one of which we'll call folder "X". Folder X opens correctly on the media centre, and any other Windows machine perfectly. Almost every other machine in the house is running OS X 10.6, and one of my housemates today noted that some of the folders inside of folder X were not listed on a Mac. So far we've tested it on 2 Macs and 2 Windows machines, and everytime the Windows machine lists all folders inside of X, where the Mac does not. The weird thing is, it's cutting them out alphabetically, so it's basically from D through to I that are missing, all in all there are 30 (out of 160) folders missing inside of Folder X...here's what I've tried.
On the Windows 7 machine:
-Restarted server service
-Removed Share X and re-added
-Checked share permissions on folder X
-Checked permissions on folder X, propagated to all child folders just in case.
-Restarted machine after every change.
On the Macs we haven't really tried much as there's not much we can think to change. We've tried Finder, Path Finder (which I'm guessing will be exactly the same), restarting, removing from workgroup and re-adding...I can't think what would cause such a weird problem.
To make things harder we don't know exactly when it started happening but the OSX machines definitely used to list the folders and it happens on more than one mac. which I guess makes me think it's something on the Windows client. The 30 folders are not using any nonstandard characters, some are only a few letters long.
Ideas on a postcard!?

Reporting the same problem.
1. Have Windows 7 MediaCenter with file sharing set up properly (LM+NTLM Authentication allowed and 128-bit encryption disabled in security policies).
2. Test folder ("C:\income") and all the subfolders' owner is 'Guest', full access is granted for everyone.
3. Connecting to MediaCenter from MacBook with Finder by pressing Cmd+K and typing smb://ip-addr/income
4. Finder connects successfully, but some sub-folders and files are not being listed.
Workaround:
5. You can open a not-listed folder directly by pressing Cmd+K and typing smb://ip-addr/income/some-invisible-folder
6. Voila! You're inside invisible folder.
In the meantime, i can see all the sub-folders on a Windows XP client machine, so i can make a conclusion that all of these 'invisible' sub-folders are actually accessible by Finder, but in some reason are just not being listed on Mac.

Similar Messages

  • Boot Camp 3.0 recognises Mac HFS drives but does not list all folders

    Hi
    I have just done a clean install of Boot Camp/Windows XP using the Boot Camp 3.0 drivers that come with Snow Leopard, and was pleased to find native support for Mac Drives (HFSJ). Whilst all of the Mac drives in my Mac Pro are recognised and can be opened and explored in Windows explorer, a number of folders in one of the drives didn't show up. I could access them by typing the exact path in windows explorer, but when using the mouse to open the drive a number of folders could not be found. Furthermore, windows applications, such as media libraries, would not pick up any files in the folders that couldn't be seen in explorer.
    I went back to OSX to check that all of the folders were indeed present and they were. So in the end I reverted to using my Macdrive software again and all of the folders showed up again and worked as expected. So, it may be that the new bootcamp drivers are not all they are cracked up to be.
    Anyone else experienced similar issues, or got any clues as to what I might need to get this working right?
    Thanks
    Nick

    I am having that issue, but haven't worried about it since I've only booted to windows 2 times since the upgrade. Both times I've experienced a much more aggravating problem. Both times in order to reboot to OSX I have to use the install disc to repair the OSX drive because something renames it to "disk1s2" plus some counts are invalid. I use Macdrive, but since SL the mac volumes appear just as any other drive icon. Using Parallels or Fusion works as it always has, automatically shutting of Macdrive which leads me to think that Macdrive may be the culprit. Gonna try disabling it completely while running virtual and see if that makes it work. If not it'll just be another aspect of my Mac that Apple updates have made useless.

  • Address book of my mac does not show all my contacts in iphone. What do i do??

    Address book of my mac does not show all my contacts in iphone. What do i do??

    iCloud, which replaced MobileMe, requires OS X Lion (10.7.5) or higher.  You will need to upgrade to OS X Lion higher in order to set up iCloud on your Mac.  First check to see if your system meets the system requirements to upgrade.
    Lion system requirements are:
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    Mountain Lion and Mavericks requirements are the same, as listed here: http://support.apple.com/kb/HT5842.
    If you can run Mavericks, you can download a free upgrade from the Mac App Store.  If your system can only run Lion, you can go here to purchase a redemption code to download it from the Mac App Store.  If you prefer Mountain Lion for software compatibility reasons, you can go here to purchase a redemption code to download it from the Mac App Store.
    After upgrading, you will find iCloud in System Preferences>iCloud on your Mac, and can set it up as explained here: http://www.apple.com/icloud/setup/mac.html.
    Before upgrading, you may want to check the compatibility of your existing applications by checking here: http://roaringapps.com/apps:table.   Also be aware that older PPC programs such as AppleWorks and Office 2004 for Mac will not run on OS X Lion or higher.

  • ITunes Match does not list all my music before signing up. Only the ones i've purchased thru itunes and several songs of my own.  Where can I find my 400  missing songs?  Being able to store ALL music is the only reason why I signed up. Please help.

    iTunes Match does not list all the music I had on my iphone. Not on my phone or iTunes. Only shows the music I've purchased from itunes and none of my 400+ songs.  Please help. Thank you.

    Is your music in your iTunes library on your computer and has match completed its scan of this library.
    jim

  • Tasklist.exe does not list all Modules in Windows 7 64-bit

    tasklist.exe does not list all Modules in Windows 7 64-bit.
    If I want to look at the DLLs loaded by Excel, I would type:
      tasklist /M /fi "imagename eq excel.exe"
    When I run this in XP or 32-bit Win7, it works fine, showing all the dlls loaded by excel.  However, in 64-bit windows, it does NOT show all dlls - only a limited subset.  If I use Process Explorer, I can still see all the DLLs loaded by excel,
    but that is useless for writing automated scripts.
    To check this out, try looking for kernel32.dll - it is always loaded by Excel, but tasklist does not display it in 64-bit Win7:
       tasklist /M kernel32.dll /fi "imagename eq excel.exe"
    So, since tasklist is broken, is there a good (command-line) way of looking at what dlls are loaded by a process?
    (Originally posted
    here)

    Have a look at ListDLLs, also from SysInternals.
    http://technet.microsoft.com/en-us/sysinternals/bb896656
    Example with Firefox
    Microsoft Windows [Version 6.2.7989]
    Copyright (c) 2011 Microsoft Corporation.  All rights reserved.
    C:\Users\Cyclops>cd downloads
    C:\Users\Cyclops\Downloads>cd ListDlls
    C:\Users\Cyclops\Downloads\ListDlls>listdlls firefox
    ListDLLs v3.0 - DLL lister for Win9x/NT
    Copyright (C) 1997-2010 Mark Russinovich
    Sysinternals - www.sysinternals.com
    firefox.exe pid: 3544
    Command line: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
      Base                Size      Version         Path
      0x0000000000c60000  0xe0000   5.0.0.4183  C:\Program Files (x86)\Mozilla Firef
    ox\firefox.exe
      0x000000002a960000  0x1a9000  6.2.7989.0  C:\Windows\SYSTEM32\ntdll.dll
      0x0000000077a30000  0x43000   6.2.7989.0  C:\Windows\SYSTEM32\wow64.dll
      0x00000000779c0000  0x57000   6.2.7989.0  C:\Windows\system32\wow64win.dll
      0x0000000077a20000  0x8000    6.2.7989.0  C:\Windows\system32\wow64cpu.dll
      0x0000000000c60000  0xe0000   5.0.0.4183  C:\Program Files (x86)\Mozilla Firef
    ox\firefox.exe
      0x0000000077a80000  0x180000  6.2.7989.0  C:\Windows\SysWOW64\ntdll.dll
      0x0000000075860000  0x120000  6.2.7989.0  C:\Windows\SysWOW64\KERNEL32.DLL
      0x0000000076060000  0x98000   6.2.7989.0  C:\Windows\SysWOW64\KERNELBASE.dll
      0x0000000075480000  0x68000   6.2.7989.0  C:\Windows\SysWOW64\apphelp.dll
      0x0000000071330000  0xdcf000  5.0.0.4183  C:\Program Files (x86)\Mozilla Firef
    ox\xul.dll
      0x0000000071320000  0x7000    5.0.0.4183  C:\Program Files (x86)\Mozilla Firef
    ox\xpcom.dll
      0x0000000071310000  0x6000    5.0.0.4183  C:\Program Files (x86)\Mozilla Firef
    ox\mozalloc.dll
      0x00000000712d0000  0x31000   4.8.8.0  C:\Program Files (x86)\Mozilla Firefox\
    nspr4.dll
      0x00000000712c0000  0x7000    4.8.8.0  C:\Program Files (x86)\Mozilla Firefox\
    plc4.dll
      0x0000000076370000  0x150000  6.2.7989.0  C:\Windows\SysWOW64\USER32.dll
      0x0000000075630000  0x7000    6.2.7989.0  C:\Windows\SysWOW64\VERSION.dll
      0x0000000071210000  0xaf000   8.0.0.0  C:\Program Files (x86)\Mozilla Firefox\
    MOZCRT19.dll
      0x0000000071150000  0xbe000   3.7.5.0  C:\Program Files (x86)\Mozilla Firefox\
    mozsqlite3.dll
      0x0000000070f80000  0x1c2000                  C:\Program Files (x86)\Mozilla F
    irefox\mozjs.dll
      0x0000000070f60000  0x18000   3.12.9.0  C:\Program Files (x86)\Mozilla Firefox
    \smime3.dll
      0x0000000070f30000  0x21000   3.12.9.0  C:\Program Files (x86)\Mozilla Firefox
    \ssl3.dll
      0x0000000070e90000  0x9d000   3.12.9.0  C:\Program Files (x86)\Mozilla Firefox
    \nss3.dll
      0x0000000070e70000  0x14000   3.12.9.0  C:\Program Files (x86)\Mozilla Firefox
    \nssutil3.dll
      0x0000000070e60000  0x7000    4.8.8.0  C:\Program Files (x86)\Mozilla Firefox\
    plds4.dll
      0x0000000075fd0000  0x90000   6.2.7989.0  C:\Windows\SysWOW64\GDI32.dll
      0x0000000075180000  0x1d000   6.2.7989.0  C:\Windows\SysWOW64\WINMM.dll
      0x0000000075050000  0x7000    6.2.7989.0  C:\Windows\SysWOW64\WSOCK32.dll
      0x0000000077920000  0x9e000   6.2.7989.0  C:\Windows\SysWOW64\ADVAPI32.dll
      0x0000000076790000  0xd99000  6.2.7989.0  C:\Windows\SysWOW64\SHELL32.dll
      0x0000000075ee0000  0xe7000   6.2.7989.0  C:\Windows\SysWOW64\ole32.dll
      0x00000000755d0000  0x51000   6.2.7989.0  C:\Windows\SysWOW64\WINSPOOL.DRV
      0x0000000076630000  0x78000   6.2.7989.0  C:\Windows\SysWOW64\COMDLG32.dll
      0x00000000765d0000  0x60000   6.2.7989.0  C:\Windows\SysWOW64\IMM32.dll
      0x0000000074170000  0x5000    6.2.7989.0  C:\Windows\SysWOW64\MSIMG32.dll
      0x0000000076100000  0x63000   6.2.7989.0  C:\Windows\SysWOW64\SHLWAPI.dll
      0x00000000777b0000  0x5000    6.2.7989.0  C:\Windows\SysWOW64\PSAPI.DLL
      0x0000000075e90000  0x45000   6.2.7989.0  C:\Windows\SysWOW64\WS2_32.dll
      0x00000000766b0000  0xaa000   1.626.7989.0  C:\Windows\SysWOW64\USP10.dll
      0x0000000075a60000  0x88000   6.2.7989.0  C:\Windows\SysWOW64\OLEAUT32.dll
      0x0000000070db0000  0xaf000   8.0.0.0  C:\Program Files (x86)\Mozilla Firefox\
    MOZCPP19.dll
      0x0000000076520000  0xaf000   7.0.7989.0  C:\Windows\SysWOW64\msvcrt.dll
      0x00000000764e0000  0xa000    6.2.7989.0  C:\Windows\SysWOW64\LPK.dll
      0x00000000750d0000  0x1d000   6.2.7989.0  C:\Windows\SysWOW64\WINMMBASE.dll
      0x0000000076760000  0x2b000   6.2.7989.0  C:\Windows\SysWOW64\sechost.dll
      0x0000000076170000  0xf0000   6.2.7989.0  C:\Windows\SysWOW64\RPCRT4.dll
      0x0000000075af0000  0x100000  6.2.7989.0  C:\Windows\SysWOW64\combase.dll
      0x00000000744d0000  0x1b4000  6.10.7989.0  C:\Windows\WinSxS\x86_microsoft.win
    dows.common-controls_6595b64144ccf1df_6.0.7989.0_none_20f19b7e40a076fb\COMCTL32.
    dll
      0x00000000776c0000  0xd4000   6.2.7989.0  C:\Windows\SysWOW64\MSCTF.dll
      0x00000000777a0000  0x6000    6.2.7989.0  C:\Windows\SysWOW64\NSI.dll
      0x0000000075650000  0x60000   6.2.7989.0  C:\Windows\SysWOW64\SspiCli.dll
      0x0000000075640000  0xc000    6.2.7989.0  C:\Windows\SysWOW64\CRYPTBASE.dll
      0x00000000751a0000  0xc0000   6.2.7989.0  C:\Windows\SysWOW64\uxtheme.dll
      0x0000000075110000  0x13000   6.2.7989.0  C:\Windows\SysWOW64\dwmapi.dll
      0x0000000070c90000  0x11e000  6.2.7989.0  C:\Windows\SysWOW64\dwrite.dll
      0x0000000070b70000  0x112000  6.2.7989.0  C:\Windows\SysWOW64\dbghelp.dll
      0x00000000756b0000  0x1ac000  6.2.7989.0  C:\Windows\SysWOW64\SETUPAPI.dll
      0x0000000075a20000  0x32000   6.2.7989.0  C:\Windows\SysWOW64\CFGMGR32.dll
      0x0000000075980000  0x12000   6.2.7989.0  C:\Windows\SysWOW64\DEVOBJ.dll
      0x00000000759b0000  0x6d000   2001.12.8919.0  C:\Windows\SysWOW64\clbcatq.dll
      0x0000000072b60000  0x12a000  7.0.7989.0  C:\Windows\SysWOW64\propsys.dll
      0x00000000755a0000  0x21000   6.2.7989.0  C:\Windows\SysWOW64\ntmarta.dll
      0x0000000075d20000  0x43000   6.2.7989.0  C:\Windows\SysWOW64\WLDAP32.dll
      0x0000000075080000  0x1a000   6.2.7989.0  C:\Windows\SysWOW64\iphlpapi.dll
      0x0000000075060000  0x7000    6.2.7989.0  C:\Windows\SysWOW64\WINNSI.DLL
      0x0000000010000000  0x51000   1.0.118.0  C:\Program Files (x86)\Common Files\P
    C Tools\Lsp\PCTLsp.dll
      0x0000000073490000  0x46000   6.2.7989.0  C:\Windows\SysWOW64\mswsock.dll
      0x0000000072a30000  0x5000    6.2.7989.0  C:\Windows\SysWOW64\wshtcpip.dll
      0x0000000070b40000  0x21000   5.0.0.4183  C:\Program Files (x86)\Mozilla Firef
    ox\components\browsercomps.dll
      0x00000000764f0000  0x30000   6.2.7989.0  C:\Windows\SysWOW64\WINTRUST.dll
      0x0000000076260000  0x110000  6.2.7989.0  C:\Windows\SysWOW64\CRYPT32.dll
      0x0000000075e00000  0xc000    6.2.7989.0  C:\Windows\SysWOW64\MSASN1.dll
      0x0000000070b10000  0x27000   6.2.7989.0  C:\Windows\SysWOW64\d3d10_1.dll
      0x0000000070ad0000  0x3c000   6.2.7989.0  C:\Windows\SysWOW64\d3d10_1core.dll
      0x0000000070a80000  0x42000   6.2.7989.0  C:\Windows\SysWOW64\dxgi.dll
      0x0000000070910000  0x16a000  6.2.7989.0  C:\Windows\SysWOW64\d3d11.dll
      0x00000000708f0000  0x1d000   6.2.7989.0  C:\Windows\SysWOW64\t2embed.dll
      0x00000000725a0000  0x103000  6.2.7989.0  C:\Windows\SysWOW64\WindowsCodecs.dl
    l
      0x00000000750c0000  0xb000    6.2.7989.0  C:\Windows\SysWOW64\profapi.dll
      0x0000000072560000  0x32000   6.2.7989.0  C:\Windows\SysWOW64\EhStorShell.dll
      0x0000000074fb0000  0xd000    6.2.7989.0  C:\Windows\SysWOW64\WTSAPI32.dll
      0x0000000072540000  0x1b000   6.2.7989.0  C:\Windows\SysWOW64\POWRPROF.dll
      0x0000000072510000  0x23000   6.2.7989.0  C:\Windows\SysWOW64\POWRBASE.dll
      0x0000000072490000  0x74000   6.2.7989.0  C:\Windows\SysWOW64\ntshrui.dll
      0x0000000074ca0000  0x17000   6.2.7989.0  C:\Windows\SysWOW64\CRYPTSP.dll
      0x0000000074c60000  0x3b000   6.2.7989.0  C:\Windows\SysWOW64\rsaenh.dll
      0x00000000748f0000  0xf000    6.2.7989.0  C:\Windows\SysWOW64\napinsp.dll
      0x00000000734f0000  0x13000   6.2.7989.0  C:\Windows\SysWOW64\pnrpnsp.dll
      0x00000000734e0000  0xf000    6.2.7989.0  C:\Windows\SysWOW64\NLAapi.dll
      0x0000000074a60000  0x61000   6.2.7989.0  C:\Windows\SysWOW64\DNSAPI.dll
      0x0000000073480000  0x8000    6.2.7989.0  C:\Windows\SysWOW64\winrnr.dll
      0x0000000072310000  0x7b000   6.2.7989.0  C:\Windows\SysWOW64\mscms.dll
      0x0000000075130000  0xf000    6.2.7989.0  C:\Windows\SysWOW64\USERENV.dll
      0x00000000722d0000  0x3a000   6.2.7989.0  C:\Windows\SysWOW64\icm32.dll
      0x00000000708b0000  0x3f000                   C:\Program Files (x86)\NVIDIA Co
    rporation\3D Vision\Nv3DVStreaming.dll
      0x0000000072dd0000  0xa3000   9.0.30729.5491  C:\Windows\WinSxS\x86_microsoft.
    vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.5491_none_50964dbabcb53b28\MSVCR90.dll
      0x0000000070650000  0x25d000  8.17.12.7533  C:\Windows\SysWOW64\nvapi.dll
      0x00000000703c0000  0x28c000  6.2.7989.0  C:\Windows\SysWOW64\explorerframe.dl
    l
      0x0000000070370000  0x4f000   6.2.7989.0  C:\Windows\SysWOW64\DUser.dll
      0x0000000070260000  0x109000  6.2.7989.0  C:\Windows\SysWOW64\DUI70.dll
      0x0000000072a20000  0x5000    6.2.7989.0  C:\Windows\SysWOW64\wship6.dll
      0x0000000070230000  0x27000   3.12.9.0  C:\Program Files (x86)\Mozilla Firefox
    \softokn3.dll
      0x0000000070210000  0x18000   3.12.9.0  C:\Program Files (x86)\Mozilla Firefox
    \nssdbm3.dll
      0x00000000701c0000  0x44000   3.12.9.0  C:\Program Files (x86)\Mozilla Firefox
    \freebl3.dll
      0x0000000070160000  0x52000   1.81.0.0  C:\Program Files (x86)\Mozilla Firefox
    \nssckbi.dll
      0x0000000073430000  0x6000    6.2.7989.0  C:\Windows\SysWOW64\rasadhlp.dll
      0x0000000073440000  0x3b000   6.2.7989.0  C:\Windows\SysWOW64\fwpuclnt.dll
      0x0000000070150000  0xb000    6.2.7989.0  C:\Windows\SysWOW64\feclient.dll
      0x000000006fdf0000  0x1e8000  6.2.7989.0  C:\Windows\SysWOW64\d3d9.dll
      0x000000006f270000  0xb7f000  8.17.12.7533  C:\Windows\SysWOW64\nvd3dum.dll
      0x0000000009a50000  0x28000   7.17.12.7533  C:\Program Files (x86)\NVIDIA Corp
    oration\3D Vision\nvStereoApiI.dll
      0x000000000b920000  0x93000   7.17.12.7533  C:\Program Files (x86)\NVIDIA Corp
    oration\3D Vision\nvSCPAPI.dll
      0x0000000070080000  0x30000   6.2.7989.0  C:\Windows\SysWOW64\shdocvw.dll
      0x0000000070070000  0x8000    6.2.7989.0  C:\Windows\SysWOW64\LINKINFO.dll
      0x0000000070050000  0x1a000   6.2.7989.0  C:\Windows\SysWOW64\srvcli.dll
      0x0000000070040000  0xb000    6.2.7989.0  C:\Windows\SysWOW64\cscapi.dll
      0x0000000070000000  0x1a000   6.2.7989.0  C:\Windows\SysWOW64\thumbcache.dll
      0x0000000075bf0000  0x12c000  9.0.7989.0  C:\Windows\SysWOW64\urlmon.dll
      0x0000000077530000  0x182000  9.0.7989.0  C:\Windows\SysWOW64\iertutil.dll
      0x00000000777c0000  0x160000  9.0.7989.0  C:\Windows\SysWOW64\WININET.dll
      0x00000000764c0000  0x1d000   6.2.7989.0  C:\Windows\SysWOW64\bcrypt.dll
      0x00000000759a0000  0x3000    6.2.7989.0  C:\Windows\SysWOW64\Normaliz.dll
      0x0000000072b50000  0x8000    6.2.7989.0  C:\Windows\SysWOW64\Secur32.dll
      0x0000000074b20000  0x5b000   6.2.7989.0  C:\Windows\SysWOW64\winhttp.dll
      0x0000000074ad0000  0x4e000   6.2.7989.0  C:\Windows\SysWOW64\webio.dll
      0x0000000072950000  0x4f000   6.2.7989.0  C:\Windows\SysWOW64\RASAPI32.dll
      0x0000000072930000  0x14000   6.2.7989.0  C:\Windows\SysWOW64\rasman.dll
      0x0000000072920000  0xc000    6.2.7989.0  C:\Windows\SysWOW64\rtutils.dll
      0x0000000072910000  0x6000    6.2.7989.0  C:\Windows\SysWOW64\sensapi.dll
      0x000000006e780000  0x4d000   1.0.0.1  C:\Windows\SysWOW64\Wpc.dll
      0x000000006e730000  0x45000   6.2.7989.0  C:\Windows\SysWOW64\wevtapi.dll
      0x0000000075170000  0xf000    6.2.7989.0  C:\Windows\SysWOW64\samcli.dll
      0x000000006e710000  0x11000   6.2.7989.0  C:\Windows\SysWOW64\SAMLIB.dll
      0x000000006e700000  0x9000    6.2.7989.0  C:\Windows\SysWOW64\netutils.dll
      0x000000006e690000  0xf000    6.2.7989.0  C:\Program Files (x86)\Windows Defen
    der\MpOav.dll
    C:\Users\Cyclops\Downloads\ListDlls> 
    Comparison with Tasklist
    Microsoft Windows [Version 6.2.7989]
    Copyright (c) 2011 Microsoft Corporation.  All rights reserved.
    C:\Users\Cyclops>tasklist /m /fi "imagename eq firefox.exe"
    Image Name                     PID Modules
    ========================= ======== ============================================
    firefox.exe                   3544 ntdll.dll, wow64.dll, wow64win.dll,
                                       wow64cpu.dll
    C:\Users\Cyclops>

  • Restore from time machine does not list all my backups.  I know they exist but there dates are not present on the restore list.  Any help appreciated.

    Restore from time machine does not list all my backups.  I know they exist but their dates are not present on the restore list.  Any help appreciated.  If I must use one of these older dates to restore, how do I then get the more current data off time machine?

    Ok, so am i correct in saying that the steps to fix are as follows.
    That's one option, but not what I meant by restoring in the time-travel view. The latter is what you get when you enter Time Machine.
    is the fresh install not going to be able to "see" the time machine backups that I have at the moment.
    It should, but sometimes people report that it fails. I'm not sure why that happens.

  • My apple tv does not list all of my playlists.  What to do?

    my apple tv does not list all of my playlists.  What to do?

    What playlists are you referring to? Providing more info on the issue will help.

  • LR5.3 CC Catalog does not open all folders.

    Hi !
    Last week I upgraded from LR4.3 to LR5.3CC on Windows 8, and since them I'm facing issues with the catalog.
    I have about 80.000 pictures in one catalog, splitted in subfolders by date. If I click in the main folder (Photos), I can browse all pictures:
    All works well until Feb 10, 2011.  When I click on the date, it gets highlighted and all works well.
    But, when I click on any date following Feb 10, 2011, it does not highligh as expected (actually it becomes only a little bit brighter), and it does not open the folder for browsing, but the navigator shows the first picture in the folder. The picture counting for each folder is correct. When I add more pictures and more folders to the catalog the folders and countings are updated, but the problem remains in the new folder.
    What have I tried so far.
    1) I inspected the folders looking for strange files - didn't find any.
    2) I recreated the whole catalog.
    3) I created another catalog for some of those non working folders, and it worked fine.
    4) I optimized the catalog.
    5) I rendered 1:1 previews.
    6) I rebooted LR and Windows.
    It's very frustrating. Never had a problem with LR4.
    Any suggestions ?
    Thanks in advance,
    Ronald

    Optimizing the catalogue was a good move.
    I wonder if this is a variation of the bug where Lightroom fails to display long lists on Windows. Usually after about 1600 items, keywords for instance, any subsequent ones are hidden. So I'm thinking 11th February might be the 1601st.
    What happens if you add a year folder and drag the date-folders under it? I'd just create one year initially, 2010, and then see if folders after 2012-02-11 behave normally.
    John

  • Media Browser PP CC does not display all folders

    Using Premiere Pro CC. Windows 7. 980x, 16 Gb RAM, 2x Radeon 5800
    I have one very large folder for documents that I back up regularly on my secondary D: drive keeping as much as I can off the C: drive which is an SSD.
    The folder does not show up in the media browser or when I try to link footage. All the other folders on the drive show up.
    I can scan the entire D: drive and it will eventually find the files, but it would be better to be able to view and select the folder itself.
    Any suggestions?

    Hi doc3d-99999,
    Sorry about the trouble you're having. For that kind of thing, please file a bug report. The form is here: http://www.adobe.com/go/wish
    Thanks,
    Kevin

  • Numbers for Mac does not show all stored Numbers files in iCloud that are already in use on iPhone and ipad

    I have been using Numbers on both iPhone and iPad for a while and have about 8 files stored on iCloud. I have just purchased Numbers for Mac but I do not see any of my files stored in iCloud. I have created a test spreadsheet on my Mac which says it is stored on iCloud when I choose File - Open on my Mac but this test file does not appear on Numbers on iPhone or iPad.

    I have tried all what you have suggested but still no luck. I am unable to locate the file Mobile Documents in either the Library folder under Mac HD or Mac HD - System - Library.
    If you've set up iCloud properly on the Mac then in your Library there will be a Mobile Documents folder with documents in it:
    Everything else syncs absolutley fine such as contacts, mail, notes, pictures etc etc.
    Contacts, Mail, etc. sync via another iCloud protocol. For Numbers you need 'Documents & Data' turned on, per the screenshot upthread.
    Numbers appears twice under iCloud for some reason though -
    Numbers doesn't appear "under iCloud".  Numbers uses iCloud to sync. Not sure what your screenshot is showing. On the Mac your Numbers will be here (in Finder):
    SG

  • ITunes 5 Does not list all Mp3's/AAC's in the library

    I've Cleared the library and reloaded it. there are still Mp3's/AAC's in the file folders that are not listed in the itunes library. i.e. 3 of 20 will show. How can I fix this?

    A song's "kind" will only be "matched AAC file" after the original track has been deleted from the iTunes library and the "matched" track then downloaded to the iTunes library.
    You also might find these already existing threads informative.
    https://discussions.apple.com/search.jspa?resultTypes=&dateRange=all&peopleEnabl ed=true&q=Partial+album+match&containerType=14&container=2882&username=&rankBy=r elevance&numResults=15

  • "My Support Profile" does not list all my products

    Why does "My Support Profile" not list my Macbook Pro but does list the iPod touch that came with it and the new iPad that was just bought?
    New to the community.

    https://supportprofile.apple.com/
    Note that this is different from https://register.apple.com/ which seems to be a legacy registration page, and the difference between the two is unclear. I'd go with the former option if you're looking for more info about your purchases or to set up a repair.

  • Mac Mail not showing all folders

    I am using my @icloud email account and I only see the Inbox and Sent mail folders in Mac Mail. I am not seeing Junk, Trash, Notes, etc.. If I look in Library/Mail/V2/<account> I can see all these folders listed. If I delete an email via Mac Mail I can see it appear on iCloud.com in the "Trash" folder so the mappings are all correct. How can I display them in the Mac mail application?

    It could be that the sidebar that shows the additional folders isn't showing at all, so you're only seeing the top bar with a few shortcuts. Does it look like this:
    If it does, do this:
    By clicking 'Mailboxes' you'll get the sidebar back. This can also be done by clicking View > Show Sidebar
    Let us know how that goes!

  • Character pallet does not list all fonts

    On all previous versions of photoshop, whatever fonts were in the windows/fonts folder were available to use in the character pallet. Now, with CS3, only the system fonts show up. Some of the other fonts are listed separately at the bottom of the list...but by name only. Meaning they are not actually the font style that they claim to be. Is this just happening to me? A bug maybe?

    Umm, what fonts? What version of Windows? What are your region settings? Font ordering and display is affected by it... Apart from that, the behavior seems not normal. Do you have enough user privileges to actually access the font folder? Maybe it's something like that, that prevents Windows from properly building its font cache...
    Mylenium

  • ICal on the Mac does not sync all entries

    I have several entries on my MacBook that do not show up after the syncing thru iTunes.
    I have told iTunes to replace my calendar on the iPhone with the one on my Mac.
    Didn't solve the problem.
    I only have one calendar ie Main
    I have reset syncing thru iSync on the mac.
    Any ideas?
    LarryB

    your mac needs lion. 10.7.2.

Maybe you are looking for

  • ITunes 12.1.1.4 no longer works on Windows 7

    I have followed the support page 'If you can't install or update iTunes for Windows' to the letter, twice now.  I have actually unistalled, and reinstalled iTunes 15 times now.  I removed all programmes in the order specified and checked for remainin

  • How can I change get a 2xportrait page layout in iPhoto 11?

    I am laying out a new wedding photo album in iPhoto 11 (version 9.2.3) using the Formal hardcover theme. A new album appears with a number of pre-set layouts: one of which has two portrait photos side by side. There are two pre-set pages with this la

  • Sending email notifications in oim 11g approval flow dynamically

    Hi, I have 4 level approval workflow in oim 11g and developed custom composite to get all the approver ids and and assigning these ids into 4 variables. And used these variables in my custom 4 level sequential workflow. This workflow is working fine.

  • Using windows based photoshop as editor in iPhoto

    Hi all!  Long time Windows user just made the switch.  Trying to save some money on software, total newby to Mac.  If I use Parallels and install a windows version of Photoshop, can I use that as the photo editor in iPhoto?  I know that you can do th

  • Passing string variables between servlets

    Hello I need to pass an SQL string constructed in Java servlet A to Java servlet B where it can be executed. For example: In servlet A I have: String cmd = ("select x from y where z"); cmd is then passed to the server as a hidden form field and read