Re: AHCI driver and static device names

2011-12-15 Thread CyberLeo Kitsana
On 12/15/2011 10:02 AM, per...@pluto.rain.com wrote: > I suppose if someone wanted to track down the "official" way of > solving this problem, they could look into how Windows handles it. To my knowledge, Windows (XP, at least; probably others) labels the boot filesystem on install, and just probe

Re: AHCI driver and static device names

2011-12-15 Thread perryh
CyberLeo Kitsana wrote: > On 12/14/2011 03:18 PM, Rob wrote: > > Case in point. I have a system with 15 drives in it. I decided > > I wanted to install on the 2nd device instead of the 1st, but > > I partitioned all the other 14 drives. I completed installation > > and when to boot the system a

Re: AHCI driver and static device names

2011-12-14 Thread Rob
x27;t have to worry about remembering to update the fstab, since the labels follow the data. If you want to use labels then by all means use them. I can seem advantages to using them. What I'm saying is that it is broken to have to use them in order to fix issues with the ahci driver usi

Re: AHCI driver and static device names

2011-12-14 Thread CyberLeo Kitsana
On 12/14/2011 03:18 PM, Rob wrote: > On 12/3/11 11:04 AM, CyberLeo Kitsana wrote: >> To answer your question, though: You cannot combine GPT with glabel (or >> any other geom class that writes data to the first or last 34 sectors of >> a disk, like gmirror) due to layout conflicts. MBR and BSD sche

Re: AHCI driver and static device names

2011-12-14 Thread CyberLeo Kitsana
On 12/14/2011 03:20 PM, Rob wrote: > Can glabels, gpt, and zfs all work together? I have a system where I > have disks with 4 gpt partitions. Partitions 2 and 3 are part of gmirror > arrays, and partition 4 is part of a zfs pool. glabel says it writes to > the end of the partition, which I believ

Re: AHCI driver and static device names

2011-12-14 Thread Rob
Can glabels, gpt, and zfs all work together? I have a system where I have disks with 4 gpt partitions. Partitions 2 and 3 are part of gmirror arrays, and partition 4 is part of a zfs pool. glabel says it writes to the end of the partition, which I believe zfs also writes to doesn't it? Rob

Re: AHCI driver and static device names

2011-12-14 Thread Rob
On 12/3/11 11:04 AM, CyberLeo Kitsana wrote: To answer your question, though: You cannot combine GPT with glabel (or any other geom class that writes data to the first or last 34 sectors of a disk, like gmirror) due to layout conflicts. MBR and BSD schemes can be used, since they occupy only the

Re: AHCI driver and static device names

2011-12-03 Thread CyberLeo Kitsana
On 12/04/2011 04:28 AM, per...@pluto.rain.com wrote: > CyberLeo Kitsana wrote: > >> You cannot combine GPT with glabel (or any other geom class >> that writes data to the first or last 34 sectors of a disk, >> like gmirror) due to layout conflicts. > > This is overstated. Thanks for the clarifi

Re: AHCI driver and static device names

2011-12-03 Thread perryh
CyberLeo Kitsana wrote: > You cannot combine GPT with glabel (or any other geom class > that writes data to the first or last 34 sectors of a disk, > like gmirror) due to layout conflicts. This is overstated. Since a GPT ordinarily is intended to be booted from, and so must be recognized by the

Re: AHCI driver and static device names

2011-12-03 Thread b. f.
> I was getting ready to install the latest FreeBSD 9-RCs image, and I > found that 9 now defaults to using the ahci driver for sata disks. This > would be great if it weren't for the fact that the ahci driver seems to > do dynamic device name assignment as opposed to the static

Re: AHCI driver and static device names

2011-12-03 Thread CyberLeo Kitsana
On 12/03/2011 10:04 AM, Rob wrote: > glabel looks to place a label on the whole disk, but the manpage is > unclear (to me) how the partitions are handled. If I use glabel to > label a disk "test" and this disk has 4 partitions on it, then how is > each partition accessed? testp1...testp4 for gpt?

Re: AHCI driver and static device names

2011-12-03 Thread Rob
Is there a loader.conf entry to enable the static ids, or will the ahci driver always use static ids if "options ATA_STATIC_ID" is in the kernel config? I desire to use stock kernels and the 9-rc2 boot iso seems to not have ATA_STATID_ID set (unless there's a loader.conf value

Re: AHCI driver and static device names

2011-12-03 Thread Rob
right man page or spot in the handbook. I use it in my raid array but am running short on time right now. On Fri, Dec 2, 2011 at 6:51 PM, Rob mailto:li...@midsummerdream.org>> wrote: I was getting ready to install the latest FreeBSD 9-RCs image, and I found that 9 now defaults to

Re: AHCI driver and static device names

2011-12-03 Thread Denise H. G.
On 2011/12/03 at 10:51, Rob wrote: > > I was getting ready to install the latest FreeBSD 9-RCs image, and I > found that 9 now defaults to using the ahci driver for sata disks. > This would be great if it weren't for the fact that the ahci driver > seems to do dynamic devic

AHCI driver and static device names

2011-12-02 Thread Rob
I was getting ready to install the latest FreeBSD 9-RCs image, and I found that 9 now defaults to using the ahci driver for sata disks. This would be great if it weren't for the fact that the ahci driver seems to do dynamic device name assignment as opposed to the static ones used wit

Re: AHCI driver

2010-08-13 Thread David DEMELIER
ebsd-questions@freebsd.org; d...@nagual.nl >> Onderwerp: Re: AHCI driver >> >> On Tue, Aug 10, 2010 at 02:37:42PM +0200, Victor Ophof wrote: >> > >> > Its better to enable, >> > >> > but AD4 can get renamed to ada0 >> >> I think you

RE: AHCI driver

2010-08-10 Thread Warren Block
On Tue, 10 Aug 2010, Victor Ophof wrote: There is a trick on the web, Something with mount -u then mount -a .. but the next link sounds better :) http://www.wonkity.com/~wblock/docs/html/ahci.html Hey, I'm famous! Arthur Chance's message finally explains how labeling the rootfs fails, or at

RE: AHCI driver

2010-08-10 Thread Victor Ophof
> -Oorspronkelijk bericht- > Van: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- > questi...@freebsd.org] Namens Roland Smith > Verzonden: dinsdag 10 augustus 2010 15:14 > Aan: Victor Ophof > CC: freebsd-questions@freebsd.org; d...@nagual.nl > Onder

Re: AHCI driver

2010-08-10 Thread Arthur Chance
On 08/10/10 15:52, Roland Smith wrote: On Tue, Aug 10, 2010 at 03:23:29PM +0100, Arthur Chance wrote: [snip] Alternatively, before switching to the ahci driver, label all your partitions and mount them using their labels rather than device names. This is probably a better idea. But people

Re: AHCI driver

2010-08-10 Thread Roland Smith
_not_ work! I'm not sure why, but it was when running a 8.0-RELEASE userland on a 8.1-RELEASE kernel. (I was trying to run 'make installworld' after booting in single user mode during the upgrade process). After booting with the old 8.0 kernel it did work! > Alternatively, befo

Re: AHCI driver

2010-08-10 Thread Arthur Chance
/boot/kernel.old/kernel) to be able to mount root as read/write and fix etc/fstab! If you're in single user mode "mount -uw /" will make / (and thus /etc/fstab) writable, although your choice of editors is restricted to /bin/ed and /rescue/{ex,vi}. Alternatively, before

Re: AHCI driver

2010-08-10 Thread Roland Smith
On Tue, Aug 10, 2010 at 02:37:42PM +0200, Victor Ophof wrote: > > Its better to enable, > > but AD4 can get renamed to ada0 I think you should change "can" to "will". :-) > but it's easy to fix > you just need to edit the /etc/fstab to point to the newly named drives .. Do this _before_ reb

Re: AHCI driver

2010-08-10 Thread b. f.
>Is it really better to enable AHCI driver? Almost certainly, yes. If your BIOS and SATA controller use AHCI, and are recognized by the ahci(4), mvs(4), or siis(4) drivers (I think that these drivers are built as kernel modules by default in the recent versions of FreeBSD, and don't req

RE: AHCI driver

2010-08-10 Thread Victor Ophof
ual.nl > To: freebsd-questions@freebsd.org > Subject: AHCI driver > > I'm told it would be better to enable the AHCI driver form my SATA2 > drives. It would make ZFS perform better on them. From the release notes > I get: > > FreeBSD cam(3) > <http://www.FreeB

AHCI driver

2010-08-10 Thread Dick Hoogendijk
I'm told it would be better to enable the AHCI driver form my SATA2 drives. It would make ZFS perform better on them. From the release notes I get: FreeBSD cam(3) <http://www.FreeBSD.org/cgi/man.cgi?query=cam&sektion=3&manpath=FreeBSD+8.1-RELEASE> SCSI framework has been