Public bug reported:

I have two 500GB hard drives in a software mirror array using nVidia's
RAID controller build-into my P7N-SLI Platinum motherboard.

/dev/mapper contains the following:

[code]
crw-rw---- 1 root root  10, 60 2008-10-17 02:05 control
brw-rw---- 1 root disk 254,  0 2008-10-17 02:05 nvidia_cfffhefc
brw-rw---- 1 root disk 254,  1 2008-10-17 02:05 nvidia_cfffhefc1
[/code]

The RAID 1 device is comprised of two drives:

[code]
brw-rw---- 1 root disk 8, 16 2008-10-17 02:04 /dev/sdb
brw-rw---- 1 root disk 8, 17 2008-10-17 02:04 /dev/sdb1
brw-rw---- 1 root disk 8, 32 2008-10-17 02:04 /dev/sdc
brw-rw---- 1 root disk 8, 33 2008-10-17 02:04 /dev/sdc1
[/code]

Specifically, it's using /dev/sdb1 as the primary drive, and /dev/sdc1
as the secondary drive.

I am using a custom kernel due to a bug that I previously reported
having to do with slow hard drive access.  It's version is '2.6.26.5'.

Here's the output of lsmod:

[code]
Module                  Size  Used by
binfmt_misc            10316  1 
rfcomm                 37856  2 
l2cap                  22272  13 rfcomm
bluetooth              57828  4 rfcomm,l2cap
vboxdrv              1635872  0 
ppdev                   8712  0 
acpi_cpufreq            8208  1 
cpufreq_userspace       4388  0 
cpufreq_powersave       2752  0 
cpufreq_stats           6368  0 
cpufreq_conservative     8584  0 
cpufreq_ondemand        8720  1 
freq_table              5568  3 acpi_cpufreq,cpufreq_stats,cpufreq_ondemand
video                  20500  0 
output                  4288  1 video
sbs                    14288  0 
sbshc                   6720  1 sbs
container               4672  0 
battery                13128  0 
iptable_filter          3904  0 
ip_tables              19600  1 iptable_filter
x_tables               23624  1 ip_tables
ac                      5704  0 
coretemp                7936  0 
f71882fg               12556  0 
sbp2                   22860  0 
lp                     11652  0 
parport_serial          7936  0 
nvidia               8104944  34 
parport_pc             35944  2 parport_serial
parport                40496  3 ppdev,lp,parport_pc
psmouse                42204  0 
serio_raw               6596  0 
snd_hda_intel         448084  3 
snd_pcm_oss            42144  0 
snd_mixer_oss          17152  1 snd_pcm_oss
snd_pcm                85000  2 snd_hda_intel,snd_pcm_oss
snd_page_alloc         10000  2 snd_hda_intel,snd_pcm
snd_hwdep               9032  1 snd_hda_intel
snd_seq_oss            33088  0 
snd_seq_midi            7808  0 
snd_rawmidi            24864  1 snd_seq_midi
snd_seq_midi_event      8896  2 snd_seq_oss,snd_seq_midi
snd_seq                57184  5 snd_seq_oss,snd_seq_midi,snd_seq_midi_event
joydev                 11904  0 
snd_timer              23760  2 snd_pcm,snd_seq
snd_seq_device          8532  4 snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
button                  7968  0 
shpchp                 33376  0 
snd                    65864  16 
snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
pci_hotplug            30712  1 shpchp
evdev                  11456  5 
i2c_nforce2             7424  0 
soundcore               8736  1 snd
i2c_core               26016  2 nvidia,i2c_nforce2
ipv6                  286536  22 
pcspkr                  3584  0 
ext3                  132944  2 
jbd                    48808  1 ext3
mbcache                 9668  1 ext3
dm_mirror              18752  1 
dm_log                 11268  2 dm_mirror
dm_mod                 60848  7 dm_mirror,dm_log
usbhid                 30112  0 
hid                    47552  1 usbhid
sr_mod                 16324  0 
cdrom                  39208  1 sr_mod
sg                     35808  0 
floppy                 62184  0 
ohci1394               31604  0 
pata_pdc2027x           9988  0 
ieee1394               97208  2 sbp2,ohci1394
forcedeth              54160  0 
ehci_hcd               36492  0 
pata_amd               14084  2 
sd_mod                 28480  5 
ohci_hcd               23556  0 
ahci                   30472  0 
usbcore               157208  4 usbhid,ehci_hcd,ohci_hcd
pata_acpi               5760  0 
thermal                19040  0 
processor              37952  2 acpi_cpufreq,thermal
fan                     5704  0 
thermal_sys            13120  4 video,thermal,processor,fan
fuse                   54464  3 
fbcon                  41728  0 
tileblit                3584  1 fbcon
font                    9472  1 fbcon
bitblit                 6464  1 fbcon
softcursor              2816  1 bitblit
[/code]

Restarting dbus via the command, 'sudo /etc/init.d/dbus restart' seems
to fix the problem, but makes some other things buggy until I restart
the computer.  (I don't remember which things get buggy; it's kind-of
random.)

In Removable Media (Places menu), I have the following entries:

Floppy Drive
WinVista
WinXP
20.5 GB Media
PERSONAL (incorrect entry for mirror)
PERSONAL (incorrect entry for mirror)
PERSONAL (the correct entry for the mirror - automounted via fstab)

The last 'PERSONAL' entry has a different, lighter drive icon, and is
mountable, while clicking on the others produces the following error:

Unable to mount the volume 'PERSONAL'.
Details
mount: /dev/sdb1 already mounted or /media/PERSONAL_ busy

This makes sense, since it's the wrong partition to be mounting.

Here's my fstab entry for the mirror:

[code]
# PERSONAL
/dev/mapper/nvidia_cfffhefc1    /media/PERSONAL ext3    defaults,relatime,acl   
0 0
[/code]

This has been an annoyance, since I often forget which drive to click on
and get an error message instead of the drive's contents.  Any
suggestions would be well-appreciated.

Please let me know if you need any more details.

Thanks.

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
dmraid mirror in 8.04.1 shows up as three entries in Removable Media - should 
only show as one
https://bugs.launchpad.net/bugs/285063
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to