The unmount tag has no wiki summary.
5
votes
3answers
58 views
How does Mac OS X know what programs are using a mounted filesystem?
This may sound like a silly question but up until recently if you tried to unmount a volume that was in use the Finder reported that it was in use, but not by whom. This is simple Unix functionality, ...
3
votes
2answers
69 views
Programmatically Unmounting drive from Java
Does anyone knows how to unmount a drive in java in OSx
I am trying to unmount a sdcard from java. I am using java Swing class and the drive gets mounted automatically, but how do I unmount it.
2
votes
4answers
443 views
Mount and unmount hard drives
How can I mount and unmount hard drives (platform independent, so no using Runtime to execute a hard-coded command) in the Java Programming Language?
2
votes
2answers
236 views
Can I programmatically find out if a drive is in use?
Is there any way of programmatically finding out if a mapped drive is currently in use? If I try to unmount the drive with net use, and the drive is being used, it will tell me that the drive is in ...
1
vote
2answers
200 views
VB Script - Unmount USB drive
I have tedious project coming up. I need to insert a usb flash drive into a computer, then copy over three files to that drive, and then unmount it and repeat 3000 times (literally). I was hoping to ...
1
vote
1answer
113 views
Unmount a network volume?
How do I unmount a network volume?
NSWorkspace thinks they're neither removable nor unmountable. unmountAndEjectDeviceAtPath: @"/Volumes/the network volume in question" causes nothing whatsoever to ...
1
vote
2answers
87 views
How I could to unmount active partition?
I try to use function DeleteVolumeMountPoint(L"C:\\"), but I have not access, and it's right. But I need to delete active partition, and I'm search way to do it. Please, could you give me example to ...
0
votes
1answer
72 views
Virtualbox boot mount won't unmount
I have what I think is a very useful script here if you use NetBeans on VirtualBox guest.
There seems to be one problem:
If you look at the script, it writes to a boot scripts that in turn, mounts ...
0
votes
3answers
2k views
android mount unmount sd card
I am working on an application that scans the sd card. At this time, I am using the emulator of eclipse to test my android application. I have created a virtual sd-card for testing purposes on ...
0
votes
0answers
267 views
fusermount won't unmount after recent Linux Mint Debian update
After the recent system update from LMDE I encountered problems with encfs. I can mount succesfully once after reboot, but unmounting the folder with fusermount leaves it in a "limbo" state which ...
0
votes
0answers
79 views
OPENGL Gallery horizontal view error!! + sd CARD
I just started working with android.
and ran into this problem
First get into gallery, the tilt it so the screen is horizontal
then when the sd card is unmounted, the fatal error msg pops up.
...
0
votes
1answer
454 views
Cocoa: detect unmountable volume
I folks,
I am developing a small app which should be able to unmount volumes.
Currently, I am using the following code to determine whether a volume is unmountable or not:
BOOL isRemovable, ...