- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: full fs on /tmp but big space in partition
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-2004 02:13 PM
07-09-2004 02:13 PM
here's my partition
/dev/vg00/lvol2 5119456 49644 4813812 2% /tmp
but when i put a file on it, its says no space left. i dont understand since only 2% is utilized. ive checked the VG's already and evetything is doin fine. /home and /tmp are configure from LVM. using Linux 2.4.21-4 RH AS
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 04:52 PM
07-09-2004 04:52 PM
Re: full fs on /tmp but big space in partition
Could you please post df -H o/p
Have you deleted some files from this
filesystem recently ?
And those files may have links.
Can you try fsck on that filesystem and check.
By any chance you have not configured the quota for that particular user.
Are you sure you are not copying it to some other directory ? ( Just checking for Human error)
The last but not least case would be try rebooting the system and check if possible.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 05:09 PM
07-09-2004 05:09 PM
Re: full fs on /tmp but big space in partition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2004 05:27 PM
07-10-2004 05:27 PM
Re: full fs on /tmp but big space in partition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2004 06:03 PM
07-10-2004 06:03 PM
Re: full fs on /tmp but big space in partition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2004 07:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2004 02:23 AM
07-11-2004 02:23 AM
Re: full fs on /tmp but big space in partition
Many a times a partition does not match the default inode allocation... ie: you place too many small files in the partition...
If the IFree column shows 0 for your partition, you will have to run mke2fs or something similar and allocate more inodes, for mke2fs the option is N=bignumber..