<div dir="ltr">Ah, I see.  I would recommend just mounting up that 1TB space via the fstab and then just installing your VDI on there.  That means you won&#39;t be trying to gain raw access to the disk and It&#39;ll let you make more efficient use of the space available.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 7, 2016 at 3:10 PM, Levi Darrell <span dir="ltr">&lt;<a href="mailto:levidarrell@gmail.com" target="_blank">levidarrell@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Thanks for the response.<br><br></div>The reason I am doing it--and let me know if I am making some wrong assumptions here--is that I only have 120 GB available on my SSD. When I installed Debian on /dev/sda, I didn&#39;t set up an LVM, so in order to access my 1 TB HDD (/dev/sdb) I have to manually mount /dev/sdb partitions in the Debian fs or set up fstab to mount them.  I am assuming that when VBox dynamically allocates memory for the Windows system, it will only be able to write to /dev/sda, which will use up like half the drive. That&#39;s why I wanted to force the Windows install on to /dev/sdb4. <br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-03-07 15:01 GMT-07:00  <span dir="ltr">&lt;<a href="mailto:clue-request@cluedenver.org" target="_blank">clue-request@cluedenver.org</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send clue mailing list submissions to<br>
        <a href="mailto:clue@cluedenver.org" target="_blank">clue@cluedenver.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://cluedenver.org/mailman/listinfo/clue" rel="noreferrer" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:clue-request@cluedenver.org" target="_blank">clue-request@cluedenver.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:clue-owner@cluedenver.org" target="_blank">clue-owner@cluedenver.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of clue digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Using a dedicated partition for VBox install (Charles Burton)<br>
   2. Re: Using a dedicated partition for VBox install<br>
      (Philipp Giddings)<br>
   3. Re: meeting this week (Larry Dunn)<br>
   4. Re: meeting this week (<a href="mailto:dennisjperkins@comcast.net" target="_blank">dennisjperkins@comcast.net</a>)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 7 Mar 2016 20:01:41 +0000<br>
From: Charles Burton &lt;<a href="mailto:charles.d.burton@gmail.com" target="_blank">charles.d.burton@gmail.com</a>&gt;<br>
Subject: Re: [clue] Using a dedicated partition for VBox install<br>
To: &quot;CLUE&#39;s mailing list&quot; &lt;<a href="mailto:clue@cluedenver.org" target="_blank">clue@cluedenver.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CALQc%2BaM5FqO7YVyGL_KwBQ27CE0YyJUoEGNMceZm1c7tD27M9Q@mail.gmail.com" target="_blank">CALQc+aM5FqO7YVyGL_KwBQ27CE0YyJUoEGNMceZm1c7tD27M9Q@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
I&#39;ve seen this done in the past with VirtualBox but more generally with ESX<br>
or KVM.  Can I ask why you&#39;re doing this?  I know it may not seem relevant,<br>
but if it&#39;s for performance reasons you might find that the VDI is faster<br>
because it caches writes in memory before commit allowing you better and<br>
more consistent numbers.<br>
<br>
On Mon, Mar 7, 2016 at 6:21 PM, Levi Darrell &lt;<a href="mailto:levidarrell@gmail.com" target="_blank">levidarrell@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Hi all,<br>
&gt;<br>
&gt; Has anybody had any luck using VBox to install a second system to a<br>
&gt; dedicated partition on the host system, rather than a dynamically allocated<br>
&gt; virtual hard disk? The reason I want to do this is that my computer has two<br>
&gt; drives, a 120 GB SSD to which I have my host Debian system installed, and a<br>
&gt; 1 TB HDD. As much as I dislike it, I occasionally have to use Windoze. I<br>
&gt; have Debian installed on the SSD because it is much faster that way.<br>
&gt; However, I don&#39;t want Windoze to use any space on the SSD because space<br>
&gt; there is limited. I could install Windoze directly to the HDD, but I don&#39;t<br>
&gt; want to do this because I already have an LFS system installed to the first<br>
&gt; partition of that drive, and Windoze will only install to the first<br>
&gt; partition of a drive. I&#39;d have to move things around in order to get that<br>
&gt; to work. Secondly, I don&#39;t want to have to boot in and out of my Debian<br>
&gt; system every time I need to use Windoze for something. I want to be able to<br>
&gt; use Windoze through VBoxHeadless in a shell console, and then be able to<br>
&gt; switch between shell consoles from Debian to Windows.<br>
&gt;<br>
&gt; I installed VirtualBox version 5.0.16 from the VBox website, using the<br>
&gt; .run file. I tried installing the .deb package first, but the installation<br>
&gt; wouldn&#39;t complete because it wanted me to install packages that are no<br>
&gt; longer in the repository. The .run installation completed successfully. I<br>
&gt; successfully installed the extension pack. I was able to install both<br>
&gt; Windows 10 and Windows 7 to a regular virtual hard disk on /dev/sda using<br>
&gt; VBox. Everything is working fine.  However, I can&#39;t get VBox to install the<br>
&gt; machine to /dev/sdb4, which is where I want to install the system.<br>
&gt;<br>
&gt; I tried using the features described in this documentation:<br>
&gt; <a href="https://www.virtualbox.org/manual/ch09.html#rawdisk" rel="noreferrer" target="_blank">https://www.virtualbox.org/manual/ch09.html#rawdisk</a>. I tried issuing the<br>
&gt; &#39;VBoxManage internalcommands createrawvmdk -filename &lt;/path/to/file.vmdk&gt;<br>
&gt; -rawdisk /dev/sdb -partitions 4&#39; commands both with and without creating a<br>
&gt; copy of the MBR and specifying the path to it (I don&#39;t think I should need<br>
&gt; this, since I am doing a fresh install of Windoze). I have changed the<br>
&gt; permissions to 660 for /dev/sdb, /dev/sdb4, and all of the directories that<br>
&gt; would contain the VMDK file. I have changed the ownership of /dev/sdb and<br>
&gt; /dev/sdb4, as well as all of the directories, to &lt;myusername&gt;. However, the<br>
&gt; result of the command is sometimes &#39;Segmentation Fault&#39; and sometimes<br>
&gt; &#39;Invalid command: &#39;createrawvmdk&#39;.&#39; I am obviously issuing the command as<br>
&gt; &lt;myusername&gt; and not root, which, as I understand it, is proper.<br>
&gt;<br>
&gt; I&#39;ve searched in various forums and they all indicate this should work,<br>
&gt; but all of the comments I have seen are pretty old and by users that are<br>
&gt; using versions of VBox 4.0 or older. Is this feature no longer present in<br>
&gt; VBox, and if not, is there some other way to accomplish this?<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Levi<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; clue mailing list: <a href="mailto:clue@cluedenver.org" target="_blank">clue@cluedenver.org</a><br>
&gt; For information, account preferences, or to unsubscribe see:<br>
&gt; <a href="http://cluedenver.org/mailman/listinfo/clue" rel="noreferrer" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://cluedenver.org/pipermail/clue/attachments/20160307/55a3f049/attachment-0001.html" rel="noreferrer" target="_blank">http://cluedenver.org/pipermail/clue/attachments/20160307/55a3f049/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 7 Mar 2016 13:03:31 -0700<br>
From: Philipp Giddings &lt;<a href="mailto:phil9x@gmail.com" target="_blank">phil9x@gmail.com</a>&gt;<br>
Subject: Re: [clue] Using a dedicated partition for VBox install<br>
To: &quot;CLUE&#39;s mailing list&quot; &lt;<a href="mailto:clue@cluedenver.org" target="_blank">clue@cluedenver.org</a>&gt;<br>
Message-ID:<br>
        &lt;CA+fgpNh8KebhMqmpEiosFC=<a href="mailto:fdepG1dA5wskd5y-q4yzJedvUzA@mail.gmail.com" target="_blank">fdepG1dA5wskd5y-q4yzJedvUzA@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Unplug the Debian drive, install windows directly to the other drive then<br>
plug back in the Debian and update grub to make windows bootable.<br>
At least that is how I did it on my laptop that has two drive only I had<br>
Linux on both.<br>
Hope this helps<br>
<br>
On Mon, Mar 7, 2016 at 11:21 AM, Levi Darrell &lt;<a href="mailto:levidarrell@gmail.com" target="_blank">levidarrell@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Hi all,<br>
&gt;<br>
&gt; Has anybody had any luck using VBox to install a second system to a<br>
&gt; dedicated partition on the host system, rather than a dynamically allocated<br>
&gt; virtual hard disk? The reason I want to do this is that my computer has two<br>
&gt; drives, a 120 GB SSD to which I have my host Debian system installed, and a<br>
&gt; 1 TB HDD. As much as I dislike it, I occasionally have to use Windoze. I<br>
&gt; have Debian installed on the SSD because it is much faster that way.<br>
&gt; However, I don&#39;t want Windoze to use any space on the SSD because space<br>
&gt; there is limited. I could install Windoze directly to the HDD, but I don&#39;t<br>
&gt; want to do this because I already have an LFS system installed to the first<br>
&gt; partition of that drive, and Windoze will only install to the first<br>
&gt; partition of a drive. I&#39;d have to move things around in order to get that<br>
&gt; to work. Secondly, I don&#39;t want to have to boot in and out of my Debian<br>
&gt; system every time I need to use Windoze for something. I want to be able to<br>
&gt; use Windoze through VBoxHeadless in a shell console, and then be able to<br>
&gt; switch between shell consoles from Debian to Windows.<br>
&gt;<br>
&gt; I installed VirtualBox version 5.0.16 from the VBox website, using the<br>
&gt; .run file. I tried installing the .deb package first, but the installation<br>
&gt; wouldn&#39;t complete because it wanted me to install packages that are no<br>
&gt; longer in the repository. The .run installation completed successfully. I<br>
&gt; successfully installed the extension pack. I was able to install both<br>
&gt; Windows 10 and Windows 7 to a regular virtual hard disk on /dev/sda using<br>
&gt; VBox. Everything is working fine.  However, I can&#39;t get VBox to install the<br>
&gt; machine to /dev/sdb4, which is where I want to install the system.<br>
&gt;<br>
&gt; I tried using the features described in this documentation:<br>
&gt; <a href="https://www.virtualbox.org/manual/ch09.html#rawdisk" rel="noreferrer" target="_blank">https://www.virtualbox.org/manual/ch09.html#rawdisk</a>. I tried issuing the<br>
&gt; &#39;VBoxManage internalcommands createrawvmdk -filename &lt;/path/to/file.vmdk&gt;<br>
&gt; -rawdisk /dev/sdb -partitions 4&#39; commands both with and without creating a<br>
&gt; copy of the MBR and specifying the path to it (I don&#39;t think I should need<br>
&gt; this, since I am doing a fresh install of Windoze). I have changed the<br>
&gt; permissions to 660 for /dev/sdb, /dev/sdb4, and all of the directories that<br>
&gt; would contain the VMDK file. I have changed the ownership of /dev/sdb and<br>
&gt; /dev/sdb4, as well as all of the directories, to &lt;myusername&gt;. However, the<br>
&gt; result of the command is sometimes &#39;Segmentation Fault&#39; and sometimes<br>
&gt; &#39;Invalid command: &#39;createrawvmdk&#39;.&#39; I am obviously issuing the command as<br>
&gt; &lt;myusername&gt; and not root, which, as I understand it, is proper.<br>
&gt;<br>
&gt; I&#39;ve searched in various forums and they all indicate this should work,<br>
&gt; but all of the comments I have seen are pretty old and by users that are<br>
&gt; using versions of VBox 4.0 or older. Is this feature no longer present in<br>
&gt; VBox, and if not, is there some other way to accomplish this?<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Levi<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; clue mailing list: <a href="mailto:clue@cluedenver.org" target="_blank">clue@cluedenver.org</a><br>
&gt; For information, account preferences, or to unsubscribe see:<br>
&gt; <a href="http://cluedenver.org/mailman/listinfo/clue" rel="noreferrer" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://cluedenver.org/pipermail/clue/attachments/20160307/94f397c6/attachment-0001.html" rel="noreferrer" target="_blank">http://cluedenver.org/pipermail/clue/attachments/20160307/94f397c6/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Mon, 7 Mar 2016 13:30:05 -0700<br>
From: Larry Dunn &lt;<a href="mailto:larry@toaboyt.com" target="_blank">larry@toaboyt.com</a>&gt;<br>
Subject: Re: [clue] meeting this week<br>
To: &quot;CLUE&#39;s mailing list&quot; &lt;<a href="mailto:clue@cluedenver.org" target="_blank">clue@cluedenver.org</a>&gt;<br>
Message-ID:<br>
        &lt;CAFxn1FDSU_fon3otmLODSY3F1sSK30ztu1EwZKXA=<a href="mailto:gYLjytLLA@mail.gmail.com" target="_blank">gYLjytLLA@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
I&#39;ll be there, at least to add thanks to Griz.<br>
<br>
On Mon, Mar 7, 2016 at 11:28 AM, David L. Anselmi &lt;<a href="mailto:anselmi@anselmi.us" target="_blank">anselmi@anselmi.us</a>&gt;<br>
wrote:<br>
<br>
&gt; Hey all, don&#39;t forget this is our last meeting. (Shoot, I started to<br>
&gt; update the web site but I<br>
&gt; haven&#39;t finished yet.)<br>
&gt;<br>
&gt; My week is imploding so I may not make it. But anyone who does, please<br>
&gt; pass on our thanks to GRIZ<br>
&gt; and his coworkers for hosting us so well for so long.<br>
&gt;<br>
&gt; Thanks!<br>
&gt; Dave<br>
&gt;<br>
&gt; Dennis J Perkins wrote:<br>
&gt; &gt; Does anyone want to talk about home automation at the meeting this<br>
&gt; week?  We<br>
&gt; &gt; don&#39;t seem to have a speaker and I&#39;m starting to look into the subject.<br>
&gt; Maybe<br>
&gt; &gt; someone has automated their home or has some ideas.  I just ordered a<br>
&gt; Razberry<br>
&gt; &gt; for my Raspberry Pi to let me talk to Z-Wave devices.  I&#39;m going to test<br>
&gt; &gt; Domoticz with it.<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; clue mailing list: <a href="mailto:clue@cluedenver.org" target="_blank">clue@cluedenver.org</a><br>
&gt; &gt; For information, account preferences, or to unsubscribe see:<br>
&gt; &gt; <a href="http://cluedenver.org/mailman/listinfo/clue" rel="noreferrer" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br>
&gt; &gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; clue mailing list: <a href="mailto:clue@cluedenver.org" target="_blank">clue@cluedenver.org</a><br>
&gt; For information, account preferences, or to unsubscribe see:<br>
&gt; <a href="http://cluedenver.org/mailman/listinfo/clue" rel="noreferrer" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://cluedenver.org/pipermail/clue/attachments/20160307/19985712/attachment-0001.html" rel="noreferrer" target="_blank">http://cluedenver.org/pipermail/clue/attachments/20160307/19985712/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Mon, 7 Mar 2016 22:01:34 +0000 (UTC)<br>
From: <a href="mailto:dennisjperkins@comcast.net" target="_blank">dennisjperkins@comcast.net</a><br>
Subject: Re: [clue] meeting this week<br>
To: CLUE&#39;s mailing list &lt;<a href="mailto:clue@cluedenver.org" target="_blank">clue@cluedenver.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:658142539.12140674.1457388094713.JavaMail.zimbra@comcast.net" target="_blank">658142539.12140674.1457388094713.JavaMail.zimbra@comcast.net</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Ok. Just so it&#39;s clear to people, I&#39;m not doing a presentation about home automation. That would be nice, but I&#39;m just getting started. I&#39;m still puzzling things out and maybe others have some experience with this and can offer suggestions, or they are just curious and want to learn a bit about it.<br>
<br>
----- Original Message -----<br>
<br>
From: &quot;Larry Dunn&quot; &lt;<a href="mailto:larry@toaboyt.com" target="_blank">larry@toaboyt.com</a>&gt;<br>
To: &quot;CLUE&#39;s mailing list&quot; &lt;<a href="mailto:clue@cluedenver.org" target="_blank">clue@cluedenver.org</a>&gt;<br>
Sent: Monday, March 7, 2016 1:30:05 PM<br>
Subject: Re: [clue] meeting this week<br>
<br>
I&#39;ll be there, at least to add thanks to Griz.<br>
<br>
On Mon, Mar 7, 2016 at 11:28 AM, David L. Anselmi &lt; <a href="mailto:anselmi@anselmi.us" target="_blank">anselmi@anselmi.us</a> &gt; wrote:<br>
<br>
<br>
Hey all, don&#39;t forget this is our last meeting. (Shoot, I started to update the web site but I<br>
haven&#39;t finished yet.)<br>
<br>
My week is imploding so I may not make it. But anyone who does, please pass on our thanks to GRIZ<br>
and his coworkers for hosting us so well for so long.<br>
<br>
Thanks!<br>
Dave<br>
<br>
Dennis J Perkins wrote:<br>
&gt; Does anyone want to talk about home automation at the meeting this week? We<br>
&gt; don&#39;t seem to have a speaker and I&#39;m starting to look into the subject. Maybe<br>
&gt; someone has automated their home or has some ideas. I just ordered a Razberry<br>
&gt; for my Raspberry Pi to let me talk to Z-Wave devices. I&#39;m going to test<br>
&gt; Domoticz with it.<br>
&gt; _______________________________________________<br>
&gt; clue mailing list: <a href="mailto:clue@cluedenver.org" target="_blank">clue@cluedenver.org</a><br>
&gt; For information, account preferences, or to unsubscribe see:<br>
&gt; <a href="http://cluedenver.org/mailman/listinfo/clue" rel="noreferrer" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br>
&gt;<br>
<br>
_______________________________________________<br>
clue mailing list: <a href="mailto:clue@cluedenver.org" target="_blank">clue@cluedenver.org</a><br>
For information, account preferences, or to unsubscribe see:<br>
<a href="http://cluedenver.org/mailman/listinfo/clue" rel="noreferrer" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
clue mailing list: <a href="mailto:clue@cluedenver.org" target="_blank">clue@cluedenver.org</a><br>
For information, account preferences, or to unsubscribe see:<br>
<a href="http://cluedenver.org/mailman/listinfo/clue" rel="noreferrer" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://cluedenver.org/pipermail/clue/attachments/20160307/05fff99e/attachment.html" rel="noreferrer" target="_blank">http://cluedenver.org/pipermail/clue/attachments/20160307/05fff99e/attachment.html</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
clue mailing list<br>
<a href="mailto:clue@cluedenver.org" target="_blank">clue@cluedenver.org</a><br>
<a href="http://cluedenver.org/mailman/listinfo/clue" rel="noreferrer" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br>
<br>
End of clue Digest, Vol 62, Issue 2<br>
***********************************<br>
</blockquote></div><br></div>
<br>_______________________________________________<br>
clue mailing list: <a href="mailto:clue@cluedenver.org">clue@cluedenver.org</a><br>
For information, account preferences, or to unsubscribe see:<br>
<a href="http://cluedenver.org/mailman/listinfo/clue" rel="noreferrer" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br></blockquote></div><br></div>