Re: Manually partitioning using gpart

2012-11-25 Thread Warren Block
On Mon, 26 Nov 2012, Lucas B. Cohen wrote: On 2012.11.25 21:49, Warren Block wrote: For a hard drive, 4K alignment and starting the main partition at 1M is good. Why would one leave 1024 full kbits before the first partition on a HDD ? The second only is only relevant to GPT. We went over t

Re: Manually partitioning using gpart

2012-11-25 Thread Ralf Mardorf
On Mon, 2012-11-26 at 02:22 +0100, Lucas B. Cohen wrote: > Hi Warren, > > On 2012.11.25 21:49, Warren Block wrote: > > For a hard drive, 4K alignment and starting the main partition at 1M is > > good. > Why would one leave 1024 full kbits before the first partition on a HDD ? "Create a partition

Re: Manually partitioning using gpart

2012-11-25 Thread Lucas B. Cohen
Hi Warren, On 2012.11.25 21:49, Warren Block wrote: > For a hard drive, 4K alignment and starting the main partition at 1M is > good. Why would one leave 1024 full kbits before the first partition on a HDD ? ___ freebsd-questions@freebsd.org mailing list

Re: Manually partitioning using gpart

2012-11-25 Thread Ralf Mardorf
On Sun, 2012-11-25 at 13:49 -0700, Warren Block wrote: > Realize this multi-boot stuff is painful and inconvenient and install > everything in a VM? Unfortunately this is impossible. I'll install FreeBSD, because there's a driver for my sound card, a RME HDSPe AIO, that perhaps enables to use al

Re: Manually partitioning using gpart

2012-11-25 Thread Warren Block
On Sun, 25 Nov 2012, Ralf Mardorf wrote: This is what I've got: # gpart show ada0 => 63 625142385 ada0 MBR (298G) 63 121274683 - free - (57G) [snip] IIUC I now have to do: # gpart add -s 64k -t freebsd-boot -l boot0 ada0 # gpart add -s 8G -t freebsd-swap -l swap0 ada0 # gpart

Re: Manually partitioning using gpart

2012-11-25 Thread Polytropon
On Sun, 25 Nov 2012 15:42:38 +0100, Ralf Mardorf wrote: > Polytropon, I'll use journaling. That should give you additional "security in integrity", especially on a "everything in one /" partition. > I've to apologize for my broken English. No understanding problem here. > Regarding to the "

Re: Manually partitioning using gpart

2012-11-25 Thread Ralf Mardorf
Polytropon, I'll use journaling. I've to apologize for my broken English. Regarding to the "comment" line my question is, if it's enough to us a # at the beginning, or if it's needed to begin and to end with a #. I suspect just a # at the beginning is needed. _

Re: Wheres the FreeBSD PBR ? (was Re: Manually partitioning using gpart / wh)

2012-11-25 Thread Ralf Mardorf
On Sun, 2012-11-25 at 15:10 +0100, Lucas B. Cohen wrote: > On 2012.11.25 14:35, Ralf Mardorf wrote: > > I don't need it, but I could add it for what ever worst case emergency > > scenario and GRUB in the MBR anyway will work? > I don't see how it could ever come in handy, and I'm not sure it > woul

Re: Manually partitioning using gpart

2012-11-25 Thread Bruce Cran
On 25/11/2012 12:29, Polytropon wrote: Won't be wrong; my understanding of the rule was "2 * size of _possible_ RAM in the machine". But disk space is cheap, so 8 G should be fine. But again, the requirement for the swap partition depends on what you're doing with the machine and what you're expe

Wheres the FreeBSD PBR ? (was Re: Manually partitioning using gpart / wh)

2012-11-25 Thread Lucas B. Cohen
On 2012.11.25 14:35, Ralf Mardorf wrote: > I don't need it, but I could add it for what ever worst case emergency > scenario and GRUB in the MBR anyway will work? I don't see how it could ever come in handy, and I'm not sure it wouldn't do any hamr either. The /boot/gptboot code to be written weigh

Re: Manually partitioning using gpart

2012-11-25 Thread Polytropon
On Sun, 25 Nov 2012 14:30:17 +0100, Ralf Mardorf wrote: > At the moment I still have: > This is what I've got: > # gpart show ada0 > => 63 625142385 ada0 MBR (298G) > 63 121274683 - free - (57G) > [snip] > > Regarding to http://www.wonkity.com/~wblock/docs/html/disksetup.html > fo

Re: [Bulk] Re: Manually partitioning using gpart

2012-11-25 Thread Polytropon
On Sun, 25 Nov 2012 13:43:46 +0100, Ralf Mardorf wrote: > On Sun, 2012-11-25 at 13:29 +0100, Polytropon wrote: > I'll read this. I want to test what's possible and/or impossible > regarding to MIDI and audio productions using FreeBSD. Will be interesting. I know there is some good support for this

Re: Manually partitioning using gpart

2012-11-25 Thread Ralf Mardorf
On Sun, 2012-11-25 at 14:13 +0100, Lucas B. Cohen wrote: > On 2012.11.25 13:57, Ralf Mardorf wrote: > > IIUC "Install the GPT bootcode into the boot partition" has to be done > > and is independent of the GRUB in the MBR. > Not in your case. You won't need bootcode other than GRUB's (in the MBR, >

Re: Manually partitioning using gpart

2012-11-25 Thread Ralf Mardorf
At the moment I still have: This is what I've got: # gpart show ada0 => 63 625142385 ada0 MBR (298G) 63 121274683 - free - (57G) [snip] Regarding to http://www.wonkity.com/~wblock/docs/html/disksetup.html for my set up it should be ok to run: # gpart add -t freebsd-boot -l boot -

Re: Manually partitioning using gpart

2012-11-25 Thread Lucas B. Cohen
On 2012.11.25 13:57, Ralf Mardorf wrote: > IIUC "Install the GPT bootcode into the boot partition" has to be done > and is independent of the GRUB in the MBR. Not in your case. You won't need bootcode other than GRUB's (in the MBR, and the Linux partition where the bulk of it is installed). ___

Re: Manually partitioning using gpart

2012-11-25 Thread Ralf Mardorf
I'm reading http://www.wonkity.com/~wblock/docs/html/disksetup.html at the moment. Seemingly there are many outdated howtos first hits for searching with Google. I frst read 64k for boot and now 512k. IIUC "Install the GPT bootcode into the boot partition" has to be done and is independent of the

Re: [Bulk] Re: Manually partitioning using gpart

2012-11-25 Thread Ralf Mardorf
On Sun, 2012-11-25 at 13:29 +0100, Polytropon wrote: > On Sun, 25 Nov 2012 12:26:14 +0100, Ralf Mardorf wrote: > > This is what I've got: > > > > # gpart show ada0 > > => 63 625142385 ada0 MBR (298G) > > 63 121274683 - free - (57G) > > [snip] > > > > IIUC I now have to do: > > >

Re: Manually partitioning using gpart

2012-11-25 Thread Lucas B. Cohen
On 2012.11.25 12:26, Ralf Mardorf wrote: > Here I already don't understand how large the swap should be. Really 2 * > size of the RAM? It depends on use patterns and the amount of RAM in your computer. 1.5* to 2* installed memory is a traditional "works for most" value, but I feel it's outdated for

Re: Manually partitioning using gpart

2012-11-25 Thread Polytropon
On Sun, 25 Nov 2012 12:26:14 +0100, Ralf Mardorf wrote: > This is what I've got: > > # gpart show ada0 > => 63 625142385 ada0 MBR (298G) > 63 121274683 - free - (57G) > [snip] > > IIUC I now have to do: > > # gpart add -s 64k -t freebsd-boot -l boot0 ada0 > # gpart add -s 8G -t