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

Similar Messages

  • How can i create absolute symbolic links

    The question is simply the Thread Topic,
    I want to create an Absolute Symlink, I have found some Apple Scripts that i think create relative Symlinks.
    I am not that familiar with Terminal, so any recomendations to go that route nned to be fully explained please?
    Thanks
    John

    I have a couple of Partitioned disks on my system and i need to make symbolic links for a number of folders that are on those Partitions.
    I could not get to te partitions via terminal, i now understand i have to use the /Volumes/Folder name in my ln command.
    thx
    John

  • How can we create the Readmore link in XML form to opened  the KM folder

    Hi!
    I 'm working on XML form. I have the readmore link in the form . Nomorrally readmore will link to open the file only . however, I need the readmore link to opend the list of document folder in KMconten -> documents. How can we do? Is it possible.
    Thanks and best regards,
    Vimol

    Hi ,
    On the tool bar you have an option "Browser" which is next to "HTML Editor" .
    You know that for using these elements wo have to map them with Data Schema.
    Step by step
    1. In data Model Under Data Schema Add a child and name it Read_More.
    2. In the left hand corner ,click on tab Type and from the drop down select "rid"
    3.Click on the "Browser" from the toolbar (as told earlier) and drag and drop it on the form.
    4. Drag the Data schema which u have made(Read_more) and drop it on the browser on form. On right hand side u will se the mapping done.
    5.Click on the "Browser" which is there in the form and on the right hand side of the form u will see the property window.
    6.In property window change the value of action property to "Item Entry point"
    7. Repeat step 3 and 4 in Render and show form but using "label" nad not browser.
    Do not forget to add Save button in Edit Form.
    This will solve your problem.
    PS:Rewards Point Please.
    Regards,
    Naveen Gupta

  • 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

  • Can Adobe Air Create a Symbolic Link (aka shortcut) ?

    Greetings,  I am working on an AIR application that automatically creates a directory tree for the user. Because there are many levels to the tree I want to have symbolic links to certain folders and files at the top level to speed navigation.   Can AIR create symbolic links ?  If not can anyone suggest a work around as this limitation would be  bad for my project.

    I thought I would post a few comments that might help others.  
    First, there does not seem to exist a symbolic link that is crossplatform regardless of the filesystem used (e.g., NTSF, FAT32, etc.).  In other words if you create a symbolic link in Windows XP on a network drive and then try to view that shortcut in Linux, Linux will not understand the shortcut. I tried  both the Junction and shortcut approaches.  Similarly is I create a symbolic link (ln -s) in Linux on a network drive, a Windows machine will not interpret it properly.  Since my app needs to support a heterogenous computers on a single LAN then I am SOL.
    However, if you have an app that will only be used by computers of the same type, or on a single computer, you can create symbolic links using Air V2.0. Air V2.0 supports calling executables/batch files and passing information to STDIN and getting STDOUT.  You could then write a batch file in whatever OS you are using.  However other than creating junctions using MS-DOS's linkd, I don't know how you would do this on Windows XP machine.
    If anyone has further comments on this thread I would be grateful.

  • 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.

  • The installer can't create the new filder "/var/folders/kt/

    Hello everyone, I'm not so sure if am posting this in the right place!!
    I'm seeking help with this issue i encountered after installing and reinstalling MAMP, trying to set the root password for MAMP, which never worked, hence i continue uninstalling and reinstalling MAMP, couple more times, however one point in time it gave me this erorr:
    There were error with the installation. You may want to try i
    The installation failed.
    The installer can’t create the new filder “/var/folders/kt/8g6g2k2j5x1_fn32rj475x640000gn/T//install.
    335ftMWP5”.
    I have erorr for over one week and I try to move on, or install MAMP!!
    Thanks, any sugestion would help!!

    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Terminal in the page that opens.
    Drag or copy — do not type — the following line into the Terminal window, then press return:
    ls -Odel $TMPDIR
    Post any lines of output that appear below what you entered — the text, please, not a screenshot.

  • Why is my Mac pro slow to Open folders in a Windows SMB share?

    Why is my Mac pro slow to Open folders in a Windows SMB share?   We use a Windows Server for graphics storage and I can open the share just fine, but when I attempt to open folders within that share it takes sometimes as long at 15 minutes to display the contents of the folders.  This happend before and I switched to the other NIC port, but now it is doing it in both.  I can open other connections to Windows SMB shares with no problem. 

    Why is my Mac pro slow to Open folders in a Windows SMB share?   We use a Windows Server for graphics storage and I can open the share just fine, but when I attempt to open folders within that share it takes sometimes as long at 15 minutes to display the contents of the folders.  This happend before and I switched to the other NIC port, but now it is doing it in both.  I can open other connections to Windows SMB shares with no problem. 

  • Lion (10.7.0): Into Smb share folder I can't run Windows executable (.exe)

    Lion (10.7.0): Into Smb share folder I can't run Windows executable (.exe)
    Window 7 Pro 64 response insufficient privilege.
    Read and Write normal file don't have problem.
    Before in OSX 10.6.8 don't have problem.
    Help
    Alessandro

    Hi,
    the problem is X permission than not replay on smb.
    If manual set ".exe" X permission file run but when rebuild exe with compiler restore only "Read&Write permission"
    Is possible use inheritance on smb (lion)?

  • Can I use Unix symbolic links between Mountain Lion and Snow Leopard Mail folders?

    After upgrading to Mountain Lion, I partitioned my iMac HD to have two partitions: Macintosh HD has Mountain Lion; I reinstalled Snow Leopard on Macintosh HD 2. Best part: you can access your user-created files from EITHER disk partition. But not so OS X Mail. I wanted to revert to Snow Leopard, since I don't like the iOS-like Mountain Lion (swipe THIS!), but Mail is a problem since all my Snow Leopard Mail was successfully migrated over to Mountain Lion during upgrade.
    Is there a way to use Unix symbolic links between actual OS X Mail folders in Mountain Lion and OS X Mail in Snow Leopard?
    It seems the (trial) symbolic link created pointed to a blank file.

    It's not a matter of "letting" each maintain its own database, William. By default, I believe, I have no control over what gets written. In fact, if there were a way to set a preference that says, use this index named "spotlightindexSL' only [while in SL], that might solve my problem. Then when booting up in ML, it would just go after the index it last made.
    My guess is that while I am in ML or SL and not the other, there are all sorts of changes to files and the system freaks and says "Oh, now look at what a mess I've made — there are all sorts of files unaccounted for. Now I have to rebuild the whole thing."
    I have 2 had drives in my Mac, both 500GB. One (Working Disk) has no operating system and all my files, and the other drive is partitioned 470/30gb with SL on the 470 and ML in the 30. When I restart in either OS, the auto-start Indexing as if for the very first time, and do both hard drives (in total: 3 partitions of files, not counting the ML Restore partition).
    I know it all uncoventionally — just wanted to see what my $20 new OS will cost me in software upgrades, in particular my $1800 Adobe Design Suite CS4 and a few others.

  • How Can I Create an Event Link to a Page Tab?

    I have a portlet in one tab that generates an event. I want to be able to send this event to the same page but to another tab where another portlet resides. Here's the code snippet that creates the link. This code is part of a custom JSP tag.
    // Attempt to get access to the portlet render request to determine if we are within a portal context.
    PortletRenderRequest prr = (PortletRenderRequest) pageContext.getRequest().getAttribute(
        HttpCommonConstants.PORTLET_RENDER_REQUEST);
    if (null != prr)
        try
            // Set up the parameters used for the link.
            NameValue[] eventParameters =
                new NameValue("linkUrl", linkUrlParamValue)
            // Construct the link parameter we will be using.
            linkUrl = EventUtils.constructEventLink(prr, "linkClicked", eventParameters, true, true);
        catch (PortletException e)
            // Error processing removed...
    }This code will generate the event correctly and all processing occurs as expected. However, I cannot find a way to force the second tab to display.
    I am able to force the the second tab to be displayed if I use "Direct Access URLs". These links are in the form
    [protocol]://[host]:[port]/pls/portal/url/page/[page_group_root_page_name]/[tab_name]
    But is there a way to create an event link using a specific URL?

    Hi,
    One workaround that i can think of is:
    1. Set the <passAllUrlParams>true</passAllUrlParams> attribute in your provider.xml of the portlet on the target page/tab.(dont forget to refresh the provider)
    2. If you already have the url to the tab, then you just simply construct the form in your previous portlet to post to that url with all the necessary form fields.
    3. Process the request parameters and render the second portlet.
    hope that helps.
    thanks,
    Harsha

  • Can we create a file in temporary folders of the server?

    Hi all,
    can we create a file in the temporary folders of the server by getting the server temp path using System.getProperty("java.io.tmpdir") ?
    I dont have access to the server. I deployed my application in the server which should create a word file for me.
    I am trying to create a word file in the temporary folder of the server. Can my code create a file in the server to which I dont have access?
    Please come up with your help.
    Thanks,
    Phanindra.

    Hi:
    copy file to target folder
      CALL FUNCTION 'SCMS_FILE_COPY'                            "#EC *
        EXPORTING
          src_filename = t_source_file
          dst_filename = t_target_file
        EXCEPTIONS
          read_failed  = 1
          write_failed = 2
          OTHERS       = 3.
      IF sy-subrc <> 0.
        MESSAGE i208(00) WITH text-009.
        stop.
      ELSE.
    delete source file
        CALL FUNCTION 'SCMS_FILE_DELETE'                        "#EC *
          EXPORTING
            filename      = t_source_file
          EXCEPTIONS
            not_found     = 1
            name_too_long = 2
            OTHERS        = 3.
      ENDIF.

  • Can I create an action link(drill through) to a Union report

    hello experts,
    Through my summary report I have created an action link to the detail report. My summary report is coming from one subject area; but my detail report is a union of 4 different subject areas. When I click on my action link to do to the detail report it gives me the whole repor, I am supposed to see just one line and not the whole detail report. Basically if click on order number 123, I should go to that particular order # specifically and not the whole report. Is this b'se of the union or something else?
    I have set all my columns in both reports to "is prompted" I am still facing the same problem..
    any idea
    thx

    With the JavaScript doc.print method: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.511.html
    you can include the printer you want in the printParams object: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.1007.html

  • Can I create a wireless link between two 871W routers?

    Hi all,
    The subject says it all. Can I link two 871W routers (ADVIPSERVICES IOS) wirelessly, in either a bridged or routed configuration?
    I'm running 12.4(11)T1, and the only station-role they seem to support is root:
    r1(config-if)#station-role ?
    root Root access point
    Any help most gratefully received!
    many thanks,
    alec

    No. With 871W routers you cannot create a Bridge link. 871W routers support the following roles.
    a) Root access point
    b) Universal client mode
    c) Support of Workgroup bridge clients
    For information on the roles supported on the ISRs read, http://www.cisco.com/en/US/products/ps5853/products_configuration_guide_chapter09186a008067e8e9.html#wp1101651

  • Can not create short cut link in Cross-Site Content at WPC

    hi experts,
    im new in web page composer.please guide me...i had configured my entry point at wpcDragExplorerEntryPoints property. its working but its working ( the folder which i want was appeared) when i want drag and drop into my page. but when i want to create short cut link in Cross-Site Content folder, the folder which i want to use is not appeared. just appeared Favorites folder, Public Documents folder, Personal Documents folder, Recently Used folder, Common folder, Web content...so, i cant create new short cut link to my folder. i create my folder in /pcd/portal_content/myfolder..can someone guide me how to solve this?
    thank in advance,
    faeza

    I got it, should deploy Template Region Bindings.

Maybe you are looking for

  • How do I setup users to create files in /Users/Shared with group permissions default to rw and not just r?

    I have setup my iMac with 4 user accounts (for the wife and kids).   Some files I would like them to all have access to and that access be read / write. I believe I should use the /Users/Shared directory but when a user creates a file there the permi

  • Can't download OS update file ...

    Ok ... New iPad 32GB WiFi only ... Trying to update to the newest OS and keep getting file corrupted message. Any help would be appreciated. Wifi works fine but can't seem to download the OS update file. Takes about 30 minutes or more, looks like its

  • 13 months back from the Chosen Month

    Hi, I am using SAP BW Query as Source for my Universe and i dont have any BI Variables in the Query. My Month and Year Objects is [0CALMONTH] it will display like JAN 2009. here the requirement is i am using this dimension as FILTER in my Query Panel

  • BP Catalog Number

    Hi all,         can we import BP catalog number using DTW? If yes, which is the template used? Thanks in advance, Joseph Antony

  • Problem While Clustering

              Hi All           I am running weblogic 6.0 server with clustering.           My server configuration is as follows           Servers           1. AdminServer           2. ManagedServer1           3. ManagedServer2           Clusters