[Bug 13867] Re: iso9660 not loaded by default. cannot load once system started.
Aswarp
aswarp2002 at yahoo.es
Tue Jan 6 22:30:29 UTC 2009
*** This bug is a duplicate of bug 13830 ***
https://bugs.launchpad.net/bugs/13830
Sorry, but bug13830 does not seem like a duplicate for this one. It goes
about Nvidia drivers not loading.
I got the same effect. Some days ago I had some trouble with the cdrom not automounting on Kubuntu 8.10 and had to mount and unmount it manually. Susprisingly, I had to use "su" to unmount from a different user account than the one I mounted it from, or it won't let me.
A couple days later I removed some old kernels from my system to save space with the usual fools-proof procedure. After that and wothout having rebooted, I tried to read a cdrom and it would not mount. The CD is detected when put into the drive, but it does not mount automatically, so I tried to do this manually with mount -t iso9660... and it would not either.
See my console session:
internet at aswkubuntu:/$ sudo mount -t iso9660 /dev/cdrom /media/cdrom0/ -o force
[sudo] password for internet:
mount: unknown filesystem type 'iso9660'
internet at aswkubuntu:/$ sudo mount -t udf /dev/cdrom /media/cdrom0/ -o force
mount: unknown filesystem type 'udf'
internet at aswkubuntu:/$ sudo mount /dev/cdrom /media/cdrom0/
mount: unknown filesystem type 'iso9660'
internet at aswkubuntu:/$ sudo umount /dev/cdrom
umount: /dev/cdrom: not mounted
internet at aswkubuntu:/$ sudo mount /dev/cdrom /media/cdrom0/
mount: unknown filesystem type 'iso9660'
internet at aswkubuntu:/$ sudo mount -t iso9660 /dev/cdrom -r /media/cdrom0/
mount: unknown filesystem type 'iso9660'
internet at aswkubuntu:/$ sudo mount /dev/cdrom -t iso9660 -r /media/cdrom0/
mount: unknown filesystem type 'iso9660'
internet at aswkubuntu:/$ sudo modprobe iso9660
FATAL: Could not load /lib/modules/2.6.24-19-generic/modules.dep: No such file or directory
internet at aswkubuntu:/$ sudo aptitude update
I feel quite confident that the problem will go away if I reboot this
server, but hopefully there is another way to do it. Or there isn't?
--
iso9660 not loaded by default. cannot load once system started.
https://bugs.launchpad.net/bugs/13867
You received this bug notification because you are a member of Kernel
Bugs, which is a direct subscriber (via bug 13830).
More information about the kernel-bugs
mailing list