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


ADVERTISEMENT

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

Applications :: Deleting Skype - Alias Comes Up In Finder

Apr 11, 2010

I downloaded skype and then deleted it because I did not like it. I drug it to the trash, but I then searched for it in finder to make sure it was gone and an alias comes up and says alias can not open because original cannot be found. How to get rid of this alias??? If I hit delete alias it just keeps coming back up to hit again and again??

View 1 Replies View Related

OS X V10.7 Lion :: Why Are Finder Alias Files So Huge Lately

May 29, 2012

Why are alias files so big now? Before (OSX 10.3), they were rarely bigger than 1 KB, but now (OSX 10.7), they're often up to 1.6 MB!  Can we do something to keep them small?   As I understand it, an alias is just a pointer or reference to another file.  When you open or print it, the operating system actually opens or prints the original file referenced.  All that needs to be stored is the directory path to the original file, either (or both) as a full reference or a relative reference, plus its file system ID and perhaps a drive ID (in case it's moved).  This should take only a few bytes.  On prior Mac operating system versions (e.g., 10.3.9), these alias files were just a few hundred bytes in size, rarely over 1,400 bytes total.  But now I notice that, under Mac OS 10.7, newly created alias files are always hundreds of KB large, and can typically be as huge as 1.6 MB!  The custom icon only accounts for a fraction of this size.  However, sometimes they can still be as small as before (only a few hundred bytes).  Old aliases from a prior OS version (usually but not always) still work in opening their original file, so apparently we don't need the extra size.  So, what is in these files?!  I know these are analogous to "shortcut" files under MS Windows, which are not that large.   Having aliases be so huge defeats the purpose of a small file reference that can be used in multiple other places.  One would like to use an alias so as to not have to keep a copy of a large file.  But I notice that MB-sized aliases are often created even when the original file is a tiny 1 KB file.  Moreover, a larger original file might create a smaller alias than that for a smaller original file, even when both original files are in the same folder.  What gives?   I use aliases extensively, so as to keep references to the same original file in multiple folders, since these files fall into the multiple categories that each folder contains.  By using aliases, I ensure that there is only a single "master" version that is edited when a file is opened from any of those folders.  Many of the original files are pretty small, yet their aliases are many orders of magnitude bigger.  This is very discouraging towards using this handy feature.  Is there something I am doing wrong to end up making them so big – perhaps a system setting?  What is in these files that they need to be so huge? I suppose I can use Unix symbolic link files by using a command line in Terminal, such as 'ln -s originalfile linkfile', but these are less functional, since you can't move or rename the originalfile without breaking the linkfile's association to it. 

Info:
iMac, Mac OS X (10.7.4)

View 5 Replies View Related

OS X Mavericks :: Why Does Finder Make Alias Rather Than Move File In 10.9

Sep 4, 2014

Every time I try to move a file from my application folder and move it somewhere (e.g. desktop) it makes an alias of the file(or folder) rather than letting me move the file. I rebuilt permissions and all the other Voodoo.

Info:
Mac Pro, OS X Mavericks (10.9.4), Early 2008

View 5 Replies View Related

Applications :: ITunes Artwork Not Showing In Finder?

Dec 15, 2010

So I've been re-importing my CD collection (now using AIFF) after iTunes deleted most of my tracks.

Once I have imported a CD, I then open the album information tab and locate the artwork. I then go to my iTunes music folder in Finder, but the artwork is not showing in the thumbnail tracks for the albums I have re-imported; the artwork shows in iTunes, but not Finder.

Any idea why and what I can do to solve this?

View 2 Replies View Related

OS X Technologies :: Adding Folder Alias To Finder Sidebar In Lion With Apple-script?

Jun 11, 2012

I am creating 2 AppleScripts to automate mounting Windows shared drives on Lion Macbook Airs.  The first creates an alias on the user's desktop to the user's shared drive.  This is functional and doing what I want it to do. The 2nd script attempts to create a favorite to the alias in Finder's sidebar.  Unfortunately, I can't seem to get this script to work. 

I am attempting to create an alias on a user's desktop to a folder in a Windows network share.Here is my applescript: set user_name to (short user name of (system info))tell application "Finder" activate set myFolder to ((home as text) & "Desktop:" & user_name)select myFolder tell application "System Events"  keystroke "t" using command down end tellend tell The script runs, Finder opens to the user's folder, but nothing is added to the side. 

View 1 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

Safari :: Pointing Finger Cursor Not Showing In Flash Link?

Apr 5, 2012

I have a website that features a lot of Flash. [URL]

Lately, when viewing my site in Safari I've found that the pointing finger cursor will not show when I hover over a text link in a Flash object.

Curiously this only occurs with some of the links.

The arrow cursor shows and the link still works. The finger shows up on all the lnks using Firefox so it seems to be a Safari/Flash problem. 

Info:
24" iMac 2.66 GHz cr 2 duo, 4Gb rm, Mac OS X (10.6.8), 1 TB LaCie ext drive, iPhone 3GS

View 1 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 :: 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

OS X V10.6 Snow Leopard :: Delete Alias Folder Without Deleting All Applications?

Mar 8, 2012

In my Applications Folder I have an alias Applications Folder.When I deleted the alias folder it wiped out all my applications on my hard drive.Does anyone know how I can delete the alias folder without deleting all my Applications?

I am using OSX 10.6.8.

View 14 Replies View Related

OS X :: Finder Showing Too Many Places?

May 13, 2009

I'm finally experiencing the first official problem with my MacBook Pro of 2.5 years. The Finder shows too many Places! Like it has double of everything: 2 Desktops, Applications, Documents, Movies, etc. There's a screen shot in here as an attachment if it helps.

View 1 Replies View Related

OS X :: Finder Menu's Not Showing?

Jun 19, 2010

I am trying to remove some icons from my desktop which apparently I can do in Finder Preferences.

When I select a finder window the Menu Options are not showing in the top menu bar. I am getting the menu options from the last selected window.

View 7 Replies View Related

Power Mac G5 :: Primary HDD Not Showing Up In Finder

Oct 30, 2007

My primary HD (Macintosh HD), which has all of my System, Application, Library, etc files on it...doesn't show up in Finder any more, or...I should say...as of tonight. It's there when I do a search. I can open it and all the files appear to be intact. All of my applications seem to running normally (except for Lightwave 3D, which can't find the softward key that's stored in the library file). I can install software to the Macintosh HD as well.

It's just now showing up in the finder.

I'm running a Dual 2.3 GHz PowerPC G5/OS 10.4.10/6.5 GB DDR SDRAM.

Information:
Mac OS X (10.4.10)

View 7 Replies View Related

OS X :: Shared Drive Showing Up In Finder?

Sep 8, 2009

New user here, I'm showing "your-w92*******" I blanked out the rest, with a little monitor icon under "SHARED" in my finder? Any clue as to what it is and how I can get rid of it? If I right click I only get Open or Get Info as options. If I click Open I get "Connection Failed". If I click on Get Info it displays "PC Server" under kind. I did try to get my MBP to print in my PCs HP printer (unsucessfully) using cups. So I don't know if that had anything to do with it. I'd just like to delete it but don't know how.

View 5 Replies View Related

MacBook Pro :: DVD Drive Not Showing Up In Finder?

Jan 14, 2010

Drive still accepts and ejects discs as usual. Problem happens with all kinds of discs, CDs and DVDs.

I even tried replacing the drive with a brand new one, still nothing showing in finder.

View 2 Replies View Related

OS X :: File Icons Not Showing Up In Finder...

Feb 14, 2010

This started happening a few days ago...I thought my Hard drive was dying or something, but disk utility says its fine.

Here is a screenshot of my utilities folder to show what I mean...anyone know whats up?

View 1 Replies View Related

OS X V10.7 Lion :: Finder Not Showing Files?

Feb 24, 2012

i copied a user folder from my old windows machine it was a ntfs hard dive to my dekstop. I can see the folder structure and the folder took a while to copy over but there are not files in the folders. They seem to be hidden?

View 1 Replies View Related

OS X V10.7 Lion :: Finder Not Showing Drive?

Jun 10, 2012

All of a sudden my HD is not showing when I open Finder and is not being recognised as a destination for new programme installs. 

Info:
iMac, Mac OS X (10.7.4)

View 1 Replies View Related

MacBook Pro :: USB Drives Are Not Showing Up In Finder?

Sep 8, 2014

my USB drives are not showing up in finder on my macbook pro.  i have show these items checked.  i have unchecked and rechecked and rebooted...??????

View 2 Replies View Related

OS X :: Macantosh Hard Drive Not Showing Up In Finder

Apr 4, 2009

I know there was several posts about getting the HD back into my finder devices but I am having a big problem because I am very confused on how to use the Terminal. If someone can give me step by step instructions.

View 2 Replies View Related

OS X :: SL: Finder And IStat Showing Conflicting Info?

Aug 28, 2009

According to Finder, my hard drive has 83.69GB available.According to iStat, my hard drive has 77.94GB available.With the 7GB freed up from installing Snow Leopard, iStat seems like the one that should be correct, seeing as how I had ~68GB or free with Leopard.Which one should I trust, and why is there a discrepancy?

View 4 Replies View Related

MacBook :: Icons Showing Up In Finder And On Desktop?

Mar 7, 2010

The icons just started showing up this way today, any ideas as to why would be great and any fixes w

View 1 Replies View Related

OS X :: Finder No Longer Showing Windows Network?

Aug 4, 2010

I hope that this post is original, but if not I apologize. I did some searching, but found nothing specifically in the area where I'm having networking problems.First, I very much enjoy using the newest MacMini (10.6). I got it a few months ago, and have been slowly migrating from Windows. This is where I am having difficulty solving an issue.

In the beginning I was able to network the three computers I have together and was able to "see" the two windows machines in the Finder under "network"; the laptop (Vista) and the desktop (XP). Soon there after, the Finder stopped listing the two windows machines in the Finder's "network" category. The odd thing about this issue is that by this point in time I was able to "see" the Mac from both Windows machines (dragging files from windows to the mac), but not the other way around.

Now, and the reason for this post, neither lists each other (Mac vs. Windows). I can still "see" the windows machines from each other's Explorer, but alas not the Mac.To wade through allot of questions that may crop up, I have gone through all three machine's networking "sharing" setups, and I cannot locate where the problem lies. I can also use the networking utility from the Mac and be able to "ping" the other machines. I can use Safari and "address" (http) pages from the machines, but nothing in the way of "drag-n-drop" files from the Finder.I greatly appreciate this forum, and in other areas I was able to solve other issues.

View 2 Replies View Related

MacBook Pro :: USB Icon Isn't Showing Up On Desktop Or Finder?

May 30, 2012

I am trying to get pictures off an SD card that I have in a card reader, plugged into the USB port.  I'm not finding an icon for this anywhere!  I've tried 2 card readers, as well as plugging my camera right into the USB port, and none of them show up!  It was working just find 2 days ago, and now it's not.  The USB port shows up in System Profiler, but not in Disk Utility. 

Info:
MacBook Pro (15-inch Glossy)

View 4 Replies View Related







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