Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Boot] Root file system could not be mounted rw (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
elekaj34
n00b
n00b


Joined: 13 Jun 2005
Posts: 34

PostPosted: Sun Aug 21, 2005 6:18 am    Post subject: [Boot] Root file system could not be mounted rw (résolu) Reply with quote

Bonjour,

En cours d'install d'une Gentoo, première étape (install du système) OK.
J'ai rebooté, Nickel tout va bien.

Je continue mon install avec l'install de Xorg et Xfce4, je configure Xorg.
Je reboote et la c'est le drame :
Quote:

* Remounting root filesystem read-only (if necessary) ... [ !! ]
* Checking root filesystem ...
/dev/hda4: clean, 238968/1091296 files, 560533/2180823 blocks [ ok ]
* Remounting root filesystem read/write ...
* Root file system could not be mounted reda/write :(

Give root password for maintenance


Voici a tout hasard mon /etc/fstab
Code:
# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs>                  <mountpoint>    <type>          <opts>                 <dump/pass>

# MONTAGE DES PARTITIONS DU SYSTEME GENTOO
/dev/hda2               /boot                ext2            noatime                1 2
/dev/hda4               /                      ext3            noatime                0 1
/dev/hda3               none                swap           sw                        0 0

# MONTAGE DES SYSTEMES DE FICHIERS AMOVIBLES
/dev/cdroms/cdrom0      /mnt/cdrom      iso9660         user,noauto,ro                    0 0
/dev/sda1                      /mnt/floppy     auto               noauto,user,umask=0022    0 0

# MONTAGE DES SYSTEMES DE FICHIERS WINDOWS

/dev/hda1               /mnt/windows     ntfs            user,uid=root,gid=users,umask=0022      0 0

# NOTE: The next line is critical for boot!
none                    /proc           proc            defaults               0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none                    /dev/shm        tmpfs           defaults               0 0


et mon /boot/grub/grub.conf
Code:
# Boot automatically after 5 secs.
timeout 5
splashimage=(hd0,1)/grub/splash.xpm.gz

# By default, boot the first entry.
default 0

##### Gentoo #####
title Gentoo Linux
root   (hd0,1)
kernel /kernel-2.6 root=/dev/hda4

##### Microsoft Windows XP Pro #####
title Windows XP PRO
rootnoverify (hd0,0)
makeactive
chainloader  +1


J'ai tenté de forcer un check de /dev/hda4, il est clean et aucun erreur reporté.
un mount m'indique que le système /dev/hda4 est deja monté en rw.

Via le LiveCD d'install, j'ai tenté de supprimé et recreé le /etc/mtab, mais même problème lors du boot

Une idée sur l'origine du mal qui frappe ma Gentoo ?

Résolu en réinstallant l'archive du stage3 (a partir du LiveCD) sur le point de montage equivalent à /dev/hda4 (/mnt/gentoo en l'occurence).

Cordialement

Elekaj
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum