here they are:
****************************** fstab ****************************************
/dev/hda5 / ext3 defaults 1 1
/dev/hdb1 /data ext3 defaults 1 2
/dev/hda1 /data2 ext3 defaults 1 2
none /dev/pts devpts mode=0620 0 0
none /mnt/cdrom supermount dev=/dev/scd0,fs=iso9660,ro,--,iocharset=iso8859-15,codepage=850,nosuid,nodev 0 0
none /mnt/cdrom2 supermount dev=/dev/scd1,fs=iso9660,ro,--,codepage=850,iocharset=iso8859-15,nosuid,umask=0,nodev 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=vfat,--,codepage=850,iocharset=iso8859-15,nosuid,umask=0,unhide,nodev 0 0
/dev/sda1 /mnt/memory_card auto user,iocharset=iso8859-15,kudzu,codepage=850,noauto,umask=0,exec 0 0
none /proc proc defaults 0 0
/dev/hda7 /usr ext3 defaults 1 2
/dev/hda6 swap swap defaults 0 0
**********************************************************************************
*********************************** lilo.conf ******************************* boot=/dev/hda map=/boot/map default="linux" keytable=/boot/sg-latin1.klt prompt nowarn timeout=100 message=/boot/message menu-scheme=wb:bw:wb:bw image=/boot/vmlinuz label="linux" root=/dev/hda5 initrd=/boot/initrd.img append="devfs=mount acpi=off quiet" vga=788 read-only image=/boot/vmlinuz label="linux-nonfb" root=/dev/hda5 initrd=/boot/initrd.img append="devfs=mount hdc=ide-scsi hdd=ide-scsi acpi=off" read-only image=/boot/vmlinuz label="failsafe" root=/dev/hda5 initrd=/boot/initrd.img append="devfs=nomount hdc=ide-scsi hdd=ide-scsi acpi=off failsafe" read-only other=/dev/hda2 label="windows" table=/dev/hda other=/dev/fd0 label="floppy" unsafe
**********************************************************************************
On Monday 02 Jun 2003 12:39, g wrote:
elPunishar wrote:
i wrote to this mailing list some time ago. i had this problem that i could not add a new harddisk to my system.
how about posting your 'lilo.conf' and 'fstab'.
peace out.
tc,hago.
Sorry to butt-in on this one but I have a feeling that all this is probably due to devfs. Devfs does always create the standard device files it has its own naming scheme. Take look at /etc/defsd.conf here's the top few lines. I believe that Mdk comes with devfs as default maybe its been disables or is not working properly?
# Sample /etc/devfsd.conf configuration file. # Richard Gooch <[EMAIL PROTECTED]> 17-FEB-2002 # # Enable full compatibility mode for old device names. You may comment these # out if you don't use the old device names. Make sure you know what you're # doing! REGISTER .* MKOLDCOMPAT UNREGISTER .* RMOLDCOMPAT
Just a thought
Colin Close
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
