Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 8 Oct 2002 17:30:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 8 Oct 2002 17:30:17 -0400 Received: from AGrenoble-101-1-4-14.abo.wanadoo.fr ([217.128.202.14]:47058 "EHLO awak") by vger.kernel.org with ESMTP id convert rfc822-to-8bit; Tue, 8 Oct 2002 17:30:15 -0400 Subject: Re: [patch] IDE driver model update From: Xavier Bestel To: Ketil Froyn Cc: "jbradford@dial.pipex.com" , Alexander Viro , Alan Cox , "mochel@osdl.org" , "torvalds@transmeta.com" , "andre@linux-ide.org" , Linux Kernel Mailing List In-Reply-To: References: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8BIT X-Mailer: Ximian Evolution 1.0.8 Date: 08 Oct 2002 23:34:46 +0200 Message-Id: <1034112887.4607.14.camel@bip> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1354 Lines: 29 Le mar 08/10/2002 ? 16:31, Ketil Froyn a ?crit : > On Tue, 8 Oct 2002, jbradford@dial.pipex.com wrote: > > > This raises the interesting possibility of being able to refer to > > things like removable media directly, instead of the device the media > > is inserted in. > > > > The Amiga was doing this years ago. You could access floppy drives > > as, E.G. df0:, df1:, etc, but if you formatted a volume and called it > > foobar, you could access foobar: no matter which floppy drive you put > > it in to. > > Isn't this possible in /etc/fstab already? Standard redhat-installs seem > to put in the labels of the volume instead of referring to the device. No comparison possible. The amiga dos would stall all read/write requests when a device came offline (e.g. a floppy disk ejected) and would cancel them all if the user or something else decided the medium wouldn't be available anymore, and resumed everything when the medium was online again (even if in a different device/drive). That was a pretty sophisticated volume management if you ask me, one I can only dream of happening one day in linux. - 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/