public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Quick question: Bootdevice nameing...
@ 2020-04-06  6:21 tuxic
  2020-04-06  6:52 ` Dale
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: tuxic @ 2020-04-06  6:21 UTC (permalink / raw
  To: Gentoo

Hi,

Currentlu my newly created system is installed on a harrdisk, which
sit in a docking station connect via USB to my PC.

The system is intended to be complete in the sense, that can
boot bu itsself without accessing any other storage device.

What is the most common behaviour here:
If I change to boot sequence in the BIOS to boot the
harddisk from the docking station...will it become /dev/sda ?

Fstab depends on this...

Cheers!
Meino




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Quick question: Bootdevice nameing...
  2020-04-06  6:21 tuxic
@ 2020-04-06  6:52 ` Dale
  2020-04-06 14:08 ` Mark Knecht
  2020-04-06 14:08 ` Daniel Frey
  2 siblings, 0 replies; 6+ messages in thread
From: Dale @ 2020-04-06  6:52 UTC (permalink / raw
  To: gentoo-user

tuxic@posteo.de wrote:
> Hi,
>
> Currentlu my newly created system is installed on a harrdisk, which
> sit in a docking station connect via USB to my PC.
>
> The system is intended to be complete in the sense, that can
> boot bu itsself without accessing any other storage device.
>
> What is the most common behaviour here:
> If I change to boot sequence in the BIOS to boot the
> harddisk from the docking station...will it become /dev/sda ?
>
> Fstab depends on this...
>
> Cheers!
> Meino

Have you ever considered using either LABELS or UUIDs in fstab?  I use
LABELS for most everything here.  To be honest tho, LABELS can be
duplicated in certain situations.  UUIDs are much less likely to have
that happen and are the better choice.  Using either of those means it
doesn't matter how things are connected, it should still work.  If you
use grub2, I think it uses UUIDs too.  I'm not certain but I think it
does.  If it does, booting won't be a problem either.  Someone correct
me if I'm wrong on that tho.

Just a thought. 

Dale

:-)  :-) 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Quick question: Bootdevice nameing...
  2020-04-06  6:21 tuxic
  2020-04-06  6:52 ` Dale
@ 2020-04-06 14:08 ` Mark Knecht
  2020-04-06 14:08 ` Daniel Frey
  2 siblings, 0 replies; 6+ messages in thread
From: Mark Knecht @ 2020-04-06 14:08 UTC (permalink / raw
  To: Gentoo User

[-- Attachment #1: Type: text/plain, Size: 608 bytes --]

On Sun, Apr 5, 2020 at 11:21 PM <tuxic@posteo.de> wrote:
>
> Hi,
>
> Currentlu my newly created system is installed on a harrdisk, which
> sit in a docking station connect via USB to my PC.
>
> The system is intended to be complete in the sense, that can
> boot bu itsself without accessing any other storage device.
>
> What is the most common behaviour here:
> If I change to boot sequence in the BIOS to boot the
> harddisk from the docking station...will it become /dev/sda ?
>

It _might_

> Fstab depends on this...
>

With partitions labeled (with names or UUIDs) fstab will be happy

Good luck,
Mark

[-- Attachment #2: Type: text/html, Size: 859 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Quick question: Bootdevice nameing...
  2020-04-06  6:21 tuxic
  2020-04-06  6:52 ` Dale
  2020-04-06 14:08 ` Mark Knecht
@ 2020-04-06 14:08 ` Daniel Frey
  2 siblings, 0 replies; 6+ messages in thread
From: Daniel Frey @ 2020-04-06 14:08 UTC (permalink / raw
  To: gentoo-user

On 4/5/20 11:21 PM, tuxic@posteo.de wrote:
> Hi,
> 
> Currentlu my newly created system is installed on a harrdisk, which
> sit in a docking station connect via USB to my PC.
> 
> The system is intended to be complete in the sense, that can
> boot bu itsself without accessing any other storage device.
> 
> What is the most common behaviour here:
> If I change to boot sequence in the BIOS to boot the
> harddisk from the docking station...will it become /dev/sda ?
> 
> Fstab depends on this...
> 

It's not supposed to, but in my direct experience, it can rearrange the 
naming of the boot devices.

I had to use PARTUUID in fstab/grub.cfg to get around this problem.

Dan



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: [gentoo-user] Quick question: Bootdevice nameing...
@ 2020-04-06 14:13 gary worley
  2020-04-06 14:24 ` Marc Joliet
  0 siblings, 1 reply; 6+ messages in thread
From: gary worley @ 2020-04-06 14:13 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/html, Size: 1858 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Quick question: Bootdevice nameing...
  2020-04-06 14:13 Re: [gentoo-user] Quick question: Bootdevice nameing gary worley
@ 2020-04-06 14:24 ` Marc Joliet
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Joliet @ 2020-04-06 14:24 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1410 bytes --]

I'm assuming your subscription to this mailing list was unintentional, so you
should just send an email to gentoo-user+unsubscribe@lists.gentoo.org.

Am Montag, 6. April 2020, 16:13:16 CEST schrieb gary worley:
> Hi
> I keep getting a load of messages daily from this gentoo group. I must have
> pressed something anyway do you know how I can stop getting all these
> messages. Cheers
> Gary
>
> --
> Sent from my Android phone with mail.com Mail. Please excuse my brevity.
> On 06/04/2020, 15:09 Daniel Frey <djqfrey@gmail.com> wrote:
>
> On 4/5/20 11:21 PM, tuxic@posteo.de wrote:
> > Hi,
> >
> > Currentlu my newly created system is installed on a harrdisk, which
> > sit in a docking station connect via USB to my PC.
> >
> > The system is intended to be complete in the sense, that can
> > boot bu itsself without accessing any other storage device.
> >
> > What is the most common behaviour here:
> > If I change to boot sequence in the BIOS to boot the
> > harddisk from the docking station...will it become /dev/sda ?
> >
> > Fstab depends on this...
>
> It's not supposed to, but in my direct experience, it can rearrange the
> naming of the boot devices.
>
> I had to use PARTUUID in fstab/grub.cfg to get around this problem.
>
> Dan


--
Marc Joliet
--
"People who think they know everything really annoy those of us who know we
don't" - Bjarne Stroustrup

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-06 14:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-06 14:13 Re: [gentoo-user] Quick question: Bootdevice nameing gary worley
2020-04-06 14:24 ` Marc Joliet
  -- strict thread matches above, loose matches on Subject: below --
2020-04-06  6:21 tuxic
2020-04-06  6:52 ` Dale
2020-04-06 14:08 ` Mark Knecht
2020-04-06 14:08 ` Daniel Frey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox