OS X :: Won't Work With Symbolic Link And Alias

Jul 20, 2010

What's the difference between the two?

If I want to put a link/shortcut in my downloads folder that points to a folder in my Dropbox folder, so I can easily drag & drop files into it, which would I better using?

View 3 Replies


ADVERTISEMENT

Applications :: Symbolic Link Showing Up As Alias In Finder

Sep 12, 2010

so I am using Dropbox to keep a backup of my Documents and Pictures folder. I read several tutorials about creating symlinks and I downloaded SymbolicLinker 2.0v2.

The one problem I have is that Finder keeps telling me it's an Alias. How do I know that it's a real symlink and not just an alias?

View 3 Replies View Related

OS X :: Unable To Create Symbolic Link / Can't Move It

Nov 22, 2010

I want to create a symbolic link of my MobileSync Backup folder on my boot drive. That folder contains my iphone and ipad bckups and its getting large. I want to move it off my SSD.

I'm using SymbolicLinker plugin to do so. I can easily make the symbolic link but I dont understand the proper way to move it. Do I move the symbolic link to the drive I want it to be stored on or do I move the symbolic link to the SSD where I dont want the data stored?

View 2 Replies View Related

OS X :: Won't Create Symbolic Link / Can't Find Settings

Dec 2, 2009

How do i "Create a Symbolic Link"? I downloaded off apple's website an Automater script by Junecloud, but I can't get it to work!

Can anyone give me easy step by step instructions? I followed that on the Instructions file from Junecloud, I right-click on a folder and go to "Create symbolic Link" but nothing happens.

View 1 Replies View Related

OS X :: Trying To Move Documents Folder Via Symbolic Link / Not Working

Sep 16, 2010

I've just recently received my new iMac 27" i7 and have the SSD + HDD option, where the SSD contains OS + Applications and the HDD contains data. I read that moving the whole Home folder was not a good idea, therefore, I wanted to just move my Documents, Pictures and Download folder to the second internal HDD. I read an article/tutorial how to do this and this is what I followed (using Terminals):

Code:
cp -Rp ~/Documents /Volumes/Macintosh Data HD
chmod -R -N ~/Documents
rm -rf ~/Documents
ln -s /Volumes/Macintosh Data HD/Documents ~/Documents
However, when I try and type the symbolic link I get the error:

Code:
"ln: Documents: No such file or directory"
Because of this, the Documents folder on the Dock appears with a big question mark as it cannot locate the new Documents folder.

Any ideas how I can get the link working or if not try and restore the original documents folder and just move the entire Home folder over to the Hard Disk data drive?

(note: I don't have any documents in the folders as of yet so I haven't lost any important info!)

View 14 Replies View Related

OS X :: How To Remove Alias (arrow) Symbol For Alias Icons

Jul 23, 2008

I want to create stacks for my Applications and put them in the dock by type. Utilities, Music & Video, iLife, etc. I think what I will do is make aliases for all the applications and put them in subfolders separate from the Applications folder, so then I have these 3-6 subfolders in my dock as stacks that I can display in Grid or Fan mode. And I don't have to see all my applications in one jumbled Grid and search for them.

Yes, I know Spotlight or QuickSilver could access them differently.

My question is, when I have created this duplicate system with the aliases to the apps, how do I remove the Alias (arrow) portion of the icon so that they look just like the actual icon down in the stack (or in my subfolders, etc)?

View 14 Replies View Related

Software :: Can't Use Bluetooth To Link To Cellphone / Get It To Work?

Feb 8, 2009

I sent my question about 3 weeks ago but have yet to hear from your team.

i've not had a problem linking to my imac to my nokia e50 via bluetooth. it's after the update to OS10.5.6 that the bluetooth function doesn't work anymore.

each time, after selecting my cellphone as the bluetooth device to be browsed, I'll have to wait for at least 1 minute for the connection to be done.

after this, I'll still can't link my cellphone to my imac.

how to resolve the situation?

my imac specs are as follows:
2.4 GHz Intel Core 2 Duo
667 MHz DDR2 SDRAM

View 2 Replies View Related

MacBook Pro :: Hard Drive Listed In The Link Below Work

Sep 6, 2010

I'm very shortly going to purchase a 13" MacBook pro.I was just wondering, will the hard drive listed in the link below work with my new MacBook pro 13"au/ws/eBayISAPI....:X:AAQ:AU:1123Naturally, I would be installing it myself, and since I'd be doing it straight away, I don't think I have to worry about backing up and etc.Now, if it does work, what is this particular hard drive like in terms of performance in comparison to the default hard drive that would be coming with the MacBook pro?

View 6 Replies View Related

Software :: Can't Get Link Aggregate Part Of Network To Work

Nov 19, 2008

I am having a problem with at&t uverse internet, I have a new mac pro, and I can't get the Link Aggregate part of my network to work, or just get rid of the firewall completly.

View 1 Replies View Related

Mac Pro :: Does Mini Display Port To Dual Link DVI Adapter On 4870 Work Correctly?

Mar 23, 2009

Has anyone tried hooking up a two 30 ACD's to a 4870 on their MP.. just want to check if there are ANY issues with this setup.

[URL]

View 24 Replies View Related

OS X V10.7 Lion :: Create Absolute Symbolic Links?

May 11, 2012

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? 

Info:
Mac mini, Mac OS X (10.7.1)

View 5 Replies View Related

OS X Technologies :: Symbolic Links Get Corrupted By System Process?

Apr 20, 2012

I am having a problem with symbolic links getting corrupted. I have a new Mac Pro running 10.7.3.

I have defined symbolic links:
/Users/walker/G2S -> /Volumes/L2A/G2S [this is pointing to a different partition on the same JBOD RAID]
/home -> /Users

The second link was created after unmounting /home and removing it from the /etc/auto_master file. Both symbolic links worked for several days. But then for some reason, without a reboot, the links became corrupted:
> pwd
/Users/walker
> ls -al G2S
lrwxr-xr-x 1 walker staff 16 Mar 24 03:08 G2S -> X??G???GÒ?G???G
> cd G2S
G2S: No such file or directory.

Same nonsensical definition for /home link. I repeat, this did not happen after a reboot. It first happened on /home. I thought that might have been related to a new OS handling of the "/home" label. So I deleted the /home link and did a clean reboot. The G2S link was created after that reboot, not before.

After the above two problems happened, I created a new symbolic link:
/Users/walker/G2S2 -> /Volumes/L2A/G2S

I then did not use this new symbolic link in any of my processing scripts. A few weeks went by, then this link somehow got corrupted too:
lrwxr-xr-x 1 walker staff 16 Apr 2 17:22 G2S2 -> G???G1?Gu?G

How symbolic links are managed on a Mac (any process that controls their linking?), or For example, could it be due to bad RAM? I have 32 GB.

Info:
Mac Pro, Mac OS X (10.7.3)

View 14 Replies View Related

Windows On Mac :: Unable To Create Junctions / Symbolic Links To OSX Partition

Mar 30, 2010

I'm running Windows7 in a bootcamp partition, along with OSX 10.6.2. I use Dropbox to sync my files between computers, and currently have all of my Dropbox files in OSX. My drive is currently partitioned approximately 75% OSX, 25% W7. I'm trying to save space on my BC partition, and hence, following this guide: (URL)

I'd like to be able to create junctions of the files on my OSX partition and drop them into W7. This way, I don't have 2 copies of each file (one in W7, one in OSX). However, using Link Shell Extension, I'm not able to create symbolic links/junctions etc to the OSX partition. I also tried setting my Dropbox folder in W7 to be the same as the one on the OSX partition, but Dropbox won't allow it. Basically I want to know how I can mirror the contents of a directory located in OSX in W7, without having to simply duplicate all the content.

View 2 Replies View Related

OS X :: The "welcome" Link On Navigation Bar Doesn't Work?

Oct 24, 2010

I have created my first website using iweb and posted it to the free webs.com hosting site. Webs.com requires that the home page be named 'index.html'. So I changed the name of the iweb Welcome page to index.html. Not surprising, the "welcome" link on my navigation bar doesn't work.I can't figure out how to fix this. Suggestions?

View 3 Replies View Related

OS X :: How To Get IPhoto Alias

May 6, 2008

Not sure how I accomplished this but in my iPhoto library I now have blank spaces where I used to have photos.
When I click on the blank space it stays blank but it shows under title either MG-4710 or DSC01296.JPG. It also shows the size of the blank photo.

View 1 Replies View Related

OS X :: How To Get IChat Alias

Jun 8, 2009

I realize that iChat has tie-ins with the address book, so you can take people from there, which I'm sure is great if you use the address book.

There's a standard aim protocol feature that allows you to set aliases for people on your buddy list that is NOT stored locally.

This means I can set their alias on AIM 5.9 in windows, reboot into Linux, open up kopete, see that alias, close kopete, open up pidgin, see that alias, reboot into OS X, start adium, see that alias, etc.

View 2 Replies View Related

OS X :: Alias Or Shortcuts For Folders?

Aug 10, 2009

I need to make a shortcut to a folder, i would like the shortcut on the desktop.

No idea how to do this, saw the make alias but its greyed out for the folder.

View 3 Replies View Related

Software :: How To Create An Alias

Jul 1, 2008

How can I create an alias "xyz" that functions just like "abc"?

View 2 Replies View Related

OS X :: Any Possibility To Hide (VAR / TMP And ETC) Alias Folders?

Jan 5, 2007

I restored one disk onto another disk using Disk Utility and now I have three aliases on my hard drive called "var", "tmp" and "etc". I know what you're thinking... those are part of the Unix background in Mac OS X and I am smart enough to know that I cannot delete them, so my question is. How the heck can I hide them. I really don't like seeing them there. Other than that, my new drive is running fine.

View 10 Replies View Related

Applications :: Add Alias From Address With Macmail?

Jan 12, 2009

Is it possible to add Alias "From" addresses with MacMail? I would like to add a few and cannot seem to locate how to do so, other then to add "fake" accounts. Is there built in functionality for MacMail to achieve this?

View 2 Replies View Related

OS X :: Won't Open Alias Applications / Can't Install

Mar 9, 2010

I�ve download the free version of the software Vox 0.2.6, when I�m trying to install it dragging the item Vox to the folder "Applications" does it show a window with the current

message: "The Alias "Applications cannot be open because it doesn�t

find the original item"

then I got three options delete alias,correct alias and ok. z don�t have any net or anything weird. I don�t think than be a problem related to the software.

View 2 Replies View Related

OS X :: Recovering Missing Files - Get Out Of The Alias?

May 14, 2010

I was just about to burn a cd to back up some files. I put them all on the cd (didn't click burn yet) and then I deleted them off my computer, and the clear my trash can. I went to burn the cd and realized I had made a bad mistake. It still shows the alias' on the cd folder. Is there any way I can get the files out of the alias? Or am I too far screwed and have to get a recovery program?

View 3 Replies View Related

OS X :: Running Two Applications From One Icon / Alias?

Aug 4, 2010

recently got myself a macbook pro and learning the OS still, I'm used to XP. I've found a program I want to run whenever iTunes starts, however I don't want either to run at startup. I know aliases are probably going to be the way to do it but have searched a lot and found nothing. On windows I know how to create an shortcut that when activated, it starts up two programs at once, I assumed there was something similar for OS X? Is there any way to create or alter an icon so it starts 2 programs at once? Ideally I'd have it in the dock and looking like iTunes, but it starts both iTunes and the other app.

View 2 Replies View Related

Software :: Creating An Alias Via Terminal?

May 14, 2008

I needed an alias from a PrefPane in my user area. I figured a symlink would do. So in Terminal I did a ln -s with the proper user directory and all looked good, it appears.

But the system threw an error when I tried to click it. It offered to repair the �alias� or delete it, so I opted to repair it, still didn�t work, errors. I tried twice then threw in the towel, enabled root, logged into the GUI and created an alias the normal way, that�s fine.

I�m still wondering about the command line procedure though. It would be a link from a user area to an area owned by root and I�m guessing that�s the issue.

View 2 Replies View Related

ICloud :: Alias Doesn't Appear On The Web Interface?

Mar 29, 2012

i made an icloud alias a few weeks ago and everything worked out fine. i could sent and recerive mails in mail and also in the web interface. but since a few days one of my icloud aliasses doesn't appear on the web interface. that's a problem because i want to delete it. how can i delete it if it doesn't appear?through mail i can still sent and receive from this adress. but i still can't delete it because obviously it's not there...

Info:
MacBook Pro (13-inch Mid 2009), Mac OS X (10.7.3)

View 2 Replies View Related

OS X V10.7 Lion :: Files Are Being Turned Into An Alias?

Apr 17, 2012

I am having some trouble with some new iMacs that are running Lion.  Sometimes they will turn a file into an alias.  It replaces the original with the alias and will not allow me to access the file any longer like the original is completely missing.  It seems to be random, it does not happen to one type of file or any one program.  It has happened on our servers (when copying pdfs and saving indesign files) and also locally.  I was able to find a temporary fix by downloading path finder and unchecking the "alias bit" option.  This seems to fix the issue at hand, but I need a more permanent solution, or at least something I can tell my users to avoid doing.

Info:
iMac, Mac OS X (10.7.3)

View 7 Replies View Related

ICloud :: How To Change Apple Id With Alias

Apr 17, 2012

I have a old apple ID with my girlfriend for 10 years and we are no longer together.... I have a alias  that I would love to use but every time I send a email or have to log in at my apple account I have to use that ID..... I looked on the iCloud and see the settings and I can't change it.. I would like to turn the apple ID to a Alias and the alias to the primary one

Info:
iMac (21.5-inch Mid 2010), Mac OS X (10.7.3)

View 1 Replies View Related

MacBook :: Unwanted Alias Conversion?

May 18, 2012

Last night I plugged in an external USB hard drive into my MacBook, and a ton of files were missing from it. Roughly 300 files were converted into aliases which do not seem to point to anything. The date modified on the aliases says December 31, 1903 at 5:00 p.m. I am very scared these files have been lost...

Info:
MacBook, Mac OS X (10.5.8), iOmega HDD is the specified disk.

View 1 Replies View Related

ICloud :: Delete Account Which Was An Alias?

Jun 5, 2012

I forgot my icloud password and want to delete the account which was an alias. How do I go about doing this? Can this be done on my Iphone 4s?

View 1 Replies View Related

ICloud :: Incoming Email To Alias?

Jun 27, 2012

I have a @me email address and have also two email aliases connected to it. Now all mail is downloaded in one inbox (of the main @me mail address). I would like to have that email from the alias addresses is marked as that (or maybe put in a colour) or is in another inbox folder.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved