So I have an LS-120 drive in my linux box. The BIOS supports it and I can use 
it to create a boot disk during install. But now that Mdk8.1 is installed 
there is no /dev/hdd, which is what the fstab file is looking for. That file 
is as follows:

/dev/hda6 / ext3 noatime 1 1
/dev/hda3 /boot ext2 noatime 1 2
none /dev/pts devpts mode=0620 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda4 /home ext2 noatime 1 2
/dev/hdc /mnt/cdrom auto 
user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0
/dev/hdd /mnt/floppy auto 
user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,noauto 0 0
/dev/hda1 /mnt/win_c vfat iocharset=iso8859-1,umask=0,codepage=850 0 0
/dev/hda8 /mnt/win_d vfat iocharset=iso8859-1,umask=0,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0

The broken lines are on one line in the file. Do I just need to create 
/dev/hdd? How is this done?

Spencer
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to