This is an issue that I have been having with one of our production servers for a couple of months, just out of no where /var goes to read only. <br><br>There aren't any errors that show up in /var/log/messages nor dmesg, I checked to make sure that the drives on error option is set to continue and there isn't anything as far as I can tell wrong with the disks. Also there is plenty of disk space.
<br><br>Here is the output of tune2fs -l /dev/sda3:<br><br>Filesystem volume name: /var1<br>Last mounted on: <not available><br>Filesystem UUID: 6bb81ddf-b0f8-4c47-ae9f-b39f504c114e<br>Filesystem magic number: 0xEF53
<br>Filesystem revision #: 1 (dynamic)<br>Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery sparse_super large_file<br>Default mount options: (none)<br>Filesystem state: clean
<br>Errors behavior: Continue<br>Filesystem OS type: Linux<br>Inode count: 1281696<br>Block count: 2560359<br>Reserved block count: 128017<br>Free blocks: 1946888<br>
Free inodes: 1279680<br>First block: 0<br>Block size: 4096<br>Fragment size: 4096<br>Reserved GDT blocks: 625<br>Blocks per group: 32768<br>Fragments per group: 32768
<br>Inodes per group: 16224<br>Inode blocks per group: 507<br>Filesystem created: Wed Jun 29 10:43:21 2005<br>Last mount time: Fri Dec 1 10:30:30 2006<br>Last write time: Fri Dec 1 10:30:30 2006
<br>Mount count: 21<br>Maximum mount count: -1<br>Last checked: Wed Jun 29 10:43:21 2005<br>Check interval: 0 (<none>)<br>Reserved blocks uid: 0 (user root)<br>Reserved blocks gid: 0 (group root)
<br>First inode: 11<br>Inode size: 128<br>Journal inode: 8<br>Default directory hash: tea<br>Directory Hash Seed: 6f24f054-98af-4bd8-9af2-d40254126ac7<br>Journal backup: inode blocks
<br><br><br>Here is what is in /etc/fstab:<br><br># This file is edited by fstab-sync - see 'man fstab-sync' for details<br>LABEL=/1 / ext3 defaults 1 1<br>none /dev/pts devpts gid=5,mode=620 0 0
<br>none /dev/shm tmpfs defaults 0 0<br>none /proc proc defaults 0 0<br>LABEL=/qt1 /opt ext3 defaults 1 2
<br>none /sys sysfs defaults 0 0<br>LABEL=/var1 /var ext3 defaults 1 2<br>LABEL=SWAP-sda5 swap swap defaults 0 0
<br>/dev/hda /media/cdrom auto pamconsole,exec,noauto,managed 0 0<br>/dev/fd0 /media/floppy auto pamconsole,exec,noauto,managed 0 0<br><br clear="all">Here is the output of df -h:
<br><br>Filesystem Size Used Avail Use% Mounted on<br>/dev/sda2 22G 2.0G 19G 10% /<br>none 4.0G 0 4.0G 0% /dev/shm<br>/dev/sdb1 269G 48G 208G 19% /opt<br>
/dev/sda3 9.7G 2.3G 7.0G 25% /var<br><br>Kernel version: 2.6.9-42.0.3.ELsmp<br><br>Any help would be greatly appreciated!!<br><br>-- <br>Thx<br>Joshua Gimer