Bug 12034
| Summary: | Error mounting md0: Invalid argument | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Michael McConachie <michael> |
| Component: | anaconda | Assignee: | Brock Organ <borgan> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.1 | CC: | claudiol |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-07-21 01:13:38 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Passed to test lab for verification. does winston beta2 solve this problem ...? Nope, same results. The log entries even look identical (except for the
increment increase for sdx1 events).
--gleep
This defect is considered MUST-FIX for Winston Beta-5 *** This bug has been marked as a duplicate of 13544 *** Date: Wed, 16 Aug 2000 18:03:23 -0400 (EDT) From: Michael McCormack <michael> To: Brock Organ <borgan> Subject: Bug #12034 I went to the bug I had opened but discovered that I no longer have permission to view it . . . Heh. Anyway, it looks like the latest version of pinstripe has fixed the problem with the raid array not being recognized right in fstab. --gleep Michael, you should be able to view this bug now ... :) |
Traceback: File "/usr/bin/anaconda", line 392, in ? intf.run(todo, test = test) File "/usr/lib/anaconda/text.py", line 348, in __call__ todo.upgradeFindPackages (root) File "/usr/lib/anaconda/todo.py", line 784, in upgradeFindPackages self.fstab.mountFilesystems (self.instpath) File "/usr/lib/anaconda/fstab.py", line 633, in mountFilesystems raise SystemError, (errno, msg) SystemError: (22, 'Invalid argument') Install Log: going to insmod vfat.o (path is NULL) got mount list [('/', 'sda1', 'ext2', 0, 0)] got mount list [('/', 'sda1', 'ext2', 0, 0), ('/usr', 'sda3', 'ext2', 0, 0)] got mount list [('/', 'sda1', 'ext2', 0, 0), ('/usr', 'sda3', 'ext2', 0, 0)] got mount list [('/', 'sda1', 'ext2', 0, 0), ('/usr', 'sda3', 'ext2', 0, 0), ('/usr/local', 'sdf1', 'ext2', 0, 0)] got mount list [('/', 'sda1', 'ext2', 0, 0), ('/home', 'sdg1', 'ext2', 0, 0), ('/usr', 'sda3', 'ext2', 0, 0), ('/usr/local', 'sdf1', 'ext2', 0, 0)] got mount list [('/', 'sda1', 'ext2', 0, 0), ('/home', 'sdg1', 'ext2', 0, 0), ('/home/mux', 'md0', 'ext2', 0, 0), ('/usr', 'sda3', 'ext2', 0, 0), ('/usr/local', 'sdf1', 'ext2', 0, 0)] System Log: <4>raid0: Allocating 8 bytes for hash. <6>md: updating md0 RAID superblock on device <4>sdd1 [events: 0000004b] (write) sdd1's sb offset 510848 <4>sdc1 [events: 0000004b] (write) sdc1's sb offset 510848 <4>sdb1 [events: 0000004b] (write) sdb1's sb offset 510848 <4>. <4>... autorun DONE. <4>EXT2-fs warnming: maximal mount count reached, running e2fsck is recommended <4>marking sb clean... <6>md: updating md0 RAID superblock on device <4>sdd1 [events: 0000003c] (write) sdd1's sb offset 510848 <4>sdc1 [events: 0000003c] (write) sdc1's sb offset 510848 <4>sdb1 [events: 0000003c] (write) sdb1's sb offset 510848 <4>. <4>unbind<sdd1,2> <4>export_rdev(sdd1) <4>unbind<sdc1,0> <4>export_rdev(sdc1) <4>unbind<sdb1,0> <4>export_rdev(sdb1) <6>md0 stopped. <4>EXT2-fs warning: maximal mount count reached, running e2fsck is recommended <3>Bad md_map in ll_rw_block <4>EXT2-fs: unable to read superblock /etc/fstab: /dev/sda1 / ext2 defaults 1 1 /dev/sda3 /usr ext2 defaults 1 2 /dev/sda2 swap swap defaults 0 0 #/dev/sdf1 /home ext2 defaults 1 2 /dev/sdf1 /usr/local ext2 defaults 1 2 /dev/sdg1 /home ext2 defaults 1 2 #/dev/sdb1 /mnt/oldlocal ext2 defaults 1 2 /dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0 /dev/fd0 /mnt/floppy ext2 noauto,owner 0 0 none /proc proc defaults 0 0 none /dev/pts devpts gid=5,mode=620 0 0 /dev/md0 /home/mux ext2 defaults0 0 (removed the commented out entries; same result) Interestingly enough, a network install lastnight from winston/i386/ worked after a couple tries. Commenting out /dev/md0 has the result of the installation continuing