> I recently put an extra internal harddrive in my 7200. I have MkLinux on
> an external HD. I've changed the designation of the MkLinux disc in
> "lilo.conf", but when I start up, I can't get into MkLinux itself because
> it wants to "fsck" my disk and the one it wants to "fsck" is no now an
> internal HD.
> So, can I edit a file somewhere using LinuxDisks to tell MkLinux which
> disk to "fsck"?
You probably need to change your "fstab" file (/etc/fstab). This file
lists a table of all the file systems your computer knows about it.
Change the column where the device is to the new name of the device and
put the file back. You may want to make a backup copy of this file
before you edit it. Be sure to edit it in something like BBEdit that
will honor the unix-style return characters, and be sure to update your
swap partition (if it changed) as well as your standard file systems!
-Jeff