- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: RHAS3U3-SoftwareRAID-e2label
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-08-2004 09:24 PM
11-08-2004 09:24 PM
RHAS3U3-SoftwareRAID-e2label
I have a software raid5 setup for a data partition consisting of 3 disks (sdb1,sdc1,sdd1). I labeled the device /dev/md0 with the command 'e2label /dev/md0 /data' and enterd the following entry into /etc/fstab 'LABEL=/data /data ext3 defaults 1 2'. Everything worked fine, the raid device started and was mounted correct after reboot BUT then I changed the disk label to /datavol and changed the entry in /etc/fstbab accordingly (with command e2label /dev/md0 /datavol)- since this time I cannot automatically mount the raid device during bootup, it fails with:
Starting up Raid device md0 (skipped) -
"A block group is missing an inode table while checking ext3 journal for /datavol".
If I mount with '/dev/md0 /data ext3 defaults 1 2' withinh the /etc/fstab everything works fine again after reboot.
any suggestions or ideas whats wrong ?
thanks for any help,
Matthias
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 09:34 PM
11-08-2004 09:34 PM
Re: RHAS3U3-SoftwareRAID-e2label
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 10:26 PM
11-08-2004 10:26 PM
Re: RHAS3U3-SoftwareRAID-e2label
Matthias
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 11:22 PM
11-09-2004 11:22 PM
Re: RHAS3U3-SoftwareRAID-e2label
change the line in /etc/fstab from:
LABEL=/data /data ext3 defaults 1 2
to:
/dev/md0 /data ext3 defaults 1 2
so you don't need to label your volumes.
best regards,
johannes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 01:24 PM
01-27-2005 01:24 PM
Re: RHAS3U3-SoftwareRAID-e2label
I am having the exact problem. Did you get it resolved other than use the device name instead of a LABEL?
Thanks,
Jiangbo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 07:41 PM
01-27-2005 07:41 PM
Re: RHAS3U3-SoftwareRAID-e2label
i had this problem only on one system (but there reproducable !!) .. i tried it several times with new installations but this exact problem never showed up again on any of this new installations !!!
i don't know what is corrupted or where and i didn't solve it other than just mounting the device directly instead of using labels :-(
sorry i have no good solution for you...
bye
Matthias
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 12:28 AM
01-28-2005 12:28 AM
Re: RHAS3U3-SoftwareRAID-e2label
try fsck to rpair /dev/md0, perhaps something wents wrong with your configuration.
best regards,
johannes