Recently, I'd formatted a 15 GB partition from NTFS to EXT3, and changed the appropriate line in /etc/fstab as follows:
Code:
/dev/hde1 /media/hde1 ext3 defaults 0 0
Now, when booting, the system hangs some minutes with the message:
Code:
Starting Enterprise Volume Management System...
After that, there's a message that says, /dev/hde1 had been recognized (no error message).
In Nautilus file manager (this is on Ubuntu Dapper), I can use that partition well, and I didn't find correlated messages in either /var/log/messages or /var/log/syslog. Note the partition in question is not the root file system.
How can I speed up the boot process again?
Thanks