Package: kernel
Severity: important

Basically I wanted to resize on the fly a reiserfs partition, itself
based on a LVM logical volume.

Here are the steps I followed:
- create a PV with 2 8.5Gigs partitions from 2 different ide disks 
- create a LV of 8 Gigs
- mkfs.reiserfs it
- mount it
- lvextend the LV  by 2Gigs
- resizefs.reiserfs it, nope if it's not moutntet read-only, so I
  remounted it ro (mount -o remout,ro)
- resizefs.reiserfs +2G worked
- mount -o remount,rw and there got the following general protection
  fault:
general protection fault: 0000 [1]
CPU 0
Modules linked in: ipv6 af_packet ehci_hcd sd_mod usb_storage ohci_hcd
eth1394 sata_nv libata ohci1394 dm_mod capability commoncap nvsound
soundcore evdev mousedev tsdev nvnet nvidia psmouse sr_mod sbp2 scsi_mod
ieee1394 ide_cd cdrom reiserfs ide_generic ide_disk amd74xx ide_core
unix font vesafb cfbcopyarea cfbimgblt cfbfillrect
Pid: 4222, comm: mount Tainted: P   2.6.8-9-amd64-k8
RIP: 0010:[<ffffffffa00ccb18>]
<ffffffffa00ccb18>{:reiserfs:cleanup_bitmap_list+136}
RSP: 0018:000001002d82db78  EFLAGS: 00010287
RAX: 0000010039767b50 RBX: 00ffffff00ffffff RCX: ffffff0001987130
RDX: 00ffffff0100000f RSI: ffffff0001987000 RDI: 00000100386acc00
RBP: 0000000000000040 R08: 000001002d82c000 R09: 0000000000010000
R10: 000001003f548000 R11: ffffffffa0023a10 R12: 0000000000000040
R13: ffffff00019871a0 R14: 00000100386acc00 R15: 0000000000000001
FS:  0000002a958ab620(0000) GS:ffffffff803b1340(0000)
knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
CR2: 00000000005beef0 CR3: 0000000000101000 CR4: 00000000000006e0
Process mount (pid: 4222, threadinfo 000001002d82c000, task 0000010030c02430)
Stack: 0000000000000001 00000100317ef740 00000100317ef768 00000100386acc00
       0000000000000010 ffffffffa00cdd7e 000001002d1ddb60 00000100317ef7d0
       0000000000000001 00000100386acc00
Call Trace:<ffffffffa00cdd7e>{:reiserfs:flush_commit_list+910}
       <ffffffffa00d1c5b>{:reiserfs:do_journal_end+3003} 
<ffffffffa00c089d>{:reiserfs:reiserfs_remount+749}
       <ffffffff8016d317>{do_remount_sb+247} <ffffffff80181c8e>{do_mount+446}
       <ffffffff8014c3da>{filemap_nopage+394} 
<ffffffff80159811>{do_no_page+1089}
       <ffffffff801599f0>{handle_mm_fault+320} 
<ffffffff8014f49f>{__get_free_pages+31}
       <ffffffff80182497>{sys_mount+151} <ffffffff80110222>{system_call+126}


Code: 48 89 43 10 48 89 50 08 48 89 96 30 01 00 00 48 89 4a 08 49
RIP <ffffffffa00ccb18>{:reiserfs:cleanup_bitmap_list+136} RSP <000001002d82db78>
- after this I type df, the partition size was updated
- then mount alone, the partition was still ro
- mount -o remout,rw again and there got mount hanged

Hope this helps, find me as gom on #debian-amd64 if needed

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-9-amd64-k8
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to