OS X Mavericks :: (10.9.5) Dual Boot Application Access?

Dec 4, 2014

I've just set up a FW800 SSD to use as an external boot drive for my 2011 iMac (mainly to speed up start-up). 

I wanted to find out if I can direct the external boot to access the program files on the internal HD as a default.  Or do I need to reload them all again on to the new partition/drive?  My main concerns are that some are 1-time registration programs, plus I don't want to fill the smaller SSD too soon... 

Info:
iMac, OS X Mavericks (10.9.5)

View 2 Replies


ADVERTISEMENT

OS X :: G5 Dual Boot Tiger / Leopard (Files Access)

Apr 29, 2010

I have a G5 with a Tiger startup disk. I installed the HD from my retired MBP (with Leopard) into my G5 as a second hard drive. When I boot from Tiger, I can access the files on my Leopard disk, but not vice versa. I called Apple and they said it's most likely because the Leopard disk has a Laptop configuration, therefor it wouldn't look for another hard drive connected via sata. So my question is, how can I go about getting Leopard to look for another hard drive via sata? Is there an available driver?

View 6 Replies View Related

OS X :: Windows / OS X Dual Boot - Access Files From One System To Other

May 17, 2010

I am a complete n00b when it comes to OSX just to warn you lol. Im just wondering, if one did a dual boot of windows alongside OSX, is it possible to access those files on the windows partition from OSX and likewise, is it possible to access those files on the OSX partition from wndows? Also, will Time Capsule only back up files from OSX or from across the whole mac? Sorry if this is a stupid question, as I am looking into buying a macbook and was wondering if this is possible.

View 2 Replies View Related

OS X Mavericks :: Application Access To Every Keychain Item?

Jun 26, 2014

is it possible for an application to gain access to the WHOLE keychain? 

For example, if a application asks if it can acess the keychain, could it read every item in the keychain? 

View 7 Replies View Related

OS X Mavericks :: Dual Boot With Mountain Lion And Migration Assistant

Jun 6, 2014

I have a Macbook Pro Retina which cam with Mountain Lion installed, and I want to upgrade to Mavericks. However, I have a need to run some apps in Mountain Lion, as official support for those apps will not go past 10.8.5 (Avid's Pro Tools 10) and I need to be able to open archived projects. 

I also wish to clean install both operating systems fresh, and do a stripped ML partition, with bare bones essentials, on the smallest partion possible. Mavericks will be the main system, and ML won't host user data, only the legacy apps. I am fine with erasing my 500GB SSD. 

My current process is to install ML from the recovery partition, and use disk utility to partition before I do, then install Mavericks from a bootable USB (already made). 

So my questions are these: 

For ML: 

1. What size partition is the minimum necessary to install ML, plus the apps and run without hitch? The legacy apps will take maybe 4GB.I want this as small as possible. 

2. When I do a fresh install of ML, what apps can safely be deleted without affecting the system? 

For Mavericks: 

When migrating my old user account to Mavericks, I don't wish to migrate the apps, just the user settings and the data. I will make an entire backup of the user directory on a separate drive before I start this process, as well as a Time Machine backup. I then plan to migrate the account settings and data, but manually reinstall the extra apps. The reason for this is I have a lot of third party apps, and some are trials I decided to uninstall, and they all leave junk behind. 

3. If I import the user account settings and data only, what cruft or orphaned files should I be aware of? 

4. Are there options to cherry pick the settings that are migrated? 

5. If I manually copy, for example, the mail folder, iCal or messages folder in my user library, and place it into the appropriate user folder in the new account in a worst case scenario, will there be any drama I should be aware of? 

Lastly, a question of Apple ID's/iCloud: 

6. Before doing this process, should I deauthorise my iTunes account, or will that be fine when migrated anyway? 

7. What will happen with my iPhone when I sync to a fresh install on mavericks, will it attempt to wipe my iPhone, or is that part of the user data that is migrated? 

Info:
MacBook Pro with Retina display, OS X Mountain Lion (10.8.5)

View 4 Replies View Related

OS X Mavericks :: How To Access Restricted Files From Hard Drive That Won't Boot

Jun 25, 2014

My Macbook Pro (10.9.3) wouldn't boot up.  I'd get the gray spinning progress indicator along with a gray progress bar which would get about 10% through and then restart. 

I booted into recovery mode and run Disk Utility to repair the disk and got a message saying can't repair, back up your files. 

So I took the HDD out and mounted it as an external drive on my Mac Mini (10.9.3).  I got a message saying it's read only and I should back up my files.  I can browse to my users directory and see all the base folders (Movies, Music, Docs, etc), but there's a red no entry icon on all the folders and accessing them through Finder shows they are empty. 

I browsed the files through Terminal as super user and can see the files.  I can also copy the files through Terminal.  However, after copying a test directory some of the files are read only and others are still no access. 

So the question is, how do I back up these files and maintain permissions? 

View 2 Replies View Related

ICloud :: Can Access To All Application (iCal, Etc) But Can't Access To The IDisk

Mar 12, 2012

I can access to all i application (iCal, etc) but I can't access to the iDisk.

I try but when I put my Apple ID is refused the acess.

Info:
MacBook Pro, Mac OS X (10.7.3)

View 8 Replies View Related

Windows On Mac :: No Internet Access Through Boot Camp - How To Access Again

Aug 6, 2010

I just recently installed Windows 7 on my macbook pro. Everything seemed to work well, especially after I installed boot camp for windows and its drivers.

However I can't seem to connect to the internet. My router is detected but when I select to connect to it I get no internet access.

View 2 Replies View Related

OS X :: How To Access The Application Menu From The Keyboard

Jun 29, 2009

I remember seeing keyboard shortcuts such as Cmd-F2 that would allow access of the Application Menu. However, this does not work for me.

I have set the fn key to not be needed for function key access. That is, if I press f10, it acts as f10 rather than "mute."

How do I access the Application menu from the keyboard?

View 2 Replies View Related

Applications :: Any Way To Block Application Internet Access?

Sep 28, 2010

Title says it all. Don't mention Little Snitch, because I need a free way. Firewall doesn't seem to work either.

View 9 Replies View Related

OS X Technologies :: How To Access An Application That Bundle With AppleScript

Apr 19, 2012

I'm creating an AppleScript application bundle that relies on a separate application. I want to add this application to my bundle and then call it via "tell application xyz ... end tell" 

So far I have been unable to make AppleScript see this application, except when I gave it the absolute path of where it is located. Obviously, as soon as my application bundle is moved to a different directory this will not work anymore so is not a solution. Tinkering with "path to me" and thus creating the current path to the bundled application also does not work, when saving the script, ScriptEditor tries to find the application and see if the commands I want to tell it exist btu fails and consequently does not save. 

I tried putting the application into the Contents, Contents:MacOS, and Contents:Resources folders, all without success. 

View 9 Replies View Related

OS X :: Dual Boot Windows 7 And Mac?

Aug 25, 2010

I am willing to either dual boot windows 7 and mac os x on a computer i just built with i7 processor or just install mac os x on that computer. I have download iatkos v1.0 and snow leopold. the computer can boot on either one. My problem is after I selected the language I was asked where I wanted to install the program,I was stuck there.

View 2 Replies View Related

OS X :: How To Dual Boot 2 Versions

Sep 6, 2010

I have an iMac G3 and Mac OS X Cheetah. The machine came with Panther and OS9 (on the same partition). However I have an OSX 10.0 (for blast to the past needs) disc laying around here. I don't have the Panther disc so I don't want to delete anything Mac OS X-related. I know that I should probably delete Mac OS 9 to save HD space. But can I just install 10.0 on the same partition and select it from Startup Disk?

View 2 Replies View Related

OS X :: Need Two Mac Partitions - Dual Boot

Mar 26, 2009

I have a MacBook with OS X 10.5.5 on it. I'm allowed to use my personal laptop at work, but they have said I must have dual-boot and only use the one partition while I'm at work, to access the programs I need to while at work. Everything must be completely separate (my personal stuff, and work stuff). Their software is both in mac and pc versions. Instead of using bootcamp and having a dual-boot option for Windows I'd like to instead have two OS X partitions to boot to, one for personal use, one for work. I tried using bootcamp and then loading my OS X DVD into the drive to create a second partition, and it won't work. It seems Bootcamp is made to work when only creating a second partition with Windows. Well, then I went to the mac store and spoke to a Genius and well they said it's something I need to make an appointment for and come in to do, because it's fairly complex.

View 5 Replies View Related

OS X :: Run Vista And Mac Osx With A Dual Boot?

May 4, 2009

It is a great machine to work on and no problems at all with it. My question is:

1. Do you know when we can expect the new imac generation?

2. Can i run Vista and mac osx with a dual boot?

3. Can you also post what you like and dislike with the imac?

View 7 Replies View Related

Software :: Sometimes G5 Dual Does Not Boot Up

Nov 21, 2010

Instead all the fans go super nova and it sounds like it will fly off.

I have heard it before on other machnes, usually broken ones.

After a few forced shut downs it starts up fine.

View 1 Replies View Related

Intel Mac :: Can't I Access IPhoto Library From Epson Application?

Apr 19, 2012

why can't I access my iphoto library fron my epson aplication

Info:
iMac, Mac OS X (10.7.3)

View 5 Replies View Related

Intel Mac :: Cannot Fully Access Application Or Even Open Folder?

May 23, 2012

I am unable to fully access an application or even open a folder. If I press F10, I can see the folder for example but I cannot click on it. I have shut the system off and restarted and still no change.

Info:
iMac, Mac OS X (10.7.3)

View 1 Replies View Related

MacBook Pro :: Access Application Support Folder From New Retina?

Jul 5, 2012

I would like to access my application support folder so that I can modify my minecraft, but I cannot seem to be able to find any way of reaching it.

Info:
MacBook Pro with Retina display, Mac OS X (10.7.4)

View 3 Replies View Related

OS X :: How To Undo Dual Boot Running XP

Oct 31, 2009

I have a MSI wind u120. I was running windows XP and now have dual booted so I am also running OS X. I'm trying to figure out how to uninstall OS X. I'd like the HD space back.

View 1 Replies View Related

OS X :: Dual Booting Without Boot Camp?

Dec 2, 2009

Is it possible to dual boot a XP with OS X 10.5.8 without using Boot Camp? When I boot to the XP Disk at start up, my computer is able to start the XP setup, but I don't want to mess anything up. Is that the right thing to do? When/How/Where do i partition?

View 1 Replies View Related

MacBook Pro :: How To Dual Boot OS X With Windows 7

Dec 30, 2010

I am happy with my MBP and I have an old laptop running XP . I want to know why one should dual boot . And waht methods can be adopted to dual boot Mac OS X snow leopard with windows 7 .

View 12 Replies View Related

OS X :: Dual Boot - Always Ask Start Up Disk?

May 24, 2009

I'm running 10.5.7 and Boot camp - is there any way to force my Mac to always ask which disk to start up without always having to hold the option key?

View 1 Replies View Related

OS X :: Dual-boot Or Virtual Machine?

May 4, 2010

I have a Macbook Pro with a 2Ghz Intel Core 2 Duo and 2GB RAM. I want to install Windows 7 to run some Windows apps that refuse to work under WINE.

I already have the disk, so should I dual-boot using Boot Camp, or use VMWare Fusion?

View 3 Replies View Related

OS X :: Only Windows Is Starting In Dual Boot?

Jun 18, 2010

I have bootcamp with Snow Leopard and Windows 7 in my macbook (latest white one).

I mainly use Snow Leopard.

Both OS are working fine until I restart my mac in Snow Leopard yesterday.

After starting song appeared and it directly go to Windows 7.

I pressed Option (Alt) key and chose Snow Leopard but it still go into Windows.

I even changed boot option in Windows > Control Panel > Boot Camp Option to OSX but it doesn't work.

View 5 Replies View Related

OS X V10.7 Lion :: Dual Boot Mac With Windows?

Mar 15, 2012

At the moment I have Windows 7 32 bit OS. I've always wanted either an iMac, or atleast the Mac OS. I've recently found out it's only £20.99, and i've always thought it was a lot more than that, which is a bargain! The only thing which is stopping me from buying it at the moment, is that certain programs which I use reguarlarly won't work on Mac, and I really need those programs. Is their anyway I could dual-boot it with Windows 7, so I give Windows 7 say only 8gb of my hard drive, and Mac the rest?  

Info:
Windows
7

View 7 Replies View Related

MacBook Pro :: How To Setup A Dual Boot

Apr 30, 2012

Setting up a dualboot with Windows 7 Shine V2 and Lion...

Info:
iPhone 3G, Mac OS X (10.7.3), DualBoot

View 2 Replies View Related

OS X V10.7 Lion :: Best Application For Remote Access (including Wake From Sleep)

Jun 28, 2012

I will soon be getting a new macbook pro ret (soon) and will leave my macbook (13-inch, Aluminum, Late 2008) in the office where I am situated in university. I am looking to ensure that I can leave one at office and one at home. Yet keep access to both, I have seen "logmein pro" and seems to look good except one problem. It says to wake from sleep you need a computer on network running logmein. This I cannot guarantee as it is a university network. It also says that it will need to be linked to the network through cable to wake from sleep.

I will also need to close the lid of the laptop (or leave it open and risk trashing it) and have a password/login lock incase someone decides they want to be naughty. Anyway, I need a program that i can use over wifi (not highest priority) that WILL wake my macs from sleep (highest priority) and WILL (essential) allow me to have full remote access to computers including drag and drop. I dont care about accessing from my mobile as have drop box.

Info:
Mac OS X (10.7.3)

View 1 Replies View Related

OS X :: PM G5 Dual 2.5 Ghz Won't Boot With Video Card Installed

Aug 5, 2010

So the other day I came home to find my powermac g5 frozen with the fans going crazy. After a hard reset the machine would no longer boot any further than the grey apple (kernel) stage. After pulling the video card the machine would boot up and I could log in using remote desktop from my laptop.

The machine ran that way for a couple of days until I got a new video card. When I put the new video card in the machine would not boot again.(The new card is exactly the same one as the old one)(ATI Radeon X800 XT mac edition).

After pulling the card the machine still wouldn't boot (exact same behavior as with the card) until I let it sit unplugged for 20 minutes or so. Also when it's not booting I can see that a little red light comes on on the logic board behind the cpu's.

Anyways I'm thinking it may be a power supply issue but if any experts wanna help me out with some advice I'd be very grateful.....

Continued

Well Today I tried using a pci video card from a g5 xserve and it exhibited the same behavior so now I know it's not the agp slot.
When it has the cards in it won't do anything except make the bong and the fans come on and then after a minute or so a red light comes on behind the processor and the fans start revving up super loud.

At first it would display up till the grey apple stage of the boot sequence and then hang.Now the display does not come on at all. When it is doing this the machine will not respond to any keystrokes etc.

When I pull the cards out all is normal and I can boot into target disk ,safe boot,whatever except I need to connect to it via remote desktop to see anything. Like this the machine is stable and will run normally. I also tried disconnecting the optical drive and hard drives and swapping the ram to see if that helped but it didn't. Of course I have reset Pram and the pmu also. Is the logic board toast? I can't run any hardware test or asd's with no video to see if there are any errors...

View 13 Replies View Related

OS X :: Snow Leopard And Lion As Dual Boot?

Oct 30, 2010

I have two Macs that run Snow Leopard. Lion looks to be quite different and offer great new features, particularly the app store. So, can a Mac become dual boot like a Linux can? I mean, may I co-install Lion side by side with Snow leopard rather than overwrite it? I have successfully done this operation on a Linux Ubuntu netbook with two different versions of Ubuntu, and a Windows 7/Ubuntu netbook. But I've never tried this on a Mac. Does a Mac OSX install allow options for how the user will install the new OS?

View 3 Replies View Related







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