hello hackers,
I recently ran into a issue with a storage server that has some of the
drives in gpt vs mbr, tracked it down to a 64 char limit that is preventing
aliases in function make_dev_physpath_alias. I was curious if there was any
reason why this couldn't be bumped from 64 to 128 which woul
Here's the split-up version with the additional comment
corrections.
Chris
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
>The changes associated with pt_p, pd_p and p4_p are cosmetic and IMHO
>detract from the meat of the change.
>
>My preference would be for the cosmetic changes to be committed
>separately from the changes that rearrange the KVA.
I can split these out.
>> - DMPDPphys = allocpages(firstaddr,
> From: j...@freebsd.org
> To: freebsd-hackers@freebsd.org
> Subject: Re: Intel D2500CC serial ports
> Date: Thu, 11 Jul 2013 10:14:42 -0400
> CC: roberta...@hotmail.com
>
> On Sunday, June 30, 2013 1:24:27 pm Robert Ames wrote:
>> I just picked up an Intel D2500CCE motherboard and was disappointe
This post is just to inform others that run into this problem.
For years I have ran into this error while running 'make installworld':
> # make installworld
> [...]
> ===> sys/boot/i386/boot2 (install)
> /usr/local/libexec/ccache/world/cc -Os -fno-guess-branch-probability
> -fomit-frame-pointe
Am 12.07.2013 14:33, schrieb Volodymyr Kostyrko:
> You can try to experiment with zpool hidden flags. Look at this command:
>
> zpool import -N -o readonly=on -f -R /pool
>
> It will try to import pool in readonly mode so no data would be written
> on it. It also doesn't mount anything on import
6 matches
Mail list logo