- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- RAID 1 and Linux Disk Partition
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
11-13-2005 05:42 PM
11-13-2005 05:42 PM
If I parse the Disk 1 into:
hda1 for OS and
hda2 for data file
what should I do about the Disk2? --I mean, do I need to parse the Disk 2 into corresponding hdb1 and hdb2? Or the RAID system will automatically parse Disk 2 and make it mirror Disk 1?
Thanks to help.
Scott
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2005 06:55 PM
11-13-2005 06:55 PM
Solutiondo you have a hardware-raid (Smart-Array) or software-raid (MD Device Driver)?
If you use a hardware-raid the two disks build one RAID-1 array. If you create partitions on that RAID-1, both partitions will be mirrored. If you use a software-raid, you got a MD-Device (/dev/md0). In this case, you need to create two partitions on that device.
Regards,
Patrick
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 07:57 AM
11-14-2005 07:57 AM
Re: RAID 1 and Linux Disk Partition
Does this mean, though there are two disks in RAID 1, the Linux sees or treated them as one device--correct? If so, I just take them as if I only have one hard drive and do the partition such as hda1 (for OS), hda2 (for log files), etc. --right?
Thanks to help.
Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 10:50 AM
11-14-2005 10:50 AM
Re: RAID 1 and Linux Disk Partition
When you create a raid, the OS sees only one device. You don't need to worry about the disks, you only need to work when one disk fails.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 06:52 PM
11-14-2005 06:52 PM
Re: RAID 1 and Linux Disk Partition
if you have a hardware-raid (two disks connected to a Smart-Array controller and configured as RAID 1), you see only one (virtual) disk. On that disk you can create your partitions. Try the following command:
fdisk /dev/ida/c0d0
Regards,
Patrick
Patrick