|
Home > Archive > Unix Shell > November 2006 > Storage problem in Unix Server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Storage problem in Unix Server
|
|
| senatorcool2002@gmail.com 2006-11-30, 1:33 am |
| Hi,
Recently i downloaded a file of nearly 33 MB into my Unix server.
Because of that i am getting some message like
msgcnt 62 vxfs: mesg 001: vx_nospace - /dev/vg00/lv_home file system
full (1 ck extent)
Due to this i am unable to run any commands.
I have to delete that.
I tried to remove the directory using rmdir -f temp
But getting the message
Please help me in getting out of the problem.
Thanks in advance
Arun
| |
| Michael Tosch 2006-11-30, 7:27 am |
| senatorcool2002@gmail.com wrote:
> Hi,
> Recently i downloaded a file of nearly 33 MB into my Unix server.
> Because of that i am getting some message like
>
> msgcnt 62 vxfs: mesg 001: vx_nospace - /dev/vg00/lv_home file system
> full (1 ck extent)
>
>
> Due to this i am unable to run any commands.
> I have to delete that.
> I tried to remove the directory using rmdir -f temp
> But getting the message
>
>
The process might still be writing to the file.
You must find and kill the process.
--
Michael Tosch @ hp : com
| |
| Bill Marcum 2006-11-30, 1:17 pm |
| On 29 Nov 2006 23:02:00 -0800, senatorcool2002@gmail.com
<senatorcool2002@gmail.com> wrote:
> Hi,
> Recently i downloaded a file of nearly 33 MB into my Unix server.
> Because of that i am getting some message like
>
> msgcnt 62 vxfs: mesg 001: vx_nospace - /dev/vg00/lv_home file system
> full (1 ck extent)
>
>
> Due to this i am unable to run any commands.
> I have to delete that.
> I tried to remove the directory using rmdir -f temp
> But getting the message
>
This message?
rmdir: invalid option -- f
Try `rmdir --help' for more information.
Use 'rm -rf' to remove a directory that is not empty.
--
Sir, it's very possible this asteroid is not stable.
-- C3P0
|
|
|
|
|