- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: fdisk help
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
06-30-2006 07:53 AM
06-30-2006 07:53 AM
When I do fdisk, new for part, when it asks me for size, do I just say +40g, or how do I specify 40gig size. I have a 404g space but I am only able to create 4 partitions and only 1 extended partition. Not sure what I'm doing wrong here. Any help is appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2006 08:24 AM
06-30-2006 08:24 AM
Re: fdisk help
+40000M
You should create 3 primary paritions, one extended partition that uses the whole disk, and then logical units of 40 GB each.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2006 08:48 AM
06-30-2006 08:48 AM
Re: fdisk help
I have a total of 404gigs. 53546 cylinders. I need a total of 10 partitions of 40gigs and one part.. of 100gigs.
Thanks and points will be assigned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2006 09:39 AM
06-30-2006 09:39 AM
Solutionrun fdisk:
n (new)
p (primary)
first cylinder (accept default)
last cylinder +40000M
n (new)
p (primary)
first cylinder (accept default)
last cylinder +40000M
n (new)
p (primary)
first cylinder (accept default)
last cylinder +40000M
n (new)
e (extended)
first cylinder (accept default)
last cylinder (accept default)
n (new)
(You wont be prompted if you want primary, extended or logical unit because logical units is all you can create)
first cylinder (accept default)
last cylinder +40000M
n (new)
(You wont be prompted if you want primary, extended or logical unit because logical units is all you can create)
first cylinder (accept default)
last cylinder +40000M
And so on until you create all your partitions. Use (w) to save the changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2006 11:00 AM
06-30-2006 11:00 AM