CloudMounter is a solid system utility for mounting cloud storages and web servers as local disks to your Mac. Connect to Dropbox, Google Drive, Amazon S3, Microsoft OneDrive, (S)FTP, WebDAV and OpenStack Swift servers in Finder, as if they are all hosted on your computer. Mountain allows you to manage volumes with ease. It allows you to mount, unmount, or eject volumes with only two clicks. Unmount a single volumes or eject all external volumes at once. Unmounted volumes will be spun down and can either be unplugged or reactivated in Mountain without the need to unplug the USB cable and plug it back in.
Connect Dropbox to your computer
Dropbox client for Mac
Move data around your computer and Dropbox cloud accounts securely thanks to CloudMounter’s encryption feature. Take care of online data save keeping.
Map Google Drive on Mac
Google Drive as network drive
Monitor For Mac Mini
All of your online spreadsheets and documents are handled as if there are your local files without being saved on your Mac. Map Google Drive as network drive for convenient data management and benefit from all CloudMounter’s features.
Developer(s) | Apple Computer |
---|---|
Stable release | |
Operating system | Mac OS X |
Type | Disk image emulator |
Website | www.apple.com |
DiskImageMounter is the utility that handles mounting disk volume images in Mac OS X, starting with version 10.3. DiskImageMounter works by either launching a daemon to handle the disk image or by contacting a running dæmon and have it mount the disk.
Like BOMArchiveHelper, DiskImageMounter has no GUI when double-clicked; doing so does nothing. The only GUI the program ever displays is a window with a progress bar and mount options (cancel or skip verification) or an error report if it could not mount the image. It is found in /System/Library/CoreServices/DiskImageMounter.app.
Starting with version 10.7, Apple 'removed double-click support for images using legacy metadata.'[1] DiskImageMounter will not be able to open .img (NDIF only), .smi (self mounting), .dc42 (Disk Copy 4.2), and .dart (DART) disk image formats that was previously supported in version 10.6 and earlier.
Image formats supported[edit]
DiskImageMounter supports a variety of disk image file types:[2]
- Apple Disk Image (.dmg, com.apple.disk-image)
- UDIF disk images (.udif, com.apple.disk-image-udif); UDIF segment (.devs, .dmgpart, com.apple.disk-image-udif-segment)
- NDIF disk image[nb 1] (.ndif, .img, com.apple.disk-image-ndif); NDIF disk image segment (.imgpart, com.apple.disk-image-ndif-segment)
- self mounting image[nb 1] (.smi, com.apple.disk-image-smi)
- DVD/CD-R master image (.toast, .dvdr, .cdr, com.apple.disk-image-cdr, com.roxio.disk-image-toast)
- disk image segment (dmgpart)[2]
- Disk Copy 4.2 disk image[nb 1] (.dc42, .diskcopy42, com.apple.disk-image-dc42)
- DART disk image[nb 1] (.dart, com.apple.disk-image-dart)
- raw disk image (OSTypes: devr, hdrv, DDim, com.apple.disk-image-raw)
- PC drive container (OSTypes: OPCD, com.apple.disk-image-pc)
- ISO image (.iso, public.iso-image)
- sparse disk image (.sparseimage, com.apple.disk-image-sparse, .sparsebundle)
Notes[edit]
- ^ abcdMac OS Classic legacy disk image format supported by DiskImageMounter under Mac OS X versions 10.3—10.6[1] As of version 10.9, hdiutil can still convert these formats but unable to open or write them.
References[edit]
- ^ ab'hdiutil(1) Mac OS X Manual Page'. Apple Inc.Archived from the original on June 25, 2014. Retrieved September 3, 2014.
- ^ ab/System/Library/CoreServices/DiskImageMounter.app/Contents/Info.plist
See also[edit]
- Disk Copy - this program's predecessor.
- hdiutil - command line tool counterpart that ships with macOS
- FastDMG - free alternative replacement for DiskImageMounter