7
2012
Mount Hidden partitions without Unhiding it
Hidden OEM Partition cannot be mounted with a drive letter using Windows Disk Management. Using a Partition Management Tool to unhide such a hidden partition may be cumbersome. MountStorPE is a useful tool which mounts hidden partitions without unhiding it.
27
2012
Httpdisk – Mount ISO files without downloading the ISO file
Sometimes you may require only some particular files inside an ISO. So downloading an entire ISO just for a few files is a big waste of bandwidth .Sometimes you may also want to know the contents of an ISO before downloading it.In such circumstances Httpdisk is very useful. Httpdisk mounts an ISO file stored somewhere in the internet to a virtual CD Drive in your computer without downloading the entire ISO file. You can then view and copy the contents of the ISO in your computer.
21
2010
Imdisk Virtual Disk Driver
ImDisk is a virtual disk driver for Windows NT/2000/XP/2003/Vista/2008. It can create virtual hard disk, floppy or CD/DVD drives using image files or system memory.
20
2008
Easily mount iso files as virtual drives in ubuntu
The biggest flaw in Gmount-iso, AcetoneIso ,Furius ISO Mount and mount.sh scripts is that THEY CANNOT MOUNT ISO IMAGES USING THE UDF FORMAT. I recently download WAIK from microsoft.com and tried mounting it in ubuntu using the following methods, mount.sh(kernel loop module),GmountIso and AcetoneIso. None of them could mount it correctly.The mount folder contained a single file called readme.txt This file contained the following message This disc contains a “UDF” file system and requires an […]