On Sat, Aug 2, 2008 at 3:00 PM, Rachid Ayad <[log in to unmask]> wrote:
> On Sat, 2 Aug 2008, Brian Andrus wrote:

>>> On Sat, 2 Aug 2008, Brian Andrus wrote:
>>>
>>>> try unmounting and remounting /tmp
>>>>
>>>> umount /tmp
>>>> mount /tmp
>>>
>>>  You mean umount /scratch
>>>
>>>> check in your /etc/fstab to see if it is set for read-only.
>>>
>>>  In /etc/fstab  I have:
>>>
>>> /dev/hdb1           /scratch            ext3    rw,auto,user    0 0

You can remount with read/write permissions like:

mount -o rw,remount /dev/hdb1 /scratch

Akemi