Operating System - HP-UX
1834157 Members
2353 Online
110064 Solutions
New Discussion

Re: Error: No space left on device

 
Simon Qu
Frequent Advisor

Error: No space left on device

Does anybody have experience on DG/UX?
This is a problem in DG/UX. When I try to mount a file system, I get "No space left on device" error. I am pretty sure there are space on the device.
This is not the place I should post this message. But, maybe I can get some ideas from here.

Thanks for any advice.
8 REPLIES 8
Steven E. Protter
Exalted Contributor

Re: Error: No space left on device

On HP-UX it means you have a full filesystem.

bdf

find the full filesystem. Correct the problem.

Note that you can get this warning when a process tries to allocate space and the bdf might not show a full filesystem.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
A. Clay Stephenson
Acclaimed Contributor

Re: Error: No space left on device

It's been a very long time since I've worked on DG/UX but as I recall it's pretty standard UNIX. The first thing that I would do is make sure that there is free space in the filesystem that houses the mountpoint itself. Next, you probably need to do an fsck on the filesystem before trying to mount it. Finally, are you certain that you are using the mount command that is appropriate to the filesystem type?
If it ain't broke, I can fix that.
Simon Qu
Frequent Advisor

Re: Error: No space left on device


I have fsck error:
Fatal error: block 69443 is invalid inode table block.
Sanjay_6
Honored Contributor

Re: Error: No space left on device

Hi,

seems like a corrupt filesystem.

Hope this helps.

Regds.
A. Clay Stephenson
Acclaimed Contributor

Re: Error: No space left on device

That doesn't sound good at all but it may not be as bas as you think. Just as the mount comand must match the underlying filesystem type so must the fsck command. As I recall, DG/UX even supported the old s5 (System V) filesystem type as well as ufs so you need to run the appropriate fsck command.
If it ain't broke, I can fix that.
Simon Qu
Frequent Advisor

Re: Error: No space left on device

When I run fsck, I get:
block 69443 is invalid inode table block. Rewrite as empty block ?
If yes: fix this error, but any inodes that formerly occupied slots in this block will be cleared.
If no: ignore this error, but this file system is un-mountable.

Question:
If I choose YES to fix this error, do I have problem losing some data on that disk?

Thanks.
A. Clay Stephenson
Acclaimed Contributor

Re: Error: No space left on device

The answer is probably. You might look at the man page for the mount command. Some UNIX flavors allow a -f (force) option to allow the mounting of a dirty filesystem - generally read-only.
If it ain't broke, I can fix that.
Simon Qu
Frequent Advisor

Re: Error: No space left on device

By using option -f, I was able to mount this file system. However, I have found it is an empty directory; there should be some files and sub-directories. How can I see these files and sub-directories in this file system?