The unmount tag has no wiki summary.
-1
votes
0answers
14 views
How to unmount (not remove) an lvm volume [closed]
I've got a vmware virtual machine, hosting centos setup, and running on my ubuntu desktop. I needed to get access to the filesystem on the vm, as at boot time, it was hanging. So I ran the following ...
0
votes
0answers
23 views
Struggling with DiskArbitration
In my app I use DiskArbitration.framework to mount and unmount local drives.
The code to mount a volume looks like this:
CFAllocatorRef allocator = kCFAllocatorDefault;
DASessionRef ...
0
votes
0answers
33 views
android4.2.2, after erase SD card, could not create same name file any more until reboot
My English is very bad. I'll descript my question try my best.
android 4.2.2 :
Now a problem bothers me. when I do the following, the problem arises.
My operations are as follows:
Erase SD card -> ...
0
votes
0answers
238 views
Programmatically mounting USB storage on android 4.2.1
I've search and searched here, and no topics come close to answering the question.
Mounting and unmounting a USB stick from within a rooted APK. I've been successful in doing it from the command line ...
0
votes
0answers
13 views
how to completely unmount dism? [closed]
I mounted boot.wim to add some reg info
then I tried to unmount it and for some reason it got corrupted.
when I typed:
dism /get-mountedwiminfo
it shows my mounted image is in invalid status.
...
0
votes
0answers
72 views
Android: closing database before unmounting card
I have following problem in my Android app.
Assume I have running service which uses SQLite DB. And user decides to unmount the SDcard (connecting to USB or manually) on which is database file ...
1
vote
2answers
320 views
Failed to unmount /mnt/secure/staging
android Unable to access files in SD card ####Android无法访问SD卡中的文件
I am working on application where it create text files in the SD card.
I have a receiver which will execute logic to create files ...
2
votes
0answers
528 views
how to create a folder in sdcard programmatically that can be shown directly in windows and in the phone
I created an android application in which it creates a folder that stores data, but I want it to be shown right away in windows when the usb is connected. right now, it can only be seen after i ...
0
votes
0answers
98 views
Want to create a process in D stat on Mirror disk
Please suggest me how I can create a process in D (uninterruptable sleep) stat on mirror disk.
Actually there is some bug in other code, that process some times create a process with D stat on MD and ...
0
votes
1answer
137 views
android application only run when sdcard is avaiable
My application need data on sdcard strongly. So i am getting stuck when android phone unmount sdcard, my application will be force close. If my app starts after sdcard is unmounted, i can check and ...
-1
votes
1answer
1k views
Force unmount from broken NFS server [closed]
I have a Linux client connected to an NFS server that occasionally goes down. When this happens, any process (such as ls or touch) that tries to touch the mount point hangs, as expected. Attempting ...
1
vote
1answer
606 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 ...
3
votes
2answers
207 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
2answers
2k 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 ...
6
votes
3answers
159 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, ...
1
vote
1answer
713 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
259 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 ...
1
vote
3answers
9k 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 ...
2
votes
4answers
1k 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?
1
vote
1answer
733 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, ...
2
votes
2answers
415 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 ...
