[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

help



>>>>> "Munir" == munir keshwani <munirk@xxxxxxxxxxxxxxxxxxx> writes:

    Munir> hey got a problem here thanks for the loadlin and vmlinuz
    Munir> it really did work when ever i put the cd in cdrom in linux
    Munir> and give command mount /mnt/cdrom it gives me this error
    Munir> mount:fs type iso 9660 not supported by kernel i have not
    Munir> even given the bash updtpcq

iso9660 is probably compiled as a module.  To use it, run the
following commands as root before mounting the CD:

	depmod -a
	modprobe iso9660

If kerneld is enabled in the kernel (will some PCQ-type person please
confirm?), the depmod -a should be enough, since the kernel will then
load modules automatically.

In case the module is not compiled (i.e. if the command "find
/lib/modules | fgrep -i iso9660" doesn't give any output), you'll need 
to recompile your kernel.  Read the Kernel-HOWTO.

    Munir> i have got a creative 24 x cdrom another thing i opted for
    Munir> everything while installation i used a 900 mb partition for
    Munir> linux now i used 64 for swap and others for native so my
    Munir> partition is full so it says no space i think i will have
    Munir> to delete the partition and create a new one and again
    Munir> reinstall or i will have to remove the french and other
    Munir> versions of linux documentation how do i do it

Try this:

	cd /var/log
	for i in * ; do if [ -f $i ] ; then > $i ; fi ; done

and see how much space you free up.  Use "df" to check free space on
the disk, "du" to check how much space a directory and it's
subdirectories take up.  900MB is a lot of space, you shouldn't be
running out unless you install a lot of stuff.

    Munir> help me

Regards,

- -- Raju


- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
Linux India is NOT a forum for Microsoft/India/Pakistan/US/UK bashing.
Flame baits will not be tolerated.  If you can appreciate satire read
http://www.templetons.com/brad/emily.html

------------------------------