/ is getting mounted in read-only!

 
Thread Tools Search this Thread
Operating Systems Linux Debian / is getting mounted in read-only!
# 1  
Old 02-28-2006
/ is getting mounted in read-only!

once after the
Code:
fsck

during booting linux(debian 3.0) found some corruption in root (/) partition. Then it corrected it; but problem here is root partition is getting mounted in readonly. Other partitions like /home /tmp /boot are normal (rw).

after doing
Code:
fsck -f

for the root partion it finds some errors in fs and then cleans it. Now if i do reboot then for some short time (may be 2-3 mins) root is mounted as rw. then it gets to its ro state.

any solution to this!
treat is granted!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Mounted and unmounted

Hi Guys I'm new here, and I need urgent help. This my first steps to be Aix admin and I have this task -instal Oracle database on Aix machine and create mounting point /u02 of size 100GB for Oracle Standalone database installation. -download and install the following OS patches - IV42025... (5 Replies)
Discussion started by: khaled_ly84
5 Replies

2. Solaris

Are these SAN LUNs really not mounted?

Hello everyone. I've been asked to check if something is wrong with the storage setup on these two SunOS 5.10 machines, which are being used as database servers with Oracle RAC configuration. Seems to be that the DB guy is complaining, telling that they are nearly out of space, which sounds... (4 Replies)
Discussion started by: kacareu
4 Replies

3. UNIX for Dummies Questions & Answers

New mounted directory

Hello I need to install a new application on my linux server but needs to have a new directory e.g /opt/InCharge as this is the directory that the application would ask for during installation .This directory needs to be mounted if df -h it should appear as mounted (9 Replies)
Discussion started by: DOkuwa
9 Replies

4. Ubuntu

how to make others have read/write permission when the aotu mounted usb flash disk pluge in ?

hi all: as we know , when usb flash disk plug in and aotu mounted , the default permission of the usb flash disk is 700. that means others have no permission . the question: how to make others have read/write permission when the aotu mounted usb flash disk pluge in ? thanks !! (0 Replies)
Discussion started by: arnold.king
0 Replies

5. UNIX for Dummies Questions & Answers

mounted filesystems

how to check the record of previously mounted remote filesystems after the filesystems are unmounted .operating system is solaris 10 (0 Replies)
Discussion started by: ravijanjanam12
0 Replies

6. SCO

file system not getting mounted in read write mode after system power failure

After System power get failed File system is not getting mounted in read- write mode (1 Reply)
Discussion started by: gtkpmbpl
1 Replies

7. Linux

How to edit /etc/fstab when root was mounted as read only

can somebody help me out in editing the /etc/fstab. I am on RHEL5 (Tikanga). **The problem is that i have given a wrong LABEL in /etc/fstab for root volume and so after reboot, it is unable to resolve the wrong LABEL; so, i have to edit the /etc/fstab :-( -ilan (3 Replies)
Discussion started by: ilan
3 Replies

8. UNIX for Dummies Questions & Answers

/ filesystem is mounted read only

how do you fsck the / filesystem? I know it does it automatically the next time I boot up following a switch on the wall shutdown but is there a flad somewhere that forces this on next boot up? Thanks (2 Replies)
Discussion started by: DGK
2 Replies

9. Shell Programming and Scripting

tape is mounted

Hi I would like to write a shell script which should first check wheather the tape is placed in the tape drive . if the tape is there it should rewind it like mt -f /dev/rmt/0m rew if the tape is missing from the tape drive then send a mail saying that the tape is missing and exit. ... (2 Replies)
Discussion started by: xiamin
2 Replies

10. UNIX for Dummies Questions & Answers

mounted filesystems

If you have multiple hard drives and multiple mounted filesystems, how can you tell which filesystem resides on which disk? (3 Replies)
Discussion started by: jalburger
3 Replies
Login or Register to Ask a Question
fsck.reiser4(8) 						reiser4progs manual						   fsck.reiser4(8)

NAME
fsck.reiser4 - the program for checking and repairing reiser4 filesystem. SYNOPSIS
fsck.reiser4 [ options ] FILE DESCRIPTION
fsck.reiser4 is reiser4 filesystem check and repair program. CHECK OPTIONS
--check the default action checks the consistency and reports, but does not repair any corruption that it finds. This option may be used on a read-only file system mount. --fix fixes minor corruptions that do not require rebuilding; sets up correct values of bytes unsupported by kernel in the case of trans- parent compression. --build-sb fixes all severe corruptions in super blocks, rebuilds super blocks from scratch if needed. --build-fs fixes all severe fs corruptions, except super block ones; rebuilds reiser4 filesystem from the scratch if needed. -L, --logfile forces fsck to report any corruption it finds to the specified logfile rather then on stderr. -n, --no-log prevents fsck from reporting any kind of corruption. -a, --auto automatically checks the file system without any questions. -q, --quiet supresses gauges. -r ignored. PLUGIN OPTIONS
--print-profile prints the plugin profile. This is the set of default plugins used for all parts of a filesystem -- format, nodes, files, directo- ries, hashes, etc. If --override is specified, then prints modified plugins. -l, --print-plugins prints all plugins libreiser4 know about. -o, --override TYPE=PLUGIN, ... overrides the default plugin of the type "TYPE" by the plugin "PLUGIN" in the plugin profile. COMMON OPTIONS
-V, --version prints program version -?, -h, --help prints program help -q, --quiet suppress messages. -y, --yes assumes an answer 'yes' to all questions. -f, --force forces fsck to use whole disk, not block device or mounted partition. -p, --preen automatically repair minor corruptions on the filesystem. -c, --cache N tunes number of nodes in the libreiser4 tree buffer cache REPORTING BUGS
Report bugs to <reiserfs-devel@vger.kernel.org> SEE ALSO
debugfs.reiser4(8), mkfs.reiser4(8), measurefs.reiser4(8) AUTHOR
This manual page was written by Vitaly Fertman <vitaly@namesys.com> reiser4progs 05 February, 2004 fsck.reiser4(8)