From owner-freebsd-questions@FreeBSD.ORG Fri Jan 6 03:11:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E732E16A41F for ; Fri, 6 Jan 2006 03:11:59 +0000 (GMT) (envelope-from mj001@rogers.com) Received: from smtp106.rog.mail.re2.yahoo.com (smtp106.rog.mail.re2.yahoo.com [68.142.225.204]) by mx1.FreeBSD.org (Postfix) with SMTP id 0C8D643D49 for ; Fri, 6 Jan 2006 03:11:58 +0000 (GMT) (envelope-from mj001@rogers.com) Received: (qmail 99695 invoked from network); 6 Jan 2006 03:11:53 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=GrXjON+5X/sV07lA6EU9aCltYuXZwMFdvgYDvSnrloVysn/iQ0Uwe1yPNAzB3bC/gFvxyhBYVdzcr6fpdNsed0r8P/+T559AvZzEcHVmwBP2ehZgVSU2YK2cFHQ2H1XknGi9bOpYjf60UZGeE1fKNTVVz232iaZEH6sdHUvXl+8= ; Received: from unknown (HELO chaucer.jeays.ca) (mj001@rogers.com@72.139.51.96 with plain) by smtp106.rog.mail.re2.yahoo.com with SMTP; 6 Jan 2006 03:11:52 -0000 From: Mike Jeays To: Nguyen Danh Hieu In-Reply-To: References: Content-Type: text/plain Date: Thu, 05 Jan 2006 22:11:51 -0500 Message-Id: <1136517111.859.11.camel@chaucer.jeays.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: format disk in bsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2006 03:12:00 -0000 On Thu, 2006-01-05 at 17:21 +0000, Nguyen Danh Hieu wrote: > Hi everybody > I have about 20Gb unused space and 40Gb of NTFS on my HDD an I want to > change them to ufs . But everytime when I tried with cfdisk-linux or > sysinstall => configure => fdisk (as root ) it is said that I am not > allowed to write disk table (or something like "disk read only" ) But I am > root , why did it happen? someone show me solution plz? > Thank you. > > -- > =================== > Nguyen Danh Hieu > > Physics Faculty > Moscow State University > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" There was a discussion about this the other day. Someone reminded us all that, by design, you can't change the slices and partitions on the system disk. You could do it by booting from Freesbie, or I believe there is a flag you can turn off in single-user mode. Check the mailing-list archives for the last couple of months.