- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: no space left on device
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
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
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
тАО05-09-2007 02:31 AM
тАО05-09-2007 02:31 AM
###################################
# df -i .
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/vg00/home 655360 190 655170 1% /home
# df -h .
Filesystem Size Used Avail Use% Mounted on
/dev/vg00/home 5.0G 65M 4.8G 2% /home
####################################
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 02:42 AM
тАО05-09-2007 02:42 AM
Re: no space left on device
If you delete the file and there is still an open process with a file handle open, the space is not returned usable to the system.
Fixes:
1) find and kill processes on /home fuser -u /home
2) reboot
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 03:36 AM
тАО05-09-2007 03:36 AM
Re: no space left on device
################################3
# lsof /home
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
ksh 29007 sysadmin cwd DIR 58,0 4096 32769 /sysadmin
su 29140 root cwd DIR 58,0 4096 32769 /sysadmin
ksh 29619 sysadmin cwd DIR 58,0 4096 32769 /home/sysadmin
su 29640 root cwd DIR 58,0 4096 32769 /home/sysadmin
ksh 30474 pprasad cwd DIR 58,0 4096 180226 /home/pprasad
# fuser -u /home
/home:
No process references; use -v for the complete list
#
#######################3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 05:29 AM
тАО05-09-2007 05:29 AM
Re: no space left on device
# lvscan
lvscan -- ACTIVE "/dev/vg00/home" [5 GB]
lvscan -- ACTIVE "/dev/vg00/opt" [1 GB]
lvscan -- ACTIVE "/dev/vg00/tmp" [2 GB]
lvscan -- ACTIVE "/dev/vg00/var" [4 GB]
lvscan -- ACTIVE "/dev/vg00/wcc" [25 GB]
lvscan -- ACTIVE "/dev/vg00/library" [4 GB]
lvscan -- ACTIVE "/dev/vg00/data" [2 GB]
lvscan -- 7 logical volumes with 43 GB total in 1 volume group
lvscan -- 7 active logical volumes
# umount /dev/vg00/home
umount: /dev/vg00/home: not mounted
# lvremove /dev/vg00/home
lvremove -- can't remove open logical volume "/dev/vg00/home"
# lvchange -a n /dev/vg00/home
lvchange -- operation not permitted for (open) logical volume "/dev/vg00/home"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 06:00 AM
тАО05-09-2007 06:00 AM
Re: no space left on device
# fuser -cu /home
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 06:04 AM
тАО05-09-2007 06:04 AM
Re: no space left on device
> umount: /dev/vg00/home: not mounted
Might want to try
# umount /home
But I believe the file system is still in use and the command is going to fail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 07:28 AM
тАО05-09-2007 07:28 AM
Re: no space left on device
Please post the outout of:
dumpe2fs -h /dev/vg00/home
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 01:22 PM
тАО05-09-2007 01:22 PM
Re: no space left on device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2007 03:29 PM
тАО05-10-2007 03:29 PM
Re: no space left on device
As per the df output the /home is not started using still ??
Why dont you try a file system recreation ?
Run mkfs.ext3 once and try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2007 03:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2007 05:24 PM
тАО05-10-2007 05:24 PM
Re: no space left on device
Lets see what difference fsck make in this case !!
Let us know the outcome.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2007 12:44 AM
тАО05-11-2007 12:44 AM
Re: no space left on device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2007 12:46 AM
тАО05-11-2007 12:46 AM