The following was filed automatically by anaconda: anaconda 14.22 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1747, in parseFSTab raise Exception("fstab entry %s is malformed: %s" % (devspec, e)) File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1342, in mountExistingSystem fsset.parseFSTab() File "/usr/lib64/python2.7/site-packages/pyanaconda/upgrade.py", line 229, in upgradeMountFilesystems mountExistingSystem(anaconda, anaconda.upgradeRoot[0], allowDirty = 0) File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 212, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 131, in gotoNext self.moveStep() File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1278, in setScreen self.anaconda.dispatch.gotoNext() File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1191, in nextClicked self.setScreen () Exception: fstab entry /dev/sda3 is malformed: scanned format (ext3) differs from fstab format (ext4)
Created attachment 459064 [details] Attached traceback automatically from anaconda.
Created attachment 459071 [details] /etc/fstab
*** This bug has been marked as a duplicate of bug 649171 ***
Created attachment 474004 [details] Attached traceback automatically from anaconda.
Created attachment 528303 [details] Attached traceback automatically from anaconda.
Hi, Here's my fstab. Can you tell me specifically what is malformed? Regards, George... # # /etc/fstab # Created by anaconda on Thu Apr 7 21:13:51 2011 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # /dev/sda2 / ext4 defaults 1 1 /dev/sda1 /boot ext4 defaults 1 2 /dev/sda3 swap swap defaults 0 0 /dev/sda5 /var ext4 defaults 1 2 /dev/sda6 /opt ext4 defaults 1 2 /dev/sda7 /usr ext4 defaults 1 2 /dev/sda8 /export/home ext4 defaults 1 2 # # special file systems... # tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0
According to the error message, sda2 appears to have an ext3 filesystem on it, but your fstab says it's ext4. Anyway, we should have a fix in to make sure you don't see this message anymore.
Chris, The df -T command says ext4. This is a really odd problem. Regards, George...
Chris, Will you be making a new cd with the solution in it? I'd be willing to test if you need someone. FC14 and FC15. George...