michalpolkowski / alt-f

Automatically exported from code.google.com/p/alt-f
0 stars 0 forks source link

Inconsistent drive mount order #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start box
2. turn off box and wait over night
3. start box

What is the expected output? What do you see instead?
I expect drive always mount in order
right -> 1st disk
left -> 2nd disk
usb -> flash/external disk

What Alt-F version are you using? Have you flashed it?
using RC2 (flashed)
I also try using Trunk r1923 (flashed)

What is the box hardware revision level? A1, B1 or C1? (look at the label
at the box bottom)
C1

What is your disk configuration? Standard, RAID (what level)...
Standard using Wizard (Ext4)

What operating system are you using on your computer? Using what browser?
OSX 10.8.2 using Firefox 16.0.2

Please provide any additional information below.

right   sda     WDC WD5000AACS-00G8B1   500.1 GB    active or idle  29°C/84.2°F 
    passed
usb     sdb     Cruzer Blade    4.0 GB  --  --  --
left    sdc     WDC WD10EARS-00Y5B1     1000.2 GB   active or idle  30°C/86°F     passed

right   sda     WDC WD5000AACS-00G8B1   500.1 GB    active or idle  31°C/87.8°F 
    passed
left    sdb     WDC WD10EARS-00Y5B1     1000.2 GB   active or idle  33°C/91.4°F   passed
usb     sdc     Cruzer Blade    4.0 GB  --  --  -- 

as you can see, flash disk sometimes mount secondly

Original issue reported on code.google.com by zero1...@gmail.com on 31 Oct 2012 at 3:34

GoogleCodeExporter commented 9 years ago
Closing, as it not fixable. 

> as you can see, flash disk sometimes mount secondly

This only means that sometimes the flash drive gets ready before the left 1TB 
drive, so it is assigned (by the kernel) the next available drive letter.

I guess that if you change the left and right drives, then the smaller 500GB 
drive (in the left bay) would appear as sda instead.

This is out of Alt-F control, it is the kernel responsibility. And as Alt-F 
doesn't use udev, a "persistent" rule can't be used to force drive letters.

PS-You can see the drives spinup time using SMART (Disk->Utilities->Health)

Original comment by whoami.j...@gmail.com on 31 Oct 2012 at 4:09

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
inbetween i found Joao's advice to use LABEL for device which is perfect 
solution!

Original comment by jan.p...@gmail.com on 17 Aug 2013 at 10:53