- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- expanding /var
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-17-2003 10:37 AM
07-17-2003 10:37 AM
expanding /var
thanks
gnuckles@pacificex.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 10:54 AM
07-17-2003 10:54 AM
Re: expanding /var
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
07-17-2003 12:03 PM
07-17-2003 12:03 PM
Re: expanding /var
check out GNU parted.
http://www.gnu.org/software/parted/
assuming that you have free space on your disk and all you are running is ext2/ext3 FS, u should be able to do with this.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 12:28 PM
07-17-2003 12:28 PM
Re: expanding /var
Parted is a great tool, you'll have a good tut on the site suggested by Balaji.
Adding to these tips, here are some bad and good news :
- you can't do it on the fly. You have to umount the partitions you want to resize...
- One easy way is to add a HD, and mount it under the partition you want to expand.
Whatesoever, the best way to do this resizing is :
Go to parted,
Make yourself a boot disk, they provide many .img files for that according to your hardware.
Read parted how to, but you'll see it's quite easy tool.
Boot from boot disk, and just do it (of course you backed up what you could from the crash...)
Good luck.
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 12:43 PM
07-17-2003 12:43 PM
Re: expanding /var
As the guys says the parted is the good
tool.
If not use GNU/Linux then you will need to
create boot disket of GNU/Linux
This you could find on the site of parted
www.gnu.org/software/parted/
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 02:24 PM
07-17-2003 02:24 PM
Re: expanding /var
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 03:10 PM
07-17-2003 03:10 PM
Re: expanding /var
http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/release-notes/x86/
it is good that they got rid of it. i remember people telling that if u edit a config manually and then use linux conf to edit it again, all the manual changes or lost and something like that.
ur better of with vi and the shell than using any fancy gui's unless u are new.
-balaji