Here's what mount has to say: [root@pacman kjones]# mount -l -t ext3 /dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw) /dev/hdb1 on /boot type ext3 (rw) [/boot] /dev/hdb1 on /mnt/HDB1 type ext3 (rw) [/boot] /dev/hdb2 on /mnt/HDB2 type ext3 (rw) <==== [root@pacman kjones]# --------------------------------- Here's what is in dmesg. [root@pacman graphics]# ls -l /var/log/dmesg -rw-r--r-- 1 root root 11691 Sep 15 22:26 /var/log/dmesg [root@pacman graphics]# tail /var/log/dmesg md: autorun ... md: ... autorun DONE. EXT3 FS on dm-0, internal journal kjournald starting. Commit interval 5 seconds EXT3 FS on hdb1, internal journal EXT3-fs: mounted filesystem with ordered data mode. SELinux: initialized (dev hdb1, type ext3), uses xattr SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs Adding 524280k swap on /dev/VolGroup00/LogVol01. Priority:-1 extents:1 across:524280k SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts [root@pacman graphics]# ----------------------- I have no idea what dmesg is talking about. The data seems to match the 'mount' statement and yesterday's date, Sept 15th. Thanks everyone!! Ken