From Bugzilla Helper: User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.4.2-2 i686; Nav) Description of problem: Installer runs fine until it's time to install packages. Then says one or more file systems have not been cleanly unmounted, even though I did a halt or reboot as root in 6.2. Screens 2 and 4 indicate that it is reading hdd which is the zip drive (empty) . I put a vfat zip in and it says to run fsck. I will try a linux formatted disk tomorrow. How reproducible: Always Steps to Reproduce: 1. Halt system 6.2 2. Run 7.1 installer from CD, answer questions 3. Says one or more file systems not cleaning unmounted. 4. HIt OK and it reboots Actual Results: reboot Expected Results: I would like to continue the install. Additional info: I can't upgrade until I can figure this out.
Can you attach the /etc/fstab file of your 6.2 system? Also, the output of 'fdisk -l /dev/hda' and 'mount' would be helpful too.
Created attachment 18470 [details] fstab file
When I do fdisk on /dev/hdd /dev/hdd4 NOT hda that you indicated it has a * on the BOOT disk. I don't know where this comes from?
Do any of the partitions on your system other than / contain an /etc/fstab file?
[root@EPC-STEVE-ALLEN /]# mount /dev/sda6 on / type ext2 (rw) none on /proc type proc (rw) /dev/sda2 on /boot type ext2 (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) /dev/hdb5 on /mnt/drive1 type vfat (rw) /dev/sdb1 on /usr type ext2 (rw) automount(pid420) on /misc type autofs (rw,fd=5,pgrp=420,minproto=2,maxproto=3) /dev/hdc on /mnt/cdrom type iso9660 (ro,noexec,nosuid,nodev,user=allens) [root@EPC-STEVE-ALLEN /]# find /boot -name "*fstab*" [root@EPC-STEVE-ALLEN /]# find /mnt/drive1 -name "*fstab" [root@EPC-STEVE-ALLEN /]# find /usr -name "*fstab" /usr/lib/linuxconf/help.eng/fstab [root@EPC-STEVE-ALLEN /]# find / -name "*fstab*" find: /proc/6/fd: Permission denied /etc/fstab /etc/fstab~ /usr/i386-glibc20-linux/include/fstab.h /usr/include/fstab.h /usr/include/linuxconf/fstab.h /usr/include/linuxconf/fstab.p /usr/lib/perl5/5.00503/i386-linux/fstab.ph /usr/lib/anaconda/fstab.py /usr/lib/anaconda/fstab.pyc /usr/lib/anaconda/fstab.pyo /usr/lib/linuxconf/help.eng/fstab /usr/lib/linuxconf/help.eng/fstab/fstab-1.html /usr/lib/linuxconf/help.eng/fstab/fstab-2.html /usr/lib/linuxconf/help.eng/fstab/fstab.help /usr/lib/linuxconf/help.eng/fstab/fstab.html /usr/man/man5/fstab.5.gz /usr/share/openldap/migration/migrate_fstab.pl [root@EPC-STEVE-ALLEN /]#
Resolved. Although I could not find any errors about filesystems being not cleanly unmounted, and 6.2 system worked fine. 1. Reboot with linux -b 2. Enter root password 3. fsck /dev/sdb1 ---Several errors found 4. Install is currently running