Root Access not working as FileSystem in ReadOnly Mode


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Root Access not working as FileSystem in ReadOnly Mode
# 1  
Old 08-18-2013
Root Access not working as FileSystem in ReadOnly Mode

Hi Experts

I am facing a problem wherein Root Access not working as FileSystem in ReadOnly Mode.
Due to a Disk failure, my Filesystem went into Read-Only mode:

report@xx> grep root /proc/mounts
/dev/root / ext3 ro,data=ordered 0 0

Now, I am not able to login using root user on the system.
Only access is possible through a report user for which I have enabled password-less access to the node.

I need to remount the /root filesystem in RW mode, but not able to do so since I have no access as root user.

Everytime I access using root user, it says incorrect password.

My application is running absolutely fine on the system.

Please help !!
Regards
Navkanwal
# 2  
Old 08-18-2013
You may have to shutdown the system and reboot into single user mode.
# 3  
Old 08-18-2013
Did you check if there is free space on root fs ?
# 4  
Old 08-19-2013
If telnet is open, you should be able login if the system is mounted read only or full.

Regards
Peasant.
# 5  
Old 08-19-2013
Did you by any chance take a look at this thread?
The suggestions given apply to any Linux distro.
Hope it helps.
# 6  
Old 08-24-2013
Thanks to all.

I had to re-image my machine for solving the issue.

Regards
Navkanwal
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Ubuntu

Root access that can't change root password?

We are having a little problem on a server. We want that some users should be able to do e.g. sudo and become root, but with the restriction that the user can't change root password. That is, a guarantee that we still can login to that server and become root no matter of what the other users will... (2 Replies)
Discussion started by: 244an
2 Replies

2. SuSE

Auditors want more security with root to root access via ssh keys

I access over 100 SUSE SLES servers as root from my admin server, via ssh sessions using ssh keys, so I don't have to enter a password. My SUSE Admin server is setup in the following manner: 1) Remote root access is turned off in the sshd_config file. 2) I am the only user of this admin... (6 Replies)
Discussion started by: dvbell
6 Replies

3. Shell Programming and Scripting

How to give root access to non root user?

Currently in my system Red Hat is installed. And Many user connect to my machine via SSH Techia Terminal. I want to give some users a root level access. Can anyone please help me how to make it possible. I too searched on the Google but didn't find the correct way Regards ADI (4 Replies)
Discussion started by: adisky123
4 Replies

4. Linux

root filesystem goes readonly

I see this when tried to create a dir using root fstab entries are pretty normal tried to remount with rw but it is still the same block device /dev/sda2 is write-protected ---------- Post updated at 04:57 PM ---------- Previous update was at 03:51 PM ---------- fstab entry ... (4 Replies)
Discussion started by: robo
4 Replies

5. UNIX for Dummies Questions & Answers

How to allow access to some commands having root privleges to be run bu non root user

hi i am new to unix and i have abig task. i have to \run particular commands having root privileges from a non root user. i know sudo is one of the way but i need sum other approach kindly help Thanks (5 Replies)
Discussion started by: suryashikha
5 Replies

6. Cybersecurity

File owned by oracle user and dba group need readonly access to other users

Under oracle user file abc.txt was created. Oracle user belong to dba group on UNIX Server. However other non Oracle users which belongs to some other network groups need read only access to this file. Every time when I login as other then oracle user and try to view this file it saying that I... (2 Replies)
Discussion started by: groosha
2 Replies

7. Solaris

Root Filesystem

Hi, Can we install root file system on other than 0th slice???? (5 Replies)
Discussion started by: tirupathiraju_t
5 Replies

8. UNIX for Dummies Questions & Answers

Readonly access

Hi, I have create a user using the following command useradd -d /home/rozan -s /bin/bash -c "Rozan ahmed" -g dba rozan I would like to give her only the read only access to $BDUMP_HOME/alert.log file The owner of the file is oracle:oinstall Regards Faruque (13 Replies)
Discussion started by: faruque.ahmed
13 Replies

9. Linux

how to access root priveliges if root password is lost

wish to know how to access root password it root password is forgotten in linux (1 Reply)
Discussion started by: wojtyla
1 Replies
Login or Register to Ask a Question