- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /root filesystem full but there is no any file occ...
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
07-09-2002 01:17 AM
07-09-2002 01:17 AM
/root filesystem full but there is no any file occupied the /root space??
Note:
My machine is K580 with HP-UX 11.00
Thanks in advance.
Regards,
Allen Hung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 01:20 AM
07-09-2002 01:20 AM
Re: /root filesystem full but there is no any file occupied the /root space??
So when it is not mounted then it uses the / file system.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 01:27 AM
07-09-2002 01:27 AM
Re: /root filesystem full but there is no any file occupied the /root space??
Regards,
Allen Hung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 01:34 AM
07-09-2002 01:34 AM
Re: /root filesystem full but there is no any file occupied the /root space??
from the system where file exist
#ftp hostname
ftp> cd /abc
ftp> bin
ftp> mput file_name
ftp> bye
will put the file in /abc and not in /
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 03:01 AM
07-09-2002 03:01 AM
Re: /root filesystem full but there is no any file occupied the /root space??
I had a similar problem few days ago. Check if this could be the reason.
#umount /abc
Now see if there is something in the folder under /abc and check if this is empty. Possiblity that FS was mount on the folder which already had some files in it.
Good luck.
Haresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 05:20 AM
07-09-2002 05:20 AM
Re: /root filesystem full but there is no any file occupied the /root space??
bdf /abc
And look at the right hand side to see if it is / or /abc. A mountpoint is a simple directory until something is mounted over it. The directory looks the same either way but where the data is stored depends on what bdf reports.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 06:41 AM
07-09-2002 06:41 AM
Re: /root filesystem full but there is no any file occupied the /root space??
Just a thought , when you did the FTP where did the system take you to , in case the home directorty of the suer is not set in the system will take you to the root and hence the error ?
Manoj Srivastava