Hi,
Maybe we're looking on the problem from the wrong direction.
I find some occurrences on google like this one:
http://www.linuxquestions.org/questions/showthread.php?t=494987

They are all referring to device-mapper in the end. Maybe it is the case in
yours. For example, on my kubuntu, i use lvm (which uses device-mapper), so
i can see the following:

[EMAIL PROTECTED]:~# dmsetup deps
VolGroup00-rootLV: 1 dependencies       : (8, 2)
VolGroup00-homeLV: 1 dependencies       : (8, 2)
VolGroup00-hibernateVol: 1 dependencies : (8, 2)
VolGroup00-swapLV: 1 dependencies       : (8, 2)

[EMAIL PROTECTED]:~# ls -l /dev/sda[1-9]
brw-rw---- 1 root root 8, 1 2007-04-04 17:05 /dev/sda1
brw-rw---- 1 root root 8, 2 2007-04-04 17:04 /dev/sda2

Now, I can see that all my LVs are dependent on major 8, minor 2, which is
/dev/sda2.
To validate that this is true:
[EMAIL PROTECTED]:~# vgdisplay VolGroup00 -v 2>&1|grep "PV.Name"
 PV Name               /dev/sda2

- Noam

On 4/4/07, Chaim Keren Tzion <[EMAIL PROTECTED]> wrote:

What kind of extended partition do you use on the other hard drives?
Could you show the complete fdisk -l of all disks/partitions?

Chaim

On Wednesday 04 April 2007 19:19, Shlomo Solomon wrote:
> On Wednesday 04 April 2007 18:33, Chaim Keren Tzion wrote:
> > Please also send the output of: mount -v /c9
> > and the tail of dmesg after a mount attempt.
>
> On the failed mount attempts, there is no info in dmesg or
> in /var/log/messages. On successful mounts (of /dev/sdb partitions),
> I get the following:
>
> ReiserFS: sdb14: found reiserfs format "3.6" with standard journal
> ReiserFS: sdb14: using ordered data mode
> ReiserFS: sdb14: journal params: device sdb14, size 8192, journal first
> block 18, max trans len 1024, max batch 900, max commit age 30, max
trans
> age 30 ReiserFS: sdb14: checking transaction log (sdb14)
> ReiserFS: sdb14: Using r5 hash to sort names

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


Reply via email to