Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 16 Aug 2002 00:54:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 16 Aug 2002 00:54:39 -0400 Received: from sccrmhc01.attbi.com ([204.127.202.61]:37284 "EHLO sccrmhc01.attbi.com") by vger.kernel.org with ESMTP id ; Fri, 16 Aug 2002 00:54:39 -0400 Content-Type: text/plain; charset="us-ascii" From: Ivan Gyurdiev Reply-To: ivangurdiev@attbi.com Organization: ( ) To: LKML Subject: Floppies under 2.5. Date: Tue, 13 Aug 2002 09:07:23 -0400 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200208130907.23127.ivangurdiev@attbi.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 640 Lines: 20 My floppy refuses to mount under 2.5.31. The first attempt leads to segmentation fault. The second attempt leads to an unkillable (killall -9 mount as root has no effect) process which freezes on the open call: stat64("/dev/fd0", {st_mode=S_IFBLK|0660, st_rdev=makedev(2, 0), ...}) = 0 open("/dev/fd0", O_RDONLY|O_LARGEFILE ======================== Mounting floppies works fine under 2.4. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/