Project

General

Profile

Feature #802

Mount an ISO image on Windows 8

Added by Daniel Curtis almost 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Tweaks
Target version:
Start date:
04/24/2016
Due date:
% Done:

100%

Estimated time:
0.10 h
Spent time:

Description

Windows 8 finally has the feature to mount ISO image directly by double clicking on the image file in the file explorer. This is a guide on the process.

  • Open a command prompt.
  • Setting sparse flag to 0 will set the file to NOT sparse and then you can mount it:
    fsutil sparse setflag imageFile.iso 0
    
  • This will query the flag:
    fsutil sparse queryflag imageFile.iso
    

Resources

#1

Updated by Daniel Curtis almost 8 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
#2

Updated by Daniel Curtis almost 8 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF