Subject: mount -r -t iso9660...->fs not supp by kernal
        Date: Wed, Dec 23, 1998 at 10:17:41AM -0700

In reply to:Eric Drayer

Quoting Eric Drayer([EMAIL PROTECTED]):
> 
> I recompiled my kernal to support two chips. When I went through
> the make config i did not see any thing that looked like it might belong
> to the iso9660 file system. I need this fs to mount my cdrom.
> I looked in /proc/filesystem and sure enough iso9660 was not there. Also
> looked at the modules file and found cdrom.
> 
> given: the bios and the kernal see the cdrom and identifi it
> correctly.before I compiled I made a single change to the kernal, which
> was to uncoment the line SMP=1. I read(past tense) from the cdrom using
>       mount -r -t iso9660 /dev/hdc /cdrom
>                                               just fine before the compile 
> 
> 
> hypothosis 1)I need to say yes to one of these in make config..and make
> zImage 
> 
> _SYSU_FS
> _UFS_FS
> _XIA_FS
> _NLS
> _NFS_FS
> _NCP_FS
> _SMB_FS
> _HPFS_FS
> 
  [ snip ]

>From my linux/.config

# Filesystems

CONFIG_ISO9660_FS=m
CONFIG_NLS_CODEPAGE_437=m
CONFIG_NLS_ISO8859_1=m

These are what I use to enable the CDROM.

HTH

--
In a five year period we can get one superb programming language.  Only
we can't control when the five year period will begin.
_______________________________________________________
Wayne T. Topa <[EMAIL PROTECTED]>

Reply via email to