<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Expand disk in Windows 7</title>
<link rel="stylesheet" href="https://stackedit.io/res-min/themes/base.css" />
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>
</head>
<body><div class="container"><h1 id="expand-disk-in-windows-7">Expand disk in Windows 7</h1>
<p>If we don’t have enogh space on our virtual machine, we can ask more. After the request, the administrator will extend your HDD, but you have to rescan and extend it manually on your machine.</p>
<ol>
<li><p>Ask the administrator for more space. After they had given more, do the following steps. <br> <br>
<img src="http://s30.postimg.org/qq6uzpldd/2015_04_13_175922_270x87_scrot.png" alt="alt Sometimes we don't have enough space" title=""></p></li>
<li><p>Click on the Start menu, and type: <code>disk management</code>. Click the <code>Create and format hard disk partitions</code><br> <br>
<img src="http://s30.postimg.org/orv54lmk1/2015_04_13_175102_414x514_scrot.png" alt="alt " title=""></p></li>
<li><p>Currently you can’t see the extended size.<br> <br>
<img src="http://s30.postimg.org/733eczasx/2015_04_13_175124_638x450_scrot.png" alt="alt " title=""></p></li>
<li><p>To update the disk information, click <code>Rescan Disks</code> on the <code>Action</code> menu.<br> <br>
<img src="http://s30.postimg.org/ueri22p2p/2015_04_13_175518_288x199_scrot.png" alt="alt " title=""></p></li>
<li><p>After scanning Unallocated space appeared.<br> <br>
<img src="http://s30.postimg.org/ne8k6etm9/2015_04_13_175528_710x483_scrot.png" alt="alt " title=""></p></li>
<li><p>To extend the C drive, right click on it, and select <code>Extend Volume</code>.<br> <br>
<img src="http://s30.postimg.org/mr9ngvwq9/2015_04_13_175542_708x483_scrot.png" alt="alt " title=""></p>
<blockquote>
<p>You can also create a new partition from the unallocated space.</p>
</blockquote></li>
<li><p>In the wizard you can change, how much space will you using from the unallocated space. The default is to use all, so press <kbd>Next</kbd>,<kbd>Next</kbd>,<kbd>Finish</kbd>.<br> <br>
<img src="http://s30.postimg.org/5cpf8lzld/2015_04_13_175617_509x413_scrot.png" alt="alt " title=""><br> <br>
<img src="http://s30.postimg.org/t68odk3g1/2015_04_13_175624_512x413_scrot.png" alt="alt " title=""><br> <br>
<img src="http://s30.postimg.org/hkyi5uhyp/2015_04_13_175631_511x412_scrot.png" alt="alt " title=""></p></li>
<li><p>Your partition is now bigger.<br> <br>
<img src="http://s30.postimg.org/58vlscu41/2015_04_13_175700_709x482_scrot.png" alt="alt " title=""><br> <br>
<img src="http://s30.postimg.org/5ukkogp69/2015_04_13_175714_276x94_scrot.png" alt="alt " title=""></p></li>
</ol></div></body>
</html>
Output
300px
This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account
Dismiss xKeyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |