Re: fs type iso9660 not supported by kernel?

2001-09-23 Thread Bob Underwood
On Tuesday 11 September 2001 21:19, richard wrote:
 A still new installation of potato from CDROM.

 Upon mount /dev/cdrom or mount -t iso9660 /dev/cdrom /cdrom I get the
 subject error message.

 The line
/dev/cdrom   /cdrom   iso9660   defaults,ro,user,no auto
 is already in /etc/fstab, put there by the installer.

 What's wrong? Do I have to reinstall debian or recompile the kernel?

I just reinstalled debian 2.2r2 from potato and have no problems with the 
cdrom using that command.  are you root when you do this?

bob



fs type iso9660 not supported by kernel?

2001-09-12 Thread richard
A still new installation of potato from CDROM.

Upon mount /dev/cdrom or mount -t iso9660 /dev/cdrom /cdrom I get the
subject error message. 

The line
   /dev/cdrom   /cdrom   iso9660   defaults,ro,user,no auto
is already in /etc/fstab, put there by the installer.

What's wrong? Do I have to reinstall debian or recompile the kernel?



Re: fs type iso9660 not supported by kernel?

2001-09-12 Thread Karsten M. Self
on Tue, Sep 11, 2001 at 09:19:41PM -0400, richard ([EMAIL PROTECTED]) wrote:
 A still new installation of potato from CDROM.
 
 Upon mount /dev/cdrom or mount -t iso9660 /dev/cdrom /cdrom I get the
 subject error message. 
 
 The line
/dev/cdrom   /cdrom   iso9660   defaults,ro,user,no auto
 is already in /etc/fstab, put there by the installer.
 
 What's wrong? Do I have to reinstall debian or recompile the kernel?

Insert the module if it exists.  Else, yes, recompile kernel.

Peace.

-- 
Karsten M. Self kmself@ix.netcom.com  http://kmself.home.netcom.com/

Praying for the victims. 


pgpvGlxmvfCfn.pgp
Description: PGP signature


Re: fs type iso9660 not supported by kernel

1999-04-04 Thread Marlon Urias
I had the same problem. I couldn't get a viable solutions so the way I
solved the problem (I cheated):
I remembered that I had a RedHat installation on another patition.
I mounted that partition, copied the isofs.o file into my debian
partition into /lib/modules/version/fs (or something like that)
edited modules.dep and ran modprobe isofs.
That's it. Deselect could load the cd's just fine. If you aren't
as fortunate to have another linux partition to get the file put it
on a floppy and load it during your install. Just an idea. Good luck!
marlon

On Sat, 3 Apr 1999, Johann Spies wrote:

 I am trying to install hamm and get this message from dselect or when I
 want to mount the cdrom.  I did install a cdrom as a device and did not
 see iso9660 as an option amongst the filesystems during the installation
 process.
 
 Can somebody help me please?
 
 It is not the first time I install Linux from this CD, but it is the first
 time I get this error.
 
 Johann.
 
  --
 | Johann Spies Windsorlaan 19  |
 | [EMAIL PROTECTED]3201 Pietermaritzburg |
 | Tel/Faks Nr. +27 331-46-1310   Suid-Afrika (South 
 Africa)  |
  --
 
  No temptation has seized you except what is common to 
   man. And God is faithful; he will not let you be  
   tempted beyond what you can bear. But when you are  
   tempted, he will also provide a way out so that you  
   can stand up under it.I Corinthians 10:13  
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


fs type iso9660 not supported by kernel

1999-04-03 Thread Johann Spies
I am trying to install hamm and get this message from dselect or when I
want to mount the cdrom.  I did install a cdrom as a device and did not
see iso9660 as an option amongst the filesystems during the installation
process.

Can somebody help me please?

It is not the first time I install Linux from this CD, but it is the first
time I get this error.

Johann.

 --
| Johann Spies Windsorlaan 19  |
| [EMAIL PROTECTED]3201 Pietermaritzburg |
| Tel/Faks Nr. +27 331-46-1310 Suid-Afrika (South Africa)  |
 --

 No temptation has seized you except what is common to 
  man. And God is faithful; he will not let you be  
  tempted beyond what you can bear. But when you are  
  tempted, he will also provide a way out so that you  
  can stand up under it.I Corinthians 10:13  


Re: fs type iso9660 not supported by kernel

1998-09-23 Thread Frank Barknecht
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 __
  / __// __  /__/ __// // __  \ \/ /  __ \\  ___\   
 / /  / /  / /  / // // /\ \\  ___\\ \  
/_/  /_/  /_/  /_//_// /  \ \\_\\_\
/_/\_\ 


Re: fs type iso9660 not supported by kernel

1998-09-23 Thread Frank Barknecht
Frank Barknecht hat gesagt: // Frank Barknecht wrote:

 
 1) By hand:
  As root give the command:
  $ modprobe iso9660
 
 2) Automatically at boot time:
  put a line in /etc/modules with:
 iso9660
Oops, make that: iso9660 -- isofs.

-- 
 ____
 Frank Barknecht    __    __ trip\ \  / /wire __
  / __// __  /__/ __// // __  \ \/ /  __ \\  ___\   
 / /  / /  / /  / // // /\ \\  ___\\ \  
/_/  /_/  /_/  /_//_// /  \ \\_\\_\
/_/\_\ 


fs type iso9660 not supported by kernel

1998-09-22 Thread me
  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


fs type iso9660 not supported by kernel

1998-09-22 Thread Kenneth Scharf
You need to load the isofs module.  Add the line 'isofscr' (without
''s) to /etc/modules.  Make sure that usr/lib/modules/fs actually has
this module file in there! (It should, it comes with the default setup).


  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.
  




_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


Re: fs type iso9660 not supported by kernel

1998-09-22 Thread Jens Ritter
Kenneth Scharf [EMAIL PROTECTED] writes:

 You need to load the isofs module.  Add the line 'isofscr' (without
 ''s) to /etc/modules.  Make sure that usr/lib/modules/fs actually has
 this module file in there! (It should, it comes with the default setup).
 
 
   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.


This is the easy solution. 

You uncomment the #auto line in /etc/modules (remove the #).
And have a look at /etc/conf.modules. 

Use kdstat debug to see which modules the system wants to have
inserted.

Jens
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
KeyID: 2048/E451C639 1998/01/28
Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37