Hi
Im am using Ver 5.5 with all update installed.
After a failed upgrade to Ver 5.6 it seems that the filesystem was converted to ext3, but I am still at ver 5.5.
Now, at each reboot, the system says that it was not cleanly unmounted and do a fsck. No errors are found and the system loads normally. this prevents me from upgrading or repairing ....
I don't know enough about all this to take chances and lose my data.
######################
root@fileserver root]# cat /proc/filesystems
ext2
nodev proc
iso9660
nodev devpts
nodev usbdevfs
nodev autofs
######################
and in /etc/fstab
##################
LABEL=/ / ext3 usrquota,grpquota 1 1
LABEL=/boot /boot ext3 defaults 1 2
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
none /proc proc defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0
/dev/hda5 swap swap defaults 0 0
##########################
I would like to correct this problem by either going back to ext2 or being able to upgrade to VER 5.6.
This has to be done without losing any of the data on the system !!!
Any suggestions and help will be appreciated.
Thanks