In linux we can create a filesystem in single file and mount it. Is there any way to create a filesystem in a file in windows and mount the filesystem created in a file?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Windows 7 you can use diskpart to do this.
Save the command lines to a text file, such as c:\newdisk.txt. This example will create a 500 MB virtual disk and mount it:
Execute the script with diskpart:
You can also format the volume, assign a drive letter, etc with diskpart.