- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Need help on RH EL4 AS
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
12-20-2006 09:13 AM
12-20-2006 09:13 AM
I need help for changing partition size on my drive sda ,could someone tell me how .
the os is RH EL4 AS
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 01:19 PM
12-20-2006 01:19 PM
Re: Need help on RH EL4 AS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 06:00 PM
12-20-2006 06:00 PM
Re: Need help on RH EL4 AS
To change the partition size on /dev/sda, you can use either "fdisk" or "parted".
But remember you have to boot into Single User OR Maintenance mode. For that at the grub prompt, press "e" , then move your prompt to the line ---
kernel /vmlinuz-2.4.20-8smp ro root=LABEL=/
then again press "e", and then at the end, add "S" and then press Enter and then press "b" to boot into single user mode.
You will then get the maintenance prompt and from here you can proceed.
Now changing partition size is a destructive method. So, make sure you have a proper backup of your partitions.
====================================
fdisk /dev/sda
and then you can type "m" to get help.
====================================
====================================
parted /dev/sda
type "help".
This is a simple to use tool
====================================
So enjoy partitioning......
ATUL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 08:40 PM
12-20-2006 08:40 PM
SolutionTake care, RH4 has a customized ext3 filesystem so use only the procedure that redhat support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2006 12:48 AM
12-21-2006 12:48 AM
Re: Need help on RH EL4 AS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2006 09:52 AM
12-21-2006 09:52 AM
Re: Need help on RH EL4 AS
I have done it using LVM and now i am getting more familiar with partitioning .
Regards.