All of lore.kernel.org
 help / color / mirror / Atom feed
From: SMS WebMaster <sms@4-sms.com>
To: "list, linux-kernel" <linux-kernel@vger.kernel.org>,
	linux-config@vger.kernel.org, linux-userfs@vger.kernel.org
Subject: mount: / mounted already or bad option
Date: Fri, 10 Oct 2003 17:26:02 +0300	[thread overview]
Message-ID: <3F86C17A.8060209@4-sms.com> (raw)

  Hi
I have Gentoo linux in my PC
I just installed the kernel 2.4.22 and compile it and install it (using 
genkernel command)
Right now if I reboot my PC with my new kernel I got :
mount: / mounted already or bad option
and the system stop and ask me to type the root password
and when I login with the root and type
mount -o remount,rw /

I got the same message
mount: / mounted already or bad option

but if I write
mount -o remount,rw /dev/hda4  /
then the root filesystem if remounted as read/write

Anyway the stupid thing is that if I boot with my old kernel I don't get 
this problem !!!
Any Help

My /etc/fstab :

/dev/hda2               /boot           ext2            noauto,noatime 
        1 1
/dev/hda4               /               reiserfs 
defaults,noatime,notail,iocharset=utf8          0 0
/dev/hda3               none            swap            sw 
        0 0
/dev/hda1       /mnt/win        ntfs 
auto,ro,umask=000,iocharset=utf0 0
/dev/cdroms/cdrom0      /mnt/cdrom      iso9660 
noauto,ro,umask=000,iocharset=utf8      0 0
/dev/fd0        /mnt/floppy     vfat 
noauto,defaults,umask=000,iocharset=utf8        0 0
none                    /proc           proc            defaults 
        0 0
none                    /dev/shm        tmpfs           defaults 
        0 0

My /etc/lilo.conf :
image = /boot/kernel-2.4.22
         root = /dev/hda4
         label = Gentoo
         initrd=/boot/initrd-2.4.22
         append="root=/dev/hda4 init=/linuxrc hdc=ide-scsi"

image = /boot/kernel-2.4.20-gentoo-r5
         root = /dev/hda4
         #root = /devices/discs/disc0/part3
         label = Old-Gentoo
         initrd=/boot/initrd-2.4.20-gentoo-r5
         #read-only # read-only for checking
         append="root=/dev/hda4 init=/linuxrc hdc=ide-scsi"
 


-- 
http://www.4-SMS.Com
http://eShop.4-SMS.Com
http://Mozilla.4-SMS.Com
-*- If Linux doesn't have the solution, you have the wrong problem -*-

             reply	other threads:[~2003-10-10 14:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-10 14:26 SMS WebMaster [this message]
2003-10-10 12:50 ` mount: / mounted already or bad option Willy Tarreau
2003-10-10 15:35   ` SMS WebMaster
2003-10-10 13:15     ` Willy Tarreau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F86C17A.8060209@4-sms.com \
    --to=sms@4-sms.com \
    --cc=linux-config@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-userfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.