* Read only rootfs after reiserfsck @ 2003-11-08 22:14 Paolo Azzaroli 2003-11-09 20:47 ` Carl-Daniel Hailfinger 0 siblings, 1 reply; 5+ messages in thread From: Paolo Azzaroli @ 2003-11-08 22:14 UTC (permalink / raw) To: reiserfs-list Dear Sir, My Linux box has a distro SuSE 8.1, and its HD has 1 swap partition, 3 reiserfs partitions, apart from a NTFS partition(where resides Win2K). Some days ago the Linux box filesystem had triubles, maybe because of not correct shutdown. After then I repaired the fs (reiserfsck --check etc . . . ); the check operation reported successfull. But when booting the Linux box, the linux root partitions is "read-only"; the contents of /etc/mtab and /proc/mounts are different. I can mount the root partition (mount -n -o remount,rw /dev/hda3), but attempt to mount/umount other partitions are frustated by messages as "already mounted or busy"/ "not mounted". Something is wrong with reiserfsck ? After reiserfsck should I perform some other actions for repairing the fs and leave it "read-write" ? Or there is some trouble with the mount command? Best Regards Paolo Azzaroli ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Read only rootfs after reiserfsck 2003-11-08 22:14 Read only rootfs after reiserfsck Paolo Azzaroli @ 2003-11-09 20:47 ` Carl-Daniel Hailfinger [not found] ` <011b01c3a89d$28e03520$0100007f@delta> 0 siblings, 1 reply; 5+ messages in thread From: Carl-Daniel Hailfinger @ 2003-11-09 20:47 UTC (permalink / raw) To: Paolo Azzaroli; +Cc: reiserfs-list Paolo Azzaroli wrote: > Dear Sir, > My Linux box has a distro SuSE 8.1, and its HD has > 1 swap partition, 3 reiserfs partitions, apart from a NTFS partition(where > resides Win2K). > Some days ago the Linux box filesystem had triubles, maybe because of not > correct shutdown. > After then I repaired the fs (reiserfsck --check etc . . . ); the check > operation reported successfull. > But when booting the Linux box, the linux root partitions is "read-only"; > the contents of /etc/mtab and /proc/mounts > are different. I can mount the root partition (mount -n -o remount,rw > /dev/hda3), but > attempt to mount/umount other partitions are frustated by messages as > "already mounted or busy"/ "not mounted". Delete all lines in /etc/mtab which reference filesystems other than your root partition. That should fix it. HTH, Carl-Daniel ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <011b01c3a89d$28e03520$0100007f@delta>]
* Re: Read only rootfs after reiserfsck [not found] ` <011b01c3a89d$28e03520$0100007f@delta> @ 2003-11-12 2:35 ` Carl-Daniel Hailfinger 2003-11-12 11:42 ` Ookhoi 2003-11-13 13:26 ` Christian Kujau 0 siblings, 2 replies; 5+ messages in thread From: Carl-Daniel Hailfinger @ 2003-11-12 2:35 UTC (permalink / raw) To: Paolo Azzaroli, ReiserFS List Can anyone else shed some light on the issue? Thanks, Carl-Daniel Paolo Azzaroli wrote: > Dear Sir:, I apreciated Your suggestion, I tried it, but it doesn't > fix my problem. > Anyway, many thank for your kindly attention > Paolo Azzaroli > > ----- Original Message ----- > From: "Carl-Daniel Hailfinger" <c-d.hailfinger.kernel.2003@gmx.net> > To: "Paolo Azzaroli" <paoloazzaroli@libero.it> > Cc: <reiserfs-list@namesys.com> > Sent: Sunday, November 09, 2003 9:47 PM > Subject: Re: Read only rootfs after reiserfsck > > > >> Paolo Azzaroli wrote: >> >>> Dear Sir, My Linux box has a distro SuSE 8.1, and its HD has 1 swap >>> partition, 3 reiserfs partitions, apart from a NTFS partition (where >>> resides Win2K). >>> Some days ago the Linux box filesystem had triubles, maybe because >>> of not correct shutdown. >>> After then I repaired the fs (reiserfsck --check etc . . . ); the >>> check operation reported successfull. >>> But when booting the Linux box, the linux root partitions is >>> "read-only"; the contents of /etc/mtab and /proc/mounts are >>> different. I can mount the root partition (mount -n -o remount,rw >>> /dev/hda3), but attempt to mount/umount other partitions are >>> frustated by messages as "already mounted or busy"/ "not mounted". >> >> Delete all lines in /etc/mtab which reference filesystems other than >> your root partition. That should fix it. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Read only rootfs after reiserfsck 2003-11-12 2:35 ` Carl-Daniel Hailfinger @ 2003-11-12 11:42 ` Ookhoi 2003-11-13 13:26 ` Christian Kujau 1 sibling, 0 replies; 5+ messages in thread From: Ookhoi @ 2003-11-12 11:42 UTC (permalink / raw) To: Carl-Daniel Hailfinger; +Cc: Paolo Azzaroli, ReiserFS List Carl-Daniel Hailfinger wrote (ao): > Can anyone else shed some light on the issue? What is in /etc/fstab, and what does 'fdisk -l /dev/hda' say? > Paolo Azzaroli wrote: > > Dear Sir:, I apreciated Your suggestion, I tried it, but it doesn't > > fix my problem. > > Anyway, many thank for your kindly attention > > Paolo Azzaroli > > > > ----- Original Message ----- > > From: "Carl-Daniel Hailfinger" <c-d.hailfinger.kernel.2003@gmx.net> > > To: "Paolo Azzaroli" <paoloazzaroli@libero.it> > > Cc: <reiserfs-list@namesys.com> > > Sent: Sunday, November 09, 2003 9:47 PM > > Subject: Re: Read only rootfs after reiserfsck > > > > > > > >> Paolo Azzaroli wrote: > >> > >>> Dear Sir, My Linux box has a distro SuSE 8.1, and its HD has 1 swap > >>> partition, 3 reiserfs partitions, apart from a NTFS partition (where > >>> resides Win2K). > >>> Some days ago the Linux box filesystem had triubles, maybe because > >>> of not correct shutdown. > >>> After then I repaired the fs (reiserfsck --check etc . . . ); the > >>> check operation reported successfull. > >>> But when booting the Linux box, the linux root partitions is > >>> "read-only"; the contents of /etc/mtab and /proc/mounts are > >>> different. I can mount the root partition (mount -n -o remount,rw > >>> /dev/hda3), but attempt to mount/umount other partitions are > >>> frustated by messages as "already mounted or busy"/ "not mounted". > >> > >> Delete all lines in /etc/mtab which reference filesystems other than > >> your root partition. That should fix it. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Read only rootfs after reiserfsck 2003-11-12 2:35 ` Carl-Daniel Hailfinger 2003-11-12 11:42 ` Ookhoi @ 2003-11-13 13:26 ` Christian Kujau 1 sibling, 0 replies; 5+ messages in thread From: Christian Kujau @ 2003-11-13 13:26 UTC (permalink / raw) To: paoloazzaroli, reiserfs-list > Paolo Azzaroli wrote: > >>>Delete all lines in /etc/mtab which reference filesystems other than >>>your root partition. That should fix it. > >>Dear Sir:, I apreciated Your suggestion, I tried it, but it doesn't >>fix my problem. please try to post your issued commands here, say $ mount /proc $ rm /etc/mtab $ cat /proc/mounts $ $MOUNT-COMMANDS.... ...and error messages, partition tables. Christian. -- BOFH excuse #185: system consumed all the paper for paging ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-11-13 13:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-08 22:14 Read only rootfs after reiserfsck Paolo Azzaroli
2003-11-09 20:47 ` Carl-Daniel Hailfinger
[not found] ` <011b01c3a89d$28e03520$0100007f@delta>
2003-11-12 2:35 ` Carl-Daniel Hailfinger
2003-11-12 11:42 ` Ookhoi
2003-11-13 13:26 ` Christian Kujau
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.