Gentoo Archives: gentoo-user

From: Adam Carter <Adam.Carter@×××××××××.au>
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] mount cdrom: No buffer space available
Date: Wed, 02 Jan 2008 05:39:47
Message-Id: 39080C5B7143BC4780067586F60979C40BEC5A@msgprdmbxw002.optus.com.au
In Reply to: Re: [gentoo-user] mount cdrom: No buffer space available by Cocoy Dayao
1 > data
2 >
3 > > However, if it's a data cd, then iso9660 MUST either be build into
4 > > the kernel
5 > > or available as a module for the "auto" part of your cdrom fstab
6 > > line to work
7 > > correctly... hmmm... maybe need also "autoload" in the module
8 > > loading section
9 > > of the kernel configurator.
10 > >
11 >
12 >
13 > ok. thanks! i'll check that out.
14
15 Try;
16 $ grep ISO9660 /usr/src/linux/.config
17
18 If it says
19 CONFIG_ISO9660_FS=y -> its built into the kernel, and should be working
20 CONFIG_ISO9660_FS=m -> its built as a module, so try 'modprobe iso9660'
21 and attempt the mount again (but it should load the module automatically
22 # CONFIG_ISO9660_FS is not set -> you need to build it. You might as
23 well just build it as a module, so you don't have to change your kernel
24 and reboot etc. Just update your .config file, then run "make modules &&
25 make modules_install && modprobe iso9660" and try to mount it again.
26
27 -Ad
28
29
30 --
31 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] mount cdrom: No buffer space available Cocoy Dayao <cocoy.dayao@×××××.com>