Voici mon problème :

je dispose d'une partition formattée en reiserfs. Ma fedora est incapable de monter cette partition durant la phase de boot.
Par contre, à partir d'un shell sous root : un simple mount -a permet de monter cette partition sans aucun problème.

uname -r : 2.6.20-1.2948.fc6

Voici les logs d'erreur du boot :
...
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com
device-mapper: multipath: version 1.0.5 loaded
EXT3 FS on sda5, internal journal
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
ReiserFS: sda7: found reiserfs format "3.6" with standard journal
ReiserFS: sda7: using ordered data mode
ReiserFS: sda7: journal params: device sda7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commi
t age 30, max trans age 30
ReiserFS: sda7: checking transaction log (sda7)
ReiserFS: sda7: Using r5 hash to sort names
audit(1178739658.401:4): avc: denied { search } for pid=1967 comm="mount" name="/" dev=sda7 ino=2 scontext=system_u:syste
m_r:mount_t:s0 tcontext=system_u:object_r:unlabeled_t:s0 tclass=dir
ReiserFS: sda7: warning: xattrs/ACLs enabled and couldn't find/create .reiserfs_priv. Failing mount.
...
Puis une deuxième tentative durant la phase de boot qui se termine de la même facon
....
ReiserFS: sda7: found reiserfs format "3.6" with standard journal
ReiserFS: sda7: using ordered data mode
ReiserFS: sda7: journal params: device sda7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commi
t age 30, max trans age 30
ReiserFS: sda7: checking transaction log (sda7)
ReiserFS: sda7: Using r5 hash to sort names
audit(1178739666.415:5): avc: denied { search } for pid=2664 comm="mount" name="/" dev=sda7 ino=2 scontext=system_u:syste
m_r:mount_t:s0 tcontext=system_u:object_r:unlabeled_t:s0 tclass=dir
ReiserFS: sda7: warning: xattrs/ACLs enabled and couldn't find/create .reiserfs_priv. Failing mount.
...
Finalement les logs lorsque j'execute la commande mount -a qui elle fonctionne :
...
ReiserFS: sda7: found reiserfs format "3.6" with standard journal
ReiserFS: sda7: using ordered data mode
ReiserFS: sda7: journal params: device sda7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commi
t age 30, max trans age 30
ReiserFS: sda7: checking transaction log (sda7)
ReiserFS: sda7: Using r5 hash to sort names
...


Petite précision : la partition avait auparavant été créée sous Ubuntu.

Si vous avez des idées....
Le pilote reiserfs n'est pas chargé par défaut, d'où ce problème au démarrage.

Lors de l'installation il y a une option particulière pour prendre en charge ce type de système de fichier (linux resiserfs, de mémoire)

Sans doute la régénération du fichier initrd (voir la commande de même nom) serait une solution à tenter.

De mémoire, reiserfs ne supporte pas Selinux, de plus Redhat a toujours privilégié ext3 (qui supporte notamment les redimensionnement à chaud).

Voila quelques pistes.
Reiserfs supporte également le redimensionnement à chaud. voir ici
Mais ce n'est pas le problème ici.