- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Increase The size Of the "/usr" and "/opt"
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
02-11-2005 03:00 AM
02-11-2005 03:00 AM
Increase The size Of the "/usr" and "/opt"
Please how can i modify filesystems,like (/usr,/opt) after installation?
Ps : I have Linux Redhat 3 AS.
Best regards.
Thank's a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2005 03:10 AM
02-11-2005 03:10 AM
Re: Increase The size Of the "/usr" and "/opt"
Hopefully you have some free space to allocate on the box.
I do not believe that either /usr or /opt has a requirement that it be contiguous.
If you are using LVM once the partition is set up, you can use extendfs on the filesystem.
In general, I overengineer my systems to avoid this issue, because the disk druid in install makes for easier filesystem/parition configuration.
I can tell you how to preserve your existing configuraion and do an OS reinstall to get you the larger partitions. Depends on what you are running.
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
02-11-2005 03:16 AM
02-11-2005 03:16 AM
Re: Increase The size Of the "/usr" and "/opt"
Try using GNU Parted. It is a program for creating, destroying, resizing, checking and copying partitions, and the file systems on them. This is useful for creating space for new operating systems, reorganising disk usage, copying data between hard disks and disk imaging.
For more information gp to:
http://www.gnu.org/software/parted
Regards,
Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 06:40 PM
02-14-2005 06:40 PM
Re: Increase The size Of the "/usr" and "/opt"
The only [almost] 100% safe way to resize filesystem it's LVM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 08:35 PM
02-14-2005 08:35 PM
Re: Increase The size Of the "/usr" and "/opt"
So it can eliminate the need to rebuild the entire system.
(It's a special case.)