- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vx_nospace -/dev/root file system full (1 block ex...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:42 PM
03-19-2002 12:42 PM
vx_nospace -/dev/root file system full (1 block extent)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:45 PM
03-19-2002 12:45 PM
Re: vx_nospace -/dev/root file system full (1 block extent)
1) Check for large file in your / filesystem if it is full. Typically check for /dev/rmt/om (used instead of 0m, the number zero).
2) To fix the /dev/root problem if bdf shows / as /dev/root
# mv /etc/mnttab /etc/mnttab.old
# mount -a
bdf should now show / as /dev/vg00/lvol3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:46 PM
03-19-2002 12:46 PM
Re: vx_nospace -/dev/root file system full (1 block extent)
Try to remove some file from root. Look at the directory /dev/rmt for an big files. Sometimes pepoles are giving the device name /dev/rm/om instead of /dev/rmt/0m. Most of the time problem started from here.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:46 PM
03-19-2002 12:46 PM
Re: vx_nospace -/dev/root file system full (1 block extent)
Have you done a tar and got the divice file wrong om instead of 0m ?
Check /dev/rmt for big file.
Have you done a copy to a non mounted file system ?
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:46 PM
03-19-2002 12:46 PM
Re: vx_nospace -/dev/root file system full (1 block extent)
a quick way to find bad files in /dev is:
find /dev -type f -exec ls -l {} \;
live free or die
harry