Re: Read Only File System

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tony.chamberlain@xxxxxxxxx wrote:

I heard sometimes if linux encounters errors in a disk it will remount it as read only.

Yes that's correct. I believe it's a tuneable option for ext3 filesystems (man tune2fs)

A mount -l however shows it as

/dev/sdb1 on /home2 type ext3 (rw) []

and ls -ls on it:  4 drwxrwxr-x  9 root cusload 4096 Oct  3 10:19 /home2
So it appears to be writable.

Unfortunately mount can be misleading in this respect. It shows the options used to mount the filesystem at mount time, not it's current state.

Doing antyhing like > /home2/test or vi /home2/test (or any subdirectory)

gives errors though about not being able to write (or read only file system).

Any idea what is going on?

You almost certainly have disk errors on this partition, type dmesg or have a look in /var/log/messages where you'll probably see lots of disk error output. Take the partition offline if possible and run fsck on it.

--
Ian Chapman.

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux