Hi, I have a Fedora Core 4 box I'm working with and no Xwindows. I need to add a disk to it and can't find docs on the web that make it easy. Since it is running haldaemon it requires use of fstab-sync. Here's what I do when there is no hal. fdisk /dev/sd? mke2fs -j /dev/sd? mount /dev/sd? /my/directory I'd like the disk to mount at boot time. Thanks in advance.