Operating System - HP-UX
1847987 Members
5227 Online
104022 Solutions
New Discussion

Re: /dev/root file system full

 
Steve Yang_2
Advisor

/dev/root file system full

When I was downloading a large file from internet,
I found this error:
vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)

Netscape hung up and stoped downloading.

I put the file in /home where is enough space to hold the file.

Thanks in advance.
steve_yxf
9 REPLIES 9
Steve Yang_2
Advisor

Re: /dev/root file system full

more info here

# bdf /dev/root
Filesystem kbytes used avail %used Mounted on
/dev/root 143360 31121 105225 23%


there are lots of space on /dev/root.

Why is that happening?

Thanks
steve_yxf
Patrick Chim
Trusted Contributor

Re: /dev/root file system full

Hi,

Does your 'temporary internet files' setting have been set to store in / directory and so when you are downloading a large file it make / full ?

Regards,
Patrick
harry d brown jr
Honored Contributor

Re: /dev/root file system full

Steve,

Rule # 1

NEVER download files to ANY root filesystem.

Rule # 2

See rule # 1


------
When you did the bdf, was it after you stopped netscape or while it was "hung"??

live free or die
harry
Live Free or Die
Yogeeraj_1
Honored Contributor

Re: /dev/root file system full

hi,

Do a bdf /
then a bdf /home

Most probably there are not found on the same logical volume.

AS mentioned above, NEVER store personnal files on the root file system.

Also, check your temporary internet files settings in Netscape.

Hope this helps!
Best Regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Steve Yang_2
Advisor

Re: /dev/root file system full

How to set Netscape tempfile to another palce? I could not find a menu there.

Thank you so much!
steve_yxf
Bill Hassell
Honored Contributor

Re: /dev/root file system full

By default, Netscape will download into the current directory. Most likely, you are logged in as root (first mistake) and probably have / as your home directory (second mistake). To fix the first one, never login as root unless you are performing system administration, always login as an ordinary user.

Even as an ordinary user, when you download a file, never accept the default location for a download. Pick a specific directory and ideally, create a special directory so you'll remember where it is. This is true for any opsystem, whether Unix or PC or Mac, etc.

For the second problem, you need to change root's home directory to something in /home, perhaps /home/root. Then move all files to the new location. / should have no ordinary files.


Bill Hassell, sysadmin
Michael Tully
Honored Contributor

Re: /dev/root file system full

In regards to having your root filesystem as /dev/root (should be /dev/vg00/lvol3) this needs to be fixed also. This generally can happen after booting into LVM maintenance mode or single-user mode.

# mv /etc/mnttab /etc/mnttab.bak
# mount -a

Check to make sure that /dev/vg00/lvol3 is
set to be mounted on / in your /etc/fstab file

Anyone for a Mutiny ?
Ulrich Deiters
Frequent Advisor

Re: /dev/root file system full

One more problem of netscape: It maintains a folder ".netscape" in your home directory (in the root directory, if you use it as superuser), where it keeps its cache. You can set the maximum cache size of netscape via the edit->preferences menu, but netscape feels free to ignore this; i.e., the cache can grow without restriction. So better check if you have such a folder, and how big it is.
Pete Randall
Outstanding Contributor

Re: /dev/root file system full

Steve,

It's the .netscape cache file that fills up the root file system. As soon as the download fails or completes, the problem goes away. That's why your bdf output shows only 23%. You can cure this by doing your download as a user whose $HOME is not in the root file system.

Pete

Pete