Operating System - HP-UX
1753803 Members
7538 Online
108805 Solutions
New Discussion

Re: msgcnt 112 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block ext)

 
Peter7
New Member

msgcnt 112 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block ext)

Hello everyone,

 

Please kindly help out. I was doing a restore from a USP device and got the message below, "vx_nospace - /dev/root file system full (1 block ext)    i guess the space is filled up. what do I do please?

 

 

 

 

1 REPLY 1
Todd McDaniel_1
Honored Contributor

Re: msgcnt 112 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block ext)

you will need to rm the offending file. perform a find command.

find / -type f -exec ls -s {} \; | sort -n -r | head -5
Unix, the other white meat.