- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Cannot use space on extended LV
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
09-14-2005 01:29 AM
09-14-2005 01:29 AM
Cannot use space on extended LV
Red Hat Enterprise Linux ES release 3 (Taroon Update 4)
I have used the lvextend command to add 500MB to a logical volume that was at 100%.
I unmounted the the lv and ran:
resize2fs /dev/vg00/usr_local
I then remounted the file system and now I show a little under 30% free:
df .
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/vg00/usr_local 1519896 1010936 432160 71% /usr/local
The problem is when I try and copy a file to a directory under this lv I get the following error:
cp: writing `test': No space left on device
Anyone know what I am doing wrong?
Thanks,
T.J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 01:38 AM
09-14-2005 01:38 AM
Re: Cannot use space on extended LV
Have you extended the filesystem? (extendfs).
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
09-14-2005 01:41 AM
09-14-2005 01:41 AM
Re: Cannot use space on extended LV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 02:24 AM
09-14-2005 02:24 AM
Re: Cannot use space on extended LV
Do an df -i. See if you have i-nodes available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 02:26 AM
09-14-2005 02:26 AM
Re: Cannot use space on extended LV
Looks like there is plenty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 02:34 AM
09-14-2005 02:34 AM
Re: Cannot use space on extended LV
What was the response code to the resize command?
Any non-zero response means it failed.
You may need to umount and mount the filesystem to get the space recognized. Booting the system would accomplish the same thing.
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
09-14-2005 02:37 AM
09-14-2005 02:37 AM
Re: Cannot use space on extended LV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 02:39 AM
09-14-2005 02:39 AM
Re: Cannot use space on extended LV
You can also try a file system check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 02:41 AM
09-14-2005 02:41 AM
Re: Cannot use space on extended LV
Is the file system mounted as RO?
Can you edit any file in that filesystem?
Do touch
Try copy a file from that filesystem to itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 11:18 PM
09-14-2005 11:18 PM
Re: Cannot use space on extended LV
How does /etc/fstab look.
Sorry for all the questions...