Tagged Questions
1
vote
0answers
45 views
Set Internal drive to be recognized as external [closed]
Hej,
I need an internal drive in OSX to be recognized as if it is external.
So when I use diskutil info /Volumes/drive
I get Internal: No
Any possible way or language is welcome.
0
votes
1answer
94 views
AppleScript (or other code?) to change iTunes library depending on disk presence
I have my large music library on my external drive, and a more portable sized library on my internal drive. What I really would like to have is an app that checks for the presence of my external drive ...
-1
votes
2answers
1k views
USB hard drive for both windows and mac? [closed]
I am looking to get a USB hard drive and want to use with both a mac and windows..
Basically so i can back up both my computers and also transfer files from my mac to windows and vise versa.
Can a ...
0
votes
1answer
148 views
aptana cannot open project on network drive from mac
When I try to open my project I get this error message:
The project description file (.project) for 'project name' is missing. This file contains important information about the project. The ...
0
votes
1answer
97 views
Get the drive program is running on in Mac
I would like to find out the root of the drive that my Java application is running on in Mac. I have it working on Windows with the following code but I don't know how to make it work on OSx too:
// ...
1
vote
1answer
1k views
Bootcamp partitioning in Mac OSX Lion
I am trying to install Windows 7 on my Macbook Air 11" (first generation). I am currently running Mac OSX Lion. The question is:
How do I bypass the requirement for an optical drive when using the ...
0
votes
1answer
461 views
SMB and Python with Mapped Drive
I'm building a system of apps that listen for files dumped into a folder shared on a smb shared drive. I've mounted the smb drives to the machine, shouldn't I be able to do a simple file.open()?
...
0
votes
1answer
306 views
Programmatically Find Out Type of Mounted Drive - Mac OSX
It doesn't seem that DiskArbitration framework provides a way to find out the device type (network drive, external drives, etc). Is there any other way to programmatically figure out the type of a ...
0
votes
3answers
586 views
BASH Unmount multiple drives
I am working on a local login script for some Macintosh clients. I would like to unmount a number of drives on the machine prior to attempting to mount them again, similar to what I do on Windows ...
2
votes
2answers
2k views
how mount userdata.img or userdata-qemu.img in osx
Disk Utility in OSX easily mounts an SD Card image as a device, but not so the other img files.
I want to get the database I just created in the Android Emulator off the drive and into my osx file ...
3
votes
2answers
1k views
How can I mount network drive in Mac OS X on Java?
I am writing a programme on JBuider 2005 on Windows XP platform for Mac OS X. Programme must launch on Mac OS X and programme turnes(directs) to share folders on other computer(Windows XP) in network. ...