Bug 5781
| Summary: | Can't upgrade, Mounting error : Error Mounting ext2 filesystem on hda3: Invalid argument. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Stijn Jonker <sjcjonker> |
| Component: | installer | Assignee: | Jay Turner <jturner> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.1 | CC: | srevivo |
| 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: | 1999-10-21 16:10:57 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: | |||
|
Description
Stijn Jonker
1999-10-09 17:46:34 UTC
Same thing happened to me, on a Dell Dimension V350, upgrading from
RH5.2 to 6.1 with a slightly different hard disk configuration:
VFS: Error mounting ext2 filesystem on hda1: Invalid argument
Traceback from text install:
Traceback (innermost last)
File "/usr/bin/anaconda", line 225, in ?
intf.run(todo, test=test)
File
"../../../RedHat/instimage/usr/lib/python1.5/sitepackages/text.py",
line 1000 in run
rc = apply( step[1](), step[2] )
File
"../../../RedHat/instimage/usr/lib/python1.5/sitepackages/text.py",
lin __call__
parts = todo.upgradeFindRoot()
File
"../../../RedHat/instimage/usr/lib/python1.5/sitepackages/todo.py",
line 1130, in upgradeFindRoot()
isys.umount('/mnt/sysimage')
File
"../../../RedHat/instimage/usr/lib/python1.5/sitepackages/isys.py",
line 8 in umount
return _isys.umount(what)
SystemError: (22,'Invalid argument')
Fdisk output:
------------------------
Command (m for help): p
Disk /dev/hda: 255 heads, 63 sectors, 1024 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 261 2096451 7 OS/2 HPFS
/dev/hda2 262 1024 6128797+ 5 Extended
/dev/hda5 262 597 2698888+ 83 Linux native
/dev/hda6 598 750 1228941 83 Linux native
/dev/hda7 751 763 104391 82 Linux swap
/dev/hda8 764 894 1052226 7 OS/2 HPFS
/dev/hda9 895 1024 1044193+ 6 DOS 16-bit >=32M
---------------------------------------------------
fstab:
-------
/dev/hda5 / ext2 defaults 1 1
/dev/hda6 /home ext2 exec,dev,suid,rw,usrquota 1 2
/dev/hda7 swap swap defaults 0 0
/dev/fd0 /mnt/floppy vfat
user,noexec,nodev,nosuid,rw,noauto 0 0
/dev/hdc /mnt/cdrom iso9660
user,exec,dev,nosuid,ro,noauto 0 0
none /proc proc defaults 0 0
/dev/hda9 /WinUsers vfat
exec,dev,suid,rw,uid=0,gid=10,umask=007
1 1
apex.ece.ucsb.edu:eci /eci nfs exec,nodev,nosuid,ro 1 1
apex.ece.ucsb.edu:/usr.apex /usr.apex nfs exec,nodev,nosuid,ro 1
1
/dev/fd0 /mnt/ext2-floppy ext2
user,noexec,nodev,nosuid,rw,noa
uto 1 1
|