Help!

FC4 Problem Read-only file system


Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Installation RSS
Next:  How to upgrade java on redhat?  
Author Message
Great Deals
External


Since: Jan 15, 2007
Posts: 2



PostPosted: Mon Jan 15, 2007 3:36 am    Post subject: FC4 Problem Read-only file system
Archived from groups: linux>redhat>install (more info?)

I run a Plesk server on FC-4. The server has run solid for months. Today I
lost my email then HTTP. Plesk has not replied yet so I figure I will ask. I
ssh intot he box and find that everything seems to be in read only mode?
Anyway to correct this? He is an example:

Mailing from root gices this result:
/tmp/RsRAbAks: Read-only file system

mkdir nnn

mkdir: cannot create directory `nnn': Read-only file system
Back to top
Lenard
External


Since: Apr 07, 2004
Posts: 455



PostPosted: Mon Jan 15, 2007 12:49 pm    Post subject: Re: FC4 Problem Read-only file system [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Great Deals wrote:

> I run a Plesk server on FC-4. The server has run solid for months. Today I
> lost my email then HTTP. Plesk has not replied yet so I figure I will ask.
> I ssh intot he box and find that everything seems to be in read only mode?
> Anyway to correct this? He is an example:

Read 'man mount' minus the single quotemarks for the details, try something
like; /bin/mount -remount -a


--
Contained within the Microsoft EULA;
This Limited Warranty is void if failure of the Product has resulted
from accident, abuse, misapplication, abnormal use or a virus.
Back to top
Great Deals
External


Since: Jan 15, 2007
Posts: 2



PostPosted: Mon Jan 15, 2007 4:25 pm    Post subject: Re: FC4 Problem Read-only file system [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks I am not an admin so I ran it like you said and got a failure
message:
Can you tell me the part that is missing? df -h shows this

[root@sms ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
287G 5.8G 267G 3% /
/dev/hda1 99M 23M 72M 24% /boot
/dev/shm 490M 0 490M 0% /dev/shm
==== Belwo is the failure message =====
[root@sms ~]# /bin/mount -remount -a
/bin/mount: invalid option -- e
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .


"Lenard" <lenard RemoveThis @127.0.0.1> wrote in message
news:zLKqh.8864$ji1.7751@newssvr12.news.prodigy.net...
> Great Deals wrote:
>
>> I run a Plesk server on FC-4. The server has run solid for months. Today
>> I
>> lost my email then HTTP. Plesk has not replied yet so I figure I will
>> ask.
>> I ssh intot he box and find that everything seems to be in read only
>> mode?
>> Anyway to correct this? He is an example:
>
> Read 'man mount' minus the single quotemarks for the details, try
> something
> like; /bin/mount -remount -a
>
>
> --
> Contained within the Microsoft EULA;
> This Limited Warranty is void if failure of the Product has resulted
> from accident, abuse, misapplication, abnormal use or a virus.
Back to top
Lenard
External


Since: Apr 07, 2004
Posts: 455



PostPosted: Mon Jan 15, 2007 4:53 pm    Post subject: Re: FC4 Problem Read-only file system [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Great Deals wrote:

> Thanks I am not an admin so I ran it like you said and got a failure
> message:

Sorry, my fault the command should be; /bin/mount -o remount -a

--
Contained within the Microsoft EULA;
This Limited Warranty is void if failure of the Product has resulted
from accident, abuse, misapplication, abnormal use or a virus.
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Installation All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum