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
ADVERTISEMENT
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
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
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
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
May 26, 2012
With TimeMachine, I backup two external drives (let's call them drive A and B). Recently, drive B broke and I restored the data on a replacement drive and gave the volume the same name as the broken one had. I made TimeMachine aware of the fact that this new drive corresponds to the old one by using the "tmutil -a associatedisk" command as described here: [URL]When TimeMachine started the next backup, it did not perform all full backup of the new drive, though still way more than it should. So far so god.Â
The problem is: if TimeMachine performs a backup while the new drive (the replacement of drive B) is not connected, it does not create the hard links for it. Drive A is not connected either, though hard links for it show up in the Backups.backupdb folder for this backup. If the replacement drive is connected the next time, TimeMachine will perform a full backup of it ... most likely because the previous backup does not contain any hard links.Â
Info:
MacBook Pro, Mac OS X (10.7.4)
View 8 Replies
View Related
May 14, 2010
I need to make Symbol Links for some files and was looking for a way to make them. I don't want to use Terminal as I am just getting used to using a MAC. Is there a free program out there that will do this?
View 3 Replies
View Related
Mar 13, 2012
For quick reference and surfing I want to create a folder like favourite in windows, to save the link there, for easy retrieval and reference.
Info:
MacBook Pro, Mac OS X (10.7)
View 1 Replies
View Related
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
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
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
Apr 13, 2012
I'm having trouble opening links on some websites recently. It acts the same on different browsers, click on a link and nothing... I can open the link in a new tab no problem, but don't want to have to do this all the time. I can open the very same pages no problem on my macbook pro, which is running osx lion also and the same browser versions.
Info:
iMac (21.5-inch Mid 2011), Mac OS X (10.7.3)
View 2 Replies
View Related
Apr 21, 2012
how do I open pdf links with firefox 11? I will be happy if it works woth either preview or reader, as long as it works. It worked on macbook pro running 10.7.2 from the same links but the functions disappears for no apparaent reason. Once or twice a year for decades-leaving the simple user to guess whether the addon, reader, browser needs to be updated or reloaded - trial and error Already reinstalled acrobat reader X and checked for addons and addons updateÂ
how do I open pdf links with firefox 11? Â
Info:
Mac OS X (10.4.11), mac os x 10.5.8 macbook pro 10.7.2
View 3 Replies
View Related
Jun 27, 2012
I just noticed as I was testing web sites in Safari that my cursor remains as an arrow instead of turning into a hand on images or text that are links. This is new behavior.
Info:MacPro, Mac OS X (10.5)
View 7 Replies
View Related
Jul 5, 2012
I'm getting an error that says "No associated application could be found" when clicking on a Date Smart Link on the Mail.app.The Date Smart Link is actually the words "Next Thursday" with containing the link x-apple-data-detectors://0 Â
Info:
Mac OS X (10.7.4)
View 2 Replies
View Related
Mar 30, 2012
I have not been able to connect to the AppStore. My internet connection may be too slow or there is some other problem. The Apple helpdesk is less than helpful. They do not assist with connection problems. Result: No AppStore for me. So How do I upgrade to Lion? (The problem started when the Lion USB stick was not yet available)Â One possible solution is to buy a new MacBook. I may have to, because the one I am using is falling apart.Â
So, suppose I have this brand new MacBook and no connection to the AppStore. Is there a way to create a recovery DVD or USB stick from the new MacBook, without buying the official USB stick?Â
All articles about Lion recovery assume that you have an internet connection. I have news: not every internet connection counts as an internet connection as far as Apple is concerned. Funny thing is, that all updates to Leopard and Snow Leopard went without problems.Â
Info:
MacBook
Pro, Mac OS X (10.7)
View 6 Replies
View Related
Apr 23, 2012
I traing to create rule with sub conditions which will do following:If all of the following conditions are met: [code] I am running OS X Lion 10.7.3 (11D50) Mail.app Version 5.2 (1257)I cannot create sub conditions. If anyone have idea how to create ub conditions, please let me know.
View 1 Replies
View Related
May 28, 2012
I just erase the info of my address book in my icloud. How can I re create it from my iphone?
Info:iPad 2, Mac OS X (10.7.4)
View 2 Replies
View Related
Feb 2, 2012
I created an Automator Service to restart my computer in Bootcamp (since I was getting very tired of having to navigate to the Startup Disk Prefence pane every time). What I would like to do, is make this service have a global keyboard shortcut. However, when I try to set one in the Keyboard Shorcuts preferences (i.e. double-clicking and holding down the desired keys), my computer just beeps at me.Â
I thought maybe it was not allowing the specific shortcut I was trying - thinking maybe it was already in use. So I tried many other key combinations - enough to come to the conclusion that this was not the issue.Â
Info:
MacBook, Mac OS X (10.7.2), 2.4 GHz Intel Core 2 Duo
View 1 Replies
View Related
Feb 10, 2012
If I try, i get a strange error: Partition failed with error: Necessary support for resizing file systems, such as HFS + with Journaling enabled. (translated with google)Â What can I do?
Info:
iMac, Mac OS X (10.7.2)
View 8 Replies
View Related
Feb 18, 2012
Is there a way to create user logins or some other grouping for a set of applications to use (memory) resources optimally -- for example only mail and Safari and Word in one grouping and another for Safari and an audio recording application, etc.?
Info:
MacBook Pro 15" & 13" ghz / iPhone 4G, Mac OS X (10.6.5), 4 GIG RAM
View 2 Replies
View Related
Mar 1, 2012
I would like to use the stationery and put in a professional signature.Â
Info:
MacBook, Mac OS X (10.5.4)
View 1 Replies
View Related
Mar 2, 2012
Is it possible to create a new admin account, transfer all the information from my current to new, then delete the old admin account?
View 14 Replies
View Related
Mar 13, 2012
How can I create new folders in Mail?Â
Info:
Mac mini, Mac OS X (10.7.3)
View 2 Replies
View Related
Mar 16, 2012
i want a backup of mail..i have 5ys old of mail and i dont want lost.how do you do to create a backup?
View 1 Replies
View Related
Mar 18, 2012
How can I add/create user via terminal?
Info:
iPod shuffle
View 2 Replies
View Related
Mar 29, 2012
I've created a PDF with 15 Pages. I created the PDF using Pages and the document using "Page Layout" not "Word Processing". Since the document was created in Page Layout mode, I can not create anchors inside the document.Â
I'm wondering if this is possible after converting the doc to PDF and using the Preview application.
View 3 Replies
View Related
Apr 15, 2012
I don't know much about Terminal, but I need to compress a folder from one external hard drive directly to my Time Capsule and split archives to 4GB each. What is the command to do that?
View 1 Replies
View Related
Apr 21, 2012
How can I create a resume from my MAcBook Pro? ex. resume template
Info:MacBookPro
View 4 Replies
View Related
May 5, 2012
How i can create a dvd/cd recovery disk instead usb?
Info:
MacBook Pro, Mac OS X (10.7.3)
View 1 Replies
View Related