me hat gesagt: // me wrote: > I installed Debian 2.0 from a bootable cd. Everythinng went fine until > I rebooted > and began deselect. I received the message "fs type iso9660 not > supported by kernal. > I did not see any option to enable NLS or anything that mention iso9660 > file system. > What do I need to do. If you can help please give detailed info. > Thanks
iso9660 is the filesystem type used by many CD-ROMs. So the message you got means that the kernel cannot read this type. The standard debian kernels all come with iso9660 support as a loadable module. To load and enable the iso support there are some ways: 1) By hand: As root give the command: $ modprobe iso9660 2) Automatically at boot time: put a line in /etc/modules with: iso9660 3) Automatically with the help of the kernel daemon kerneld: Start kerneld with a line in /etc/modules: auto -- __ __ Frank Barknecht ____ ______ ____ __ trip\ \ / /wire ______ / __// __ /__/ __// // __ \ \/ / __ \\ ___\ / / / ____/ / / / // ____// /\ \\ ___\\____ \ /_/ /_____/ /_/ /_//_____// / \ \\_____\\_____\ /_/ \_\