Symbolic Link to Encrypted Folder disappear on reboot

Good day
I have a symbolic link from an encrypted folder "/Volume/important Files/" that point to Dropbox folder
ln -s /Volumes/important\ Files ~/Dropbox/important
I have additional 'ln' to other files that are NOT encrypted (e.g. a docs folder, some pictures, SecureCRT sessions etc).  These symbolic links are fine, however the symbolic link for the encrypted folder never survives a reboot.
I was wondering if anyone knew the order of operation if I set the encrypted folder to auto mount (which it is not doing now) in relation to the symbolic link. 
Thanks

Have you tried putting the link in a different location?
the disappearance might not be tied to the encrypted folder as much as the Volumes folder maybe getting "cleaned up" removing mount points for nonexistent shares.

Similar Messages

  • HELP! Creating symbolic link to home folder for installer DMG

    Guys,
    I'm in a bit of a bind. I need to create a symbolic link for an installer DMG to distribute a communal Bookmarks.plist to all the computers in my department. Unfortunately 'ln -s ~/Library/Safari /Volumes/Bookmarks/.' doesn't do the trick! While it creates an alias that functions on my machine, when that DMG is compiled and distributed from the original sparse image, the alias fails to link to that location on whoever attempts to mount the DMG. Any ideas?? Thanks!

    Symbolic links break when you change the machine on which they were created. Use an standard Mac alias instead as I believe they will work as expected.

  • How can I get permission to create a symbolic link?

    I am trying to create a symbolic link from a program, but I keep getting:
    A required privilege is not held by the client.
    I am running the program from my account which is in the Administrators group, and otherwise has admin rights. However, if I login to the Administrator account the program runs fine, so I know the program code is correct.
    I have checked the local security settings, and even added my account explicitly to the local security settings to create symbolic links, but that does not help. I have also turned of UAC, but that does not help.
    What do I need to do on Windows 8.1 to be able to create a symbolic link from an account other than Administrator?
    Cheers, Eric
    Eric Kolotyluk - software developer, music DJ, swing dancer

    Basically I have a Scala program that is doing:
      try {
        Files.createSymbolicLink(link21, folder1)
      catch {
        case fileSystemException: FileSystemException =>
          System.err.println("\n\t**** Error configuring test fixture ***\n\n")
          println(fileSystemException)
          if (fileSystemException.getMessage().contains("A required privilege is not held by the client"))
            println("You need to set permissions by...\n")
    Where Files is the java.nio API. In fact it's a unit test fixture that tests to make sure my code handles symbolic links properly. The test fixture creates a temporary directory, for example
    C:\Users\Eric\AppData\Local\Temp\testFolder-432432684744817467
    and more files and folders below that. In one folder, it tries to make a symbolic link to another folder.
    I tried what you said with Run As Administrator, in this case, I ran my Eclipse IDE as Administrator and the code works -- thanks for the tip :-)
    However, in practice, I need this to work as part of automated unit test running as part of a Maven build, so is there some way to set things up that do not require "Run As Administrator"?
    Now that I have one solution, I can probably figure out some hack, but I was hoping there would be some more simple straightforward way to do what I want.
    Eric Kolotyluk - software developer, music DJ, swing dancer

  • Java - too many levels of symbolic links

    Hi everyone,
    Today I've tried to launch eclipse and I noticed this strange error :
    [^81%][11:12][cafe][~]$ eclipse
    /usr/bin/java: line 2: /usr/lib/jvm/default/bin/java: Too many levels of symbolic links
    /usr/bin/java: line 2: exec: /usr/lib/jvm/default/bin/java: cannot execute: Too many levels of symbolic links
    Inspecting the /usr/lib/jvm folder revealed the issue:
    [^82%][11:14][cafe][~]$ cd /usr/lib/jvm
    [^82%][11:15][cafe][jvm]$ ls -lhA
    total 4.0K
    lrwxrwxrwx 1 root root 7 Sep 5 11:12 default -> default
    lrwxrwxrwx 1 root root 11 Sep 4 16:44 default-runtime -> default/jre
    drwxr-xr-x 3 root root 4.0K Jul 3 16:02 java-7-openjdk
    lrwxrwxrwx 1 root root 7 Sep 4 16:44 java-default-runtime -> default
    So I've just removed the default symbolic link and replaced with :
    [^82%][11:15][cafe][jvm]$ sudo rm default
    [^84%][11:16][cafe][jvm]$ sudo ln -s java-7-openjdk/jre default
    [^84%][11:17][cafe][jvm]$ ls -lhA
    total 4.0K
    lrwxrwxrwx 1 root root 18 Sep 5 11:17 default -> java-7-openjdk/jre
    lrwxrwxrwx 1 root root 11 Sep 4 16:44 default-runtime -> default/jre
    drwxr-xr-x 3 root root 4.0K Jul 3 16:02 java-7-openjdk
    lrwxrwxrwx 1 root root 7 Sep 4 16:44 java-default-runtime -> default
    and now eclipse launches without any issues.
    So I ask, is this the correct behavior? and..
    Why do we have so many symbolic links in this folder?
    Cheers,

    https://bbs.archlinux.org/viewtopic.php … 4#p1453804

  • Can I Create A Symbolic Link to folders stored on an SMB Share folder?

    Hello,
    I am very new to Unix and was hoping that someone could point me in the right direction with regards to Symbolic links and an SMB share folder ....
    Have purchased an ext. LAN Drive enclosure (http://www.macpower.com.tw/products/hdd3/pleiades/pd_usblan) which connects to my wireless router via ethernet like my G5 (main Mac) - our iBook connects via Airport. I have copied all my general documents/files to the SMB share folder on the ext. drive so that I can access them from the G5 and also the iBook.
    However I'd also like to be able to store my actual Mail folder (/Users/Mark/Library/Mail/), , Safari folder (/Users/Mark/Library/Safari) + my Address Book and other folders sitting in the Application Support folder on my SMB share so all important docs/folders are in the one place. I've tried storing these folders on the SMB share and putting an Alias to these back in Users/Mark/Library/Mail etc but of course an Alias doesn't work.
    Question 1: Can I create a symbolic link to these files if these are stored on an SMB share folder? If so, could you please tell me exactly what I'd need to type into Terminal? My SMB Share path is smb://STORAGE-XXXX/MARK
    I have copied my iPhoto library and iTunes library to the SMB share and are working fine.
    Question 2: Is it possible/worth attempting to move my whole home folder to the SMB share folder? Ideally, I'd like to be able to access my Mail from the iBook as well. If I could log into either the G5 or the iBook and access my latest Mail, Address Book and other Application Settings, that would be perfect. Would this be possible?
    Thanks
    Mark.
    Dual 1.8GHz G5 (Rev.B), 2Gig RAM, 9600XT   Mac OS X (10.4)  

    Dear Mark,
    Yes you can. The command to create a link will look something like this:
    $ ln -s thisFolder /Users/mark/thatFolder
    I did this while I was hosting a microsoft based game. This put all of the players into a common directory.
    SMB just resolved the link and everything worked fine.
    However, as I understand it, some other applications do NOT work very well with links. As I have NOT tried it with other applications, I fear I can be of NO help to you in this matter.
    The only way to find out which applications work with links is to try them and see what happens.
    Best of luck,
    Kurt

  • Support symbolic links (symlinks or Unix's 'ln -s') in the iTunes Media folder hierarchy

    As of iTunes version 12.0.1.26, iTunes has partial support for symbolic links in the iTunes Media folder hierarchy. I'd like Apple to enhance iTunes to treat any symlink or folder alias within the hierarchy the same as folders. With the Unix core under OS X, there is no clear reason to not support this feature.
    Why is this important? As more of us try to use iTunes as the single repository of all media, the library size becomes larger than is possible to hold on a single partition. The simplest and most convenient solution is to allow users to move large folders (e.g. Music, or Movies) to a different drive or partition, then put an alias or symlink in the original location within the iTunes hierarchy. Users with large collections or small partitions may need to split multiple times. Other users may want to put the bulk of their media on their home/work NAS and only keep a portion on their laptop for mobile access (think long overseas flights), but not have to constantly fiddle with iTunes.
    The point is not whether any one of these scenarios may be supported today though a crude hack or third-party tool. Support for symlinks would be relatively easy for Apple to implement and extremely flexible for advanced users.
    This is partially supported today. For example, if you do what I described above, iTunes will play all of your existing media. The part that is definitely broken is when you try to use the "Automatically Add to iTunes" folder, iTunes will not copy the file to a location under a symlink or alias. The new file will sit in the "Automatically Add to iTunes" folder and iTunes will generate multiple instances/tracks inside iTunes (e.g. movies appear in the "Unwatched" tab). While there are ways to work around this limitation, they are tedious and ultimately unnecessary if full symlink/alias support is provided.
    Best,
    Pete

    Click here and fill out the form.
    (119798)

  • Can I move the common library or use a symbolic link so that Dropbox can sync it?

    A team of us are now using Fireworks for interaction design, and need to synchronise the common library so that the elements we use are up to date.
    1.  Is the common library the correct method? 
    2. we use dropbox, and I don't think I can tell dropbox to synchronise just the common library folder (as an isolated path from the rest of the dropbox tree...) - so, is there a trick using a symbolic link we could use so that dropbox thinks the common library is actually in it's own tree?  (OSX is BSD afterall...)
    We're on Mac OSX 10.7.X, running FW CS6 and using the latest dropbox for Mac.
    I look forward to hearing some ideas.  The question of teams using fireworks has been raised several times since 2009, and Adobe still hasn't got a solution.  The mind boggles as to whether or not Adobe takes Fireworks seriously - I hope they do...
    All the best,
    Dylan

    Thanks groove25.
    I did find that it is possible to use symbolic links and Dropbox to synchronise the common library across computers.  It does come with its idiosynchrasies though (excuse thepun).
    I'm going to have a go with what this thread recommends:
    http://hints.macworld.com/article.php?story=20120803093247391
    and leichter's explanation and walkthrough (nested in the thread) looks very helpful:
    There's a subtle point that, once you understand it, makes symlinks much more useful in Dropbox.
    The whole design of symlinks in Unix tries to make them invisible to programs that don't specifically try to manipulate them. So suppose 'sym' is a symlink to 'file'. If a program opens 'sym' for read, it actually gets the data in 'file'. If it appends to 'sym', it actually appends to 'file'. However, if it deletes 'sym', what disappears is the link 'sym', not the file 'file'. Opening 'sym' for writing as a new file - not appending to it - is equivalent to deleting the old file and creating a new one: It leaves 'file' unchanged and creates an entirely new file named 'sym' which no longer has any connection with 'file'.
    A link to a directory follows the same rules. Looking a file up using the symlink as the name really searches the linked-to directory. Creating a file through the symlink is like appending: It creates the entry in the linked directory. And so on.
    A program that wishes to do something special - like change where a symlink points - has to be aware that it's dealing with a symlink and use special OS calls for that exact purpose.
    Dropbox works with symlinks *but it doesn't do anything special with them*. So suppose you put that 'sym' linked to 'file' in your Dropbox directory. Dropbox comes along, finds a new file, and sends it to its servers. What does it send? Well, first the name 'sym', and then the "contents" - i.e., what it gets from reading 'sym' which is exactly the contents of 'file'. On the server, and then later on other clients, what you will find is a normal file named 'sym' with the contents of 'file'. *There is no connection with a file named 'file'.* If you change 'file' on the system where 'sym' links to it, the changes propagate. If you change it anywhere else, the changes propagate back - but Dropbox doesn't modify files in place, it writes entire new ones. So the effect back on the original system is to break the link and write a new file named 'sym' with the latest contents - but no connection to 'file'.
    I know of no way to keep a link to a *file* as a symlink across updates. But the story is different for *directories*. Unlike ordinary files, directories are normally updated in place (unless you explicit delete and recreate them). So you can do the following:
    1. Create directory 'dir' anywhere you like.
    2. Create symlink 'dirlink' pointing to 'dir' in your Dropbox folder.
    3. Wait for 'dirlink' to appear on all other clients. It will appear as an ordinary directory, not as a symlink. If the original 'dir' had files in it, those will now appear as files on the clients, too.
    4. On each client, rename 'dirlink' to 'dir' *in the place you want it to appear in your directory tree*. (Renaming only works if you are staying not the same device. Otherwise, you need to create 'dir' and move all the files.) This need not be the same on all clients, though it's easier to keep track of if it is.
    5. On each client, create symlink 'dirlink' pointing to 'dir'.
    Now you have a 'dirlink' on each client, which will to Dropbox look like a subdirectory - and it will sync all the files in that "subdirectory". Changes made on any client to any file in 'dir' aka 'dirlink' will be synced to all the other clients as well. Files created or deleted in 'dir' will be created/deleted on every other client as well.
    It's probably easiest to do all this while there are no files in 'dir'. Otherwise, Dropbox sometimes repeatedly syncs the same files until everything eventually settles down.
    The limitations here:
    - Some platforms (e.g., iOS) don't support symlinks. To them, 'dirlink' will just be an ordinary subdirectory.
    - Any time you add a new client, you have to go through the process for that client. Certain reset operations in Dropbox - anything that requires re-syncing every file in the Dropbox folder on a client - will require the same, because Dropbox doesn't know how to *create* symlinks - it'll just create an ordinary subdirectories.
    I've used this configuration for a couple of years. You have to watch out for the reset situations and such, but generally once you have it set up, it "just works".
    -- Jerry
    All the best,
    Dylan

  • Maintaining Multiple Arch Installs, Symbolic Links, BTRFS

    Hi again.
    A quick update on my previous post (https://bbs.archlinux.org/viewtopic.php?id=164627). The GRUB problem I was having seems to have stopped. I got a very useful recommendation regarding pacman and XBMC still hasn't been fixed, but is fully usable with the workaround I am using and have just gotten used to it so it's not so much of an issue now. I think now that it should be marked as solved but how do I do that? Was looking around but guess I'm just missing it.
    Anyway now I have a few more issues, or more just questions I guess that I would like help on. Recently I found an old laptop of mine and so to learn more about the Arch system I decided to try and install Arch. Now this laptop is around 5-6 years old and I haven't been able to get WiFi working fully for around 3 years and eventually upgraded 2 years ago to my current laptop. The WiFi was always 'soft-locked' until after about 4-5 restarts (in windows it was fine, but any Linux Distribution post Ubuntu 10.10 had the same issue). The issues still remains in other distributions even after "rfkill all". In Arch ever since running that command (the first boot from install media the issue occurred) this laptops WiFi has been brilliant. I also installed XFCE4 desktop for speed of set up. Now I'm looking to give my laptop to my younger brother before he heads of to University in September until he can afford a new one (or he breaks this one - somehow his laptops never last), as this old one now runs better than it ever did on Windows Vista. My girlfriend is also looking for me to install Linux again on her laptop (we used WUBI in the past) but a full install since her Windows Vista laptop is near unusable in Windows. So far I have got hamachi set up between my new and old laptop, this gives static IP addresses and will allow me to SSH into the laptop for upgrades every so often. I'm planning to do the same for my girlfriends laptop. Would I be stupid to do this via Arch? I've heard it breaks often and I don't want to have to be doing fixes for other peoples laptops as I won't have the time to do so. I guess the reason I want to use Arch is both laptops are quite old and Arch has breathed new life into my old one.
    Secondly I have symbolic links set up in my "Music" and "Video" folders in my home directory to their counterparts in my Windows partition. However my music player "Clementine" doesn't find every album in the music folder. Does symbolic links have "flaws" like this or is it more likely to be my music player behaving badly with symbolic links? I would try another music player but I can't seem to find one which plays FLAC files with external / embedded .cue files so can't really test this out. I can of course link directly to the location but I thought I would ask, just to learn more I guess.
    Now when I installed Arch using BTRFS file system I didn't know that I had to mount using compression immediately, I thought I could add it to the fstab at a later point - obviously not. Now I found a command which will defragment my drive and supposedly compress everything. However this command doesn't make any sense to me and I don't want to just run it without knowing what it does. Could anyone other me any insight into this please? Also does defragmentation after the fstab mount options have been added cause the compression?
    "find -xdev -type f -exec btrfs fi defrag '{}' \;"
    or I also found
    "btrfs filesystem defragment ~/stuff"
    Thanks for any help, I understand this post is quite long so I really appreciate it.
    Last edited by BradPJ (2013-06-13 10:19:47)

    Ah right thanks. I thought as much which is why I asked before I did so, I'll find another distribution. Just where I've been running Arch for a few weeks now and haven't had to do any maintenance at all really, but weren't too sure what I'd be in for in the long-run. I mean to be fair I was always planning on another distribution but as I was playing around at first on the old laptop I ended up with my current way to SSH in and just wondered if it would be viable to do it this way.
    I knew it would be a driver issue at the core of my problem, just weren't too sure if it something else could of been affecting it. Guess I'll try and find another distribution which runs near as new software to Arch as possible as it seems the issue has been fixed in newer versions of the kernel and drivers. Granted the old laptop had been unused for around a year so any update in the last year could of fixed it in this case. Thanks for your input!
    Last edited by BradPJ (2013-06-13 11:35:16)

  • Link to source folder broken

    Hi everyone
    I have just upgraded my Mac and the folder generated when I imported to lightroom now has a new location.
    Hence all my images in lightroom are displayed with broken links.
    Is there a simple way to re-establish the link?
    The folder content remains unaltered its just that it is in a different place.
    I can go though each image but there are 1000s.
    Previous location: /Volumes/PDHD-01/01-LIGHTROOM ARCHIVE/ etc
    Its the PDHD01 part of the thread that I need to replace.

    Pete
    Thank you for your prompt response and apologies for the delay in getting back to you.
    I am unsure how to actually proceed with your advice.
    I have a screen full of images with '?' symbols and although I can click on one image and re-establish a route to the source folder I do not know how to access all the subfolders with their images in one go.
    The Lightroom prompts only seem to allow for one file at a time.
    There is a ticked box at the bottom of the page which states 'Find nearby missing photos' but it only relinks the image files on the one folder.
    I have 3000+ images on loads of separate folders...
    So the question is - and I apologise if this is an obvious question - how do I gain access to the functions that will re-link all the subfolders with their image files in the main folder? 
    you state... Right click (or cttr click) on the highest level folder location shown as missing.... I just do not know where to click to find this..
    Thanks for your patience..
    Peter

  • Chkconfig does not create right symbolic links

    Hello all,
    I am just adding a script to automate start / stop during Oracle Linux reboot. I figured out that the symbolic links are not created in the right order. To prove that, I create a small script for test purposes.
    =====================================================
    # #!/bin/sh
    # Name: init.test
    # chkconfig: 45 80 20
    # description: Script test for chkconfig
    echo "This is a test script only. chkconfig is not creating correct symbolic links."
    =====================================================
    Then I used chkconfig --add init.test
    It should be created entries for levels 4-5 only, but it creates more soft links in rc.d directories.
    find /etc -name "*init.test" | sort
    /etc/rc.d/init.d/init.test
    /etc/rc.d/rc0.d/K20init.test
    /etc/rc.d/rc1.d/K20init.test
    /etc/rc.d/rc2.d/K20init.test
    /etc/rc.d/rc3.d/K20init.test
    /etc/rc.d/rc4.d/S80init.test
    /etc/rc.d/rc5.d/S80init.test
    /etc/rc.d/rc6.d/K20init.test
    Even that chkconfig show the correct levels, I am just curious why it created more kill soft links in rc.d directories.
    chkconfig --list init.test
    init.test      0:off     1:off     2:off     3:off     4:on     5:on     6:off
    Someone could try to explain to me why the kill script has been added to runlevel 0, 1, 2, and 6? Am I missing something here?
    Appreciate your help on this.
    Cesar
    Edited by: CESARDBAIBM on Feb 18, 2013 2:43 AM

    see
    man chkconfigwhere you can find a good example including explanation
           For example, random.init has these three lines:
           # chkconfig: 2345 20 80
           # description: Saves and restores system entropy pool for \
           #              higher quality random number generation.
           This says that the random script should be started in levels 2,  3,  4,
           and 5, that its start priority should be 20, and that its stop priority
           should be 80.  You should be able to figure out  what  the  description
           says;  the \ causes the line to be continued.  The extra space in front
           of the line is ignored.

  • Symbolic links on samba network drives broken?

    Note: I first posted this in Apple.com > Support > Discussions > Mac OS X v10.5 Leopard > Using Mac OS X Leopard where it was suggested I post here. In my readings it looks like 10.6 may solve some of this but I'm not sure.
    I'm seeing the following sort of behaviour on all of the macs I have tested in the following configuration:
    Network file server:
    Solaris 10
    samba 3.4.2
    Macs:
    Leopard 10.5.6
    Connect to exported folders via smb in finder "connect to server". In the examples below abc123 is a remote folder.
    Open terminal and try the following tests:
    1. Attempting to remove a symbolic link fails.
    * cd /Volumes/abc123/tmp
    * touch foo
    * ln -s foo .bar # this works
    * rm .bar # fails with no message
    * rm foo # succeeds
    * rm .bar # fails with no message
    If the symbolic link is to a socket then you at least get a message when rm fails ("rm: .parentlock: No such file or directory" as an example for a link created on the remote drive by Thunderbird or Firefox).
    2. Removing linked file removes unlinked file??
    * touch foo
    * ln -s foo bart
    * touch ._bart
    * ls -la # observe that ._bart exists
    * rm bart
    * ls -la # observe that bart still exists, but that ._bart is gone!!!
    3. Removing linked file does not work.
    * ln -s bart ._bart
    * rm bart # fails
    4. Hard links do not delete either.
    * touch foo
    * ln foo ._bart
    * rm foo
    * ln -s bar ._bart # ln: ._bart: File exists
    * rm ._bart # rm: ._bart: No such file or directory
    5. Symbolic links are copied instead of the file contents.
    * touch foo
    * ln -s foo ._blaht
    * cp ._blaht /tmp
    and observe that, in /tmp, you have "._blaht -> foo" instead of the actual file.
    So can anyone else reproduce any of the above problems? In my limited searching for samba related problems I did not see any posting about this type of situation. Also, everything works just fine on local drives.

    Depending on the filesystem, Mac OS X creates ._foo files when you create a foo file, so you'll probably have to live with that. For example, for each file on my FAT32-formatted USB flash drive there is a ._xxx file. Others may be able to explain what these things are. I'm pretty sure they contain file metadata, perhaps like .DS_Store files created for other file systems.

  • RemoteApp File Paths do not support Symbolic Links

    Has anyone gotten RemoteApp to work with symbolic links?
    I have an application in C:\app\1.0 . I have a symbolic link C:\app\latest that points to the 1.0 folder. When I publish the application through the GUI, it stores the path as C:\app\1.0 rather than C:\app\latest. If I use a PowerShell Command, it will store
    the symbolic link version of the path, but the application will fail to open.

    Hi,
    Thank you for posting in Windows Server Forum.
    As per my research, I can say that it supports the symbolic link for RemoteApp. But please check that you have placed the correct path links for RemoteApp to use. As when RemoteApp used the symbolic link, we must have the path link correct which will open the
    application.
    Also please see that you have latest version of client RDP installed, RDP 8.1.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • Mailbox symbolic links not working

    Hello,
    I have a mailbox that was on my iDisk and so it was visible within Mail on both my Macbook Air and iMac. I recently relocated that to "on my mac" on the iMac and naturally being local to the iMac, Macbook Air can't see it. I'd like to rectify that.
    So, I moved the mailbox to my Dropbox and then created a symbolic link to it in ~/Library/Mail/V2/Mailboxes.
    The library shows up in Mail under "on my mac" - terrific. However, the mailbox and it's sub-folders are empty - according to Mail (not when I look in the Finder).
    I selected the mailbox in Mail and tried Maibox > Rebuild but that had no impact.
    Any ideas on how to get Mail to recognize the messages in the mailbox hierarchy?
    Thanks.
    Tony.

    Same question here.  I have mutliple IMAP accounts and emails dating back over a decade, so I like to organize my messages offline "On My Mac."  I recently got a MBA to compliment my MBP.  Setting up the IMAP accounts on my MBA was a snap, but I'd like to have my "On My Mac" messages available (and synchronized) on both machines.
    I copied the "Mailboxes" folder from my MBP to Dropbox, made a symlink, and placed the symlink in the ~/Library/Mail/V2/ folders of both machines.  Going back into Mail, the folder structure shows up fine on both my MBP and on my MBA, but the messages only show up on my MBP.  Interestingly, when I look in the Finder, the emails are present in the same fashion on both machines in the  ~/Library/Mail/V2/Mailboxes folder (which are both symlinked to the original "Mailboxes" folder in Dropbox).  Additionally, if I create a new mailbox folder on my MBA, it does show up on my MBP (and vice-versa).  However, placing messages in a mailbox folder results in the message only showing on that particular Mac.
    I created a "Test" mailbox folder on my MBA (it showed up appropriately on my MBP), and I placed a "test" email into that folder with each Mac.  Within Mail, each Mac only shows its own message.  In the Finder, both show up in the "Test.mbox" but in separate next-level folders (long-named folders like "92492ACE-CE8452-897CS-9823409AC9283" within the "Test" folder).  Although the folder and file permissions are the same, I have a hunch that mail only recognizes its only long-named folders.
    This doesn't provide a solution (still working on it), but I think it may help to pin down the issue.
    Any other comments or suggestions would be appreciated.

  • Folder disappears when you try to open certain sub-folders

    When double clicking certain sub-folders, the main folder disappears and returns to the desktop. I repaired permissions with Disk Utility and it had no effect. Also verified the disk and it was okay.
    I also am getting an "Unable to read file" message on an Excel file that I had no problem opening a couple of months ago. Don't know if this is related or not.
    iMac 2 Ghz Intel Core Duo   Mac OS X (10.4.9)  

    Hi Daniel,
    This issue is a fairly common occurrence, and reasons of the problems are variously. We can narrow the reasons down as much as possible.
    Please refer to this article, I think the methods of this article are more specific.
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2012/05/14/the-definitive-locked-file-post.aspx
    And try these solutions step by step. Above all, you should
     pay attention to the third solution ” Turn off the Preview Pane, Details Pane and pop ups that show information about file and desktop items”, make sure you have unchecked “Show pop-up description for folder and desktop items”.
    If you finish all of methods from this article, the problem still exists. Checking the permissions of users.
    For instance, the permission of user 1 is only read and he opens the [shared] file, the document creates a temporary file in the same directory as the original file. Thus the document gets a temporary lock file. When other users open the [shared]
    file again, they get the error message “file in use”.
    If you want to verify the reason of permission, checking the temporary file. This is a hidden file and it will be the same name as your document, but prefixed with a ~$ symbols.
    The easiest way out is to delete the temporary file, but this not a long-term solution. Checking the permissions of users is radically.
    Trying these solutions and let me know if they work. I am glad to help and forward to your reply.
    Best Regards,
    Emi

  • Has anyone used Symbolic Links?

    I have some files on other volumes of my network that I want
    to link to. I want the files to "appear" to be in the root folder
    of Dreamweaver. I think a SymLink or symbolic link, or maybe a hard
    link is what I need. Has anyone here done such a thing?

    "synterx" <[email protected]> wrote in
    message
    news:fqf16p$kj2$[email protected]..
    > Not Unix unfortunately. I believe its 2003 or something.
    I know it's an
    > all
    > Windows network.
    >
    > I don't need to do anything fancy. I need to link to
    files on the network,
    > but
    > can't have them copied into the root folder for the
    site. A symbolic link
    > or
    > alias if you will, is the perfect solution. I have to
    find a way to do
    > this.
    > Contribute physically copies the files you link to
    outside the root, and
    > this
    > can't work in my situation. DW at least asks if you want
    to copy it,
    > Contribute
    > just does it with zero option to stop it. It's a shame
    really that we
    > can't get
    > a simple popup asking in Contribute.
    in IIS you would need to make a virtual folder that points to
    the folder in
    question somewhere on the network. However, dealing with
    varying network
    permissions can be a major PITA.

Maybe you are looking for

  • To many open files

    Hi gurus i have a problem on ssl ldap and and and the file descriptors: OS: SunSolaris 8 Version 1.4.2 ID JDK Build Level 1.4.2_04-b05 Build Date 06/27/2004 the strange problem is related on too many open files and file descriptors when a first user

  • ORACLE Select and group by excluding one field

    Dear community, I have a very simple query (on Oracle 11g) to select 3 fields: select field1, field2, field3, count(*) from table where... group by field1, field2, field3 having count(*) > 10; Now, what I need, is exclude "field3" from the "group by"

  • Multiple data merge results on one page

    Good morning everyone, I am trying to set-up the menus for my upcoming wedding, where everyone has already chosen what they are having.  I have created a .csv file with four columns - Name, Starter, Main, Dessert. As I am printing these off at home,

  • Code for Radiohead GarageBand file

    I never received a code for the Radiohead Garage Band file and I purchased all 5 stem tracks on April 8th. Does anyone have any suggestions or and email address for itunes support? Thanks in advance!

  • Audio is fine but video plays back twice as fast???!!!!

    Any ideas on why my footage imports at double speed but the audio is at normal speed? I shot it with a canon HV40 at 24P in cinemode.