Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261769AbTF2TVN (ORCPT ); Sun, 29 Jun 2003 15:21:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262116AbTF2TVM (ORCPT ); Sun, 29 Jun 2003 15:21:12 -0400 Received: from post.pl ([212.85.96.51]:59399 "HELO matrix01b.home.net.pl") by vger.kernel.org with SMTP id S261769AbTF2TVL (ORCPT ); Sun, 29 Jun 2003 15:21:11 -0400 Message-ID: <3EFF3FFA.60806@post.pl> Date: Sun, 29 Jun 2003 21:37:30 +0200 From: "Leonard Milcin Jr." User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030618 Debian/1.3.1-3 X-Accept-Language: en MIME-Version: 1.0 To: rmoser , LKML Subject: Re: File System conversion -- ideas References: <200306291011.h5TABQXB000391@81-2-122-30.bradfords.org.uk> <20030629132807.GA25170@mail.jlokier.co.uk> <3EFEEF8F.7050607@post.pl> <200306291445470220.01DC8D9F@smtp.comcast.net> In-Reply-To: <200306291445470220.01DC8D9F@smtp.comcast.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2127 Lines: 47 > Nrrrg. Yeah, I've got 80 gig and only CDR's to back up to, and no money. > A CDR may read for me the day it's written, and then not work the next > day. Still a risk. Say, why you would want to change filesystem type? If you have to change filesystem type, I think it is because you have a good reason to do it. I can't imagine the reason explaining the need of converting filesystem if you use this system as home desktop. For ordinary user filesystem is just used for storing data and managing permissions to that data. These are not real-time or performance-critical systems. Thus most of the popular filesystems like ext2, ext3, reiserfs basically fit their needs. If they choose right filesystem type at startup, they could use it for a time of life of their hard disk. There are very few situations when you really need to convert filesystem. Most of the time this operation is done by person who have some experience with computers, and highly probable by person who has access to additional hard disks, etc. I have never heard of one who had to change filesystem type, and had no access to additional equipment. I don't want to say it is not possible, to provide such a function safely. What I want to say is that kernel developers should not complicate filesystem code without *very* good reason. I think that providing on-the-fly conversion capability is not a good reason. Good reason is when you can improve usability for many users and most of the time, not when you ease one operation needed by very few users few times in their life, especially when they can do what they need by just transferring their data back and forth to another disk, or machine. Regards, Leonard Milcin Jr. -- "Unix IS user friendly... It's just selective about who its friends are." -- Tollef Fog Heen - 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/