On Mon, Nov 16, 2015 at 1:00 AM, Borja Marcos <[email protected]> wrote:
> > On Nov 14, 2015, at 3:31 PM, Gary Palmer wrote: > > > You can do thinks in /boot/loader.conf to hard code bus and drive > > assignments. > > > > e.g. > > > > hint.da.0.at="scbus0" > > hint.da.0.target="19" > > hint.da.0.unit="0" > > hint.da.1.at="scbus0" > > hint.da.1.target="18" > > hint.da.1.unit="0" > > Beware, the target number assignment is not predictable. There's no > guarantee especially if you replace > a disk. > > > > > > Borja. > As already mentioned, unless you are using zfs, use gpart to label you file systems/disks. Then use the /dev/gpt/LABEL as the mount device in fstab. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: [email protected] PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
