- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Enlarge Partition
Operating System - Linux
1822158
Members
3485
Online
109640
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-18-2002 11:44 AM
тАО09-18-2002 11:44 AM
Enlarge Partition
My system has two harddrives and is set for dual boot. The first harddrive is a Windows drive. The second drive has both a Dos partition and my Linux partition on it. What I want to do is get rid of the Dos partition from the second drive all together and enlarge the Linux partition to use the whole second drive without having to re-install. Is this possible?
I have Mandrake Linux 8.1
I have Mandrake Linux 8.1
You can usually find me at www.constantreader.net
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2002 09:55 PM
тАО09-18-2002 09:55 PM
Re: Enlarge Partition
The simple option:
mount the dos partition somewhere under your filesystem, and wipe it clean (rm -r *).
the more difficult option:
use fdisk (or sfdisk) to remove the dos (=fat) partition and make a real linux partition (ext2 or ext3). And again mount this under your current filesystem.
mount the dos partition somewhere under your filesystem, and wipe it clean (rm -r *).
the more difficult option:
use fdisk (or sfdisk) to remove the dos (=fat) partition and make a real linux partition (ext2 or ext3). And again mount this under your current filesystem.
My systems are 100% Murphy Compliant. Guaranteed!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2002 12:02 AM
тАО09-19-2002 12:02 AM
Re: Enlarge Partition
Hello!
Another possibility is to use 'parted', see http://www.gnu.org/software/parted/
This software can resize partitions. But this only works if your Linux partition is before the DOS partitions since during resize the start of the partition has to stay fixed.
If your DOS partition comes first you can only create a Linux filesystem on the partition and mount it somewhere in your filesystem (change partition type for this partition with fdisk and put filesystem on it with e.g. mke2fs).
Another possibility is to use 'parted', see http://www.gnu.org/software/parted/
This software can resize partitions. But this only works if your Linux partition is before the DOS partitions since during resize the start of the partition has to stay fixed.
If your DOS partition comes first you can only create a Linux filesystem on the partition and mount it somewhere in your filesystem (change partition type for this partition with fdisk and put filesystem on it with e.g. mke2fs).
Well, yeah ... I suppose there's no point in getting greedy, is there?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP