<html><p><br>
We have a file system mounted to /home2 to which we do backups.</p><p>It has been writable for quite some time (to root at least).&nbsp; However, now, trying</p><p>to do anything requiring writing gives an error which sometimes says "read only</p><p>file system".</p><p>&nbsp;</p><p>I heard sometimes if linux encounters errors in a disk it will remount it as read only.</p><p>A mount -l however shows it as</p><p>/dev/sdb1 on /home2 type ext3 (rw) []<br></p><p>and ls -ls on it:&nbsp; 4 drwxrwxr-x&nbsp; 9 root cusload 4096 Oct&nbsp; 3 10:19 /home2<br>So it appears to be writable.</p><p>&nbsp;</p><p>Doing antyhing like &gt; /home2/test or vi /home2/test (or any subdirectory)</p><p>gives errors though about not being able to write (or read only file system).</p><p>&nbsp;</p><p>Any idea what is going on?&nbsp;</p></html>