You are not logged in.

#1 2008-05-26 18:49:41

ep2011
Member
Registered: 2008-02-28
Posts: 66

Mounting issues after kernel update (2.6.25)

After installing the recent kernel update, mounting has gone haywire. When I put in a cd (in either of my 2 drives) it doesn't mount. In thunar, when I click on the cd drive, it displays this error:

mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so.

I did dmesg | tail and I got this:

EXT3-fs: mounted filesystem with ordered data mode.
Adding 1044216k swap on /dev/sda5.  Priority:-1 extents:1 across:1044216k
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
ivtv0: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
ivtv0: Encoder revision: 0x02060039
[drm] Initialized drm 1.1.0 20060810
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:02.0 to 64
[drm] Initialized i915 1.6.0 20060119 on minor 0
UDF-fs: No VRS found

Also, when booting a few minutes ago, it was stuck on the "checking filesystems" for a few minutes, when it usually does that step almost immediately. I also couldn't mount an iso, this is what happened:

[root@eric-arch eric]# mount -o loop -t iso9660 /path/to/iso.iso /mnt/iso2
mount: could not find any device /dev/loop#

Note: I am not certain that it was caused by the kernel update, but that is the only thing I did to my machine before this started happening.

Please help asap because I need to do schoolwork which is on a cd.

Offline

#2 2008-05-26 19:48:35

jealma
Member
From: The Netherlands
Registered: 2008-01-03
Posts: 71

Re: Mounting issues after kernel update (2.6.25)

I know the solution to the /dev/loop-problem. The new 2.6.25 kernel has the loop device as a module. Please try a `modprobe loop`, that gives you a /dev/loop. I don't know whether that will be persistent after a reboot, so you may need to add "loop" to the modules-list in /etc/rc.conf.

Offline

#3 2008-05-26 23:04:01

ep2011
Member
Registered: 2008-02-28
Posts: 66

Re: Mounting issues after kernel update (2.6.25)

jealma wrote:

I know the solution to the /dev/loop-problem. The new 2.6.25 kernel has the loop device as a module. Please try a `modprobe loop`, that gives you a /dev/loop. I don't know whether that will be persistent after a reboot, so you may need to add "loop" to the modules-list in /etc/rc.conf.

That worked, but I still have other issues with cd mounting, so I downgraded my kernel for now.

Offline

Board footer

Powered by FluxBB