<div class="gmail_quote">Hi Team,<br><br>Is it possible to have check the disk is Read-Only or Red-Write.<br><br>In below case, I cannot monitor the disk is in writable mode or not with check_disk and I want to single check for all this errors.<br>

<br><b>e.g. :</b><br><br>[root@localhost libexec]# ./check_disk -w 20% -c 5% -p /svn<br><br>DISK OK - free space: /svn 95166 MB (99% inode=99%);| /svn=506MB;80634;95753;0;100793<br><br>[root@localhost libexec]# touch /svn/testfile<br>

<br>touch: cannot touch `/svn/testfile': Read-only file system<br><br>[root@localhost libexec]# mount |grep /svn<br><br>/dev/mapper/VolGroup01-svn on /svn type ext3 (rw)<br><br><br><br>So, error can be - CRITICAL:Disk /svn is mounted but unable to write on the disk.<br>
<br><br>Thanks,<br>
</div>