HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: partition new hd
Operating System - Linux
1829748
Members
1495
Online
109992
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
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
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
06-27-2005 03:31 AM
06-27-2005 03:31 AM
partition new hd
Red Hat Enterprise linux 3.0
How to see and partition fdisk a new HD recently added to my system?
How to see and partition fdisk a new HD recently added to my system?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 03:58 AM
06-27-2005 03:58 AM
Re: partition new hd
depending on the type of drive.
if it is scsi, device name should be /dev/sdb or /dev/sdc or /dev/sdd. if it is smart array and separate logical drive is created then it should be /dev/cciss/c0d1
just do 'fdisk -l' it should give list of drives available for configure. your new drive should be listed with empty partition list with the drive name (/dev/sdb etc). to partition it run 'fdisk'. it should drop you in command line prompt where you can partition.
or if you are not comfortable in command line, there are good GUI utilities available for this(partition magic, qparted etc).
remember you may have to reboot your system for the new hard disk to get detected.
Hope this helps,
Gopi
if it is scsi, device name should be /dev/sdb or /dev/sdc or /dev/sdd. if it is smart array and separate logical drive is created then it should be /dev/cciss/c0d1
just do 'fdisk -l' it should give list of drives available for configure. your new drive should be listed with empty partition list with the drive name (/dev/sdb etc). to partition it run 'fdisk
or if you are not comfortable in command line, there are good GUI utilities available for this(partition magic, qparted etc).
remember you may have to reboot your system for the new hard disk to get detected.
Hope this helps,
Gopi
Never Never Never Giveup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 04:20 PM
06-27-2005 04:20 PM
Re: partition new hd
after the fdisk -l
You make a full system backup to cover you from making a mistake.
then
fdisk /dev/hdb
change hdb to whatever is displayed on the previous command.
There is a simple menu system that will let you carve up the disk into volumes.
Then you have to run mkfs to create a fileystem and modify /etc/fstab to make sure it gets mounted at boot time.
SEP
You make a full system backup to cover you from making a mistake.
then
fdisk /dev/hdb
change hdb to whatever is displayed on the previous command.
There is a simple menu system that will let you carve up the disk into volumes.
Then you have to run mkfs to create a fileystem and modify /etc/fstab to make sure it gets mounted at boot time.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP