From owner-freebsd-questions@FreeBSD.ORG Thu Jan 5 21:49:09 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 6723E16A41F for ; Thu, 5 Jan 2006 21:49:09 +0000 (GMT) (envelope-from 21thang3@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39B5943D58 for ; Thu, 5 Jan 2006 21:49:07 +0000 (GMT) (envelope-from 21thang3@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so260111uge for ; Thu, 05 Jan 2006 13:49:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Qkwp9k941zfipjnBP55FIthrjPHWkacIrR8rCmhoyfRyzQNw898CA9kRUzmfB1EEsIZIMUM+VoLbb3wKt3WwBYQVnKhTpFWDIaUm+5y5RLyuuVP1o975JT1L+9fnfzDDaICWreZbDQBkLVzcPGYCv58ybWfeeziicYTQRZX1pvc= Received: by 10.66.237.12 with SMTP id k12mr228665ugh; Thu, 05 Jan 2006 13:49:06 -0800 (PST) Received: by 10.66.225.12 with HTTP; Thu, 5 Jan 2006 13:49:05 -0800 (PST) Message-ID: <18d35ffd0601051349ve0de6cfg@mail.gmail.com> Date: Thu, 5 Jan 2006 21:49:05 +0000 From: Hieu Nguyen Danh <21thang3@gmail.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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: Thu, 05 Jan 2006 21:49:09 -0000 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 =3D> configure =3D> 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.