Tagged Questions
The volumes tag has no wiki summary.
1
vote
1answer
97 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
1answer
101 views
Areas of research related to algorithms operating on volume data [closed]
I am writing a masters thesis and would like some input from people who are knowledgeable about one or more of these fields: AI, computer vision, volume graphics, segmentation (3D), feature ...
1
vote
1answer
348 views
How to unmount WebDAV volumes using Carbon without a lengthy blocking period?
I'm trying to unmount a WebDAV volume (mounted with FSMountServerVolumeSync()) using either FSUnmountVolumeSync() or FSEjectVolumeSync(). Thus far I've been unable to get either of them to reliably ...
1
vote
3answers
972 views
How do you find the amount of free space on a mounted volume using Cocoa?
I am using the following code to determine free space on a volume.
The folder was provided using NSOpenPanel. The item selected was a mounted volume and the path returned is \Volumes\Name
...
0
votes
2answers
310 views
Programatically change FAT32 volume serial number
How do I programatically change Volume Serial of a Fat32 partition from C#. I found this example, but it is written with C++ which I don't read well. Could someone please answer a C# code snippet?
...
0
votes
1answer
42 views
How do I detect when an application uses FSCTL_LOCK_VOLUME & needs me to close my handles to a volume?
I have an application that opens handles to mounted volumes. I currently listen for DBT_DEVICEQUERYREMOVE messages, which fixed the inability to safely remove mounted devices. However, it seems ...
0
votes
0answers
19 views
How to get the Mac Volumes that have a bootable System installed
Effectively, I'm trying to get the information (programmatically) that the "Startup Disk" preference pane provides. What boot volumes are available and what OS is on them.
I know I could get the ...
0
votes
1answer
107 views
block level backup of zfs storage pool
Is possible to take a backup of zfs storage pool ?
If the FS is on a raw disk, we can open and read the character device interface to replicate the disk to a file.We can mount the file using the ...
0
votes
0answers
79 views
Volume/partition size calculation and access through WinAPI
I've been trying to work this out so I can do basic things like saving or restoring volume images, etc.
I can get a volume Guid path with GetVolumeNameForVolumeMountPointW.
I can dismount the volume ...
0
votes
0answers
20 views
What's a good non-volatile ID for a data volume for file-tracking purposes in a networked environment?
Database Record:
I want to store a database record (representing file properties) that has a composite primary key like [Volume ID],[Relative File Path From Root]. Instances of the file tracking ...
0
votes
2answers
104 views
What are data volumes?
What are data volumes?
How would you define them?
How would you calculate the data volumes for a website.
0
votes
2answers
375 views
Ejecting a hidden volume
I was having a problem with the script that creates my installer for macosx not working and I discovered it was because it was creating a folder called /Volumes/myinstaller 1 instead of ...