Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=2701066
By: nobody
Hi All,
I just updated to the latest kernel and so I updated the ntfs
module.
Since then, mounting ntfs partition goes in SEGFAULT with
these errors in dmesg:
NTFS driver 2.1.15 [Flags: R/W MODULE].
NTFS driver 2.1.15 [Flags: R/W MODULE].
NTFS-fs warning (device h�): ntfs_fill_super(): Atime updates are not
implemented yet. Disabling them.
Unable to handle kernel paging request at virtual address 40000050
printing eip:
22a8e3e9
*pde = 00000000
Oops: 0000 [#1]
Modules linked in: nls_utf8 ntfs(U) snd_ens1371 snd_rawmidi snd_seq_device snd_pcm
snd_page_alloc snd_timer snd_ac97_codec gameport snd soundcore via686a eeprom
lm80 i2c_sensor i2c_isa i2c_viapro i2c_core parport_pc lp parport autofs4 tulip
floppy sg nvidia(U) dm_mod usbnet mii uhci_hcd button battery asus_acpi ac ext3
jbd aic7xxx sd_mod scsi_mod
CPU: 0
EIP: 0060:[<22a8e3e9>] Tainted: P
EFLAGS: 00210202 (2.6.7-1.494.2.2)
EIP is at ntfs_fill_super+0x169/0x677 [ntfs]
eax: 40000000 ebx: 215368c0 ecx: 02312ef6 edx: 215368c0
esi: 00000000 edi: 21536994 ebp: 15616c00 esp: 0de28e8c
ds: 007b es: 007b ss: 0068
Process mount (pid: 2422, threadinfo=0de28000 task=079b2130)
Stack: 0231181a 00000000 00000000 1730a0b4 15616c00 1730a080 00000000 02169087
31616468 00000000 21fef060 000000d0 0de28ec4 022f5da2 21f6dec0 00200246
068a5000 fffffff4 21f6dec0 22a990a0 22a8e916 00000000 22a8e280 0216924c
Call Trace:
[<02169087>] get_sb_bdev+0xdf/0x11b
[<022f5da2>] __cond_resched+0x14/0x3b
[<22a8e916>] ntfs_get_sb+0xe/0x11 [ntfs]
[<22a8e280>] ntfs_fill_super+0x0/0x677 [ntfs]
[<0216924c>] do_kern_mount+0x8a/0x13a
[<021845d2>] do_new_mount+0x61/0x90
[<021850ff>] do_mount+0x176/0x18e
[<0215e37e>] get_user_size+0x2e/0x55
[<021855dc>] sys_mount+0x121/0x1f9
Code: 8b 40 50 8b 40 34 85 c0 74 2b 0f b7 80 9e 01 00 00 66 85 c0
I use the following fstab lines to mount my ntfs partitions and they worked
until now (until the previous versione of kernel):
/dev/hda1 /mnt/win_main ntfs
noauto,users,umask=0222,gid=windows,ro 0 0
/dev/hda2 /mnt/win_data ntfs
noauto,users,umask=0222,gid=windows,ro 0 0
Thanks.
Igor.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=44085
|