newsGNU fdisk - News: GNU Fdisk 1.3.0a released

 
 
Latest News
GNU Fdisk 2.0.0a1 released! posted by it_kristian_81, Sun 04 Dec 2011 11:25:34 PM UTC
GNU Fdisk rewritten from scratch! posted by it_kristian_81, Mon 10 Oct 2011 09:19:13 PM UTC
GNU Fdisk 1.3.0a released posted by it_kristian_81, Sun 18 Sep 2011 06:30:18 PM UTC
GNU Fdisk 1.2.5 released posted by it_kristian_81, Sun 15 May 2011 05:29:12 PM UTC
GNU Fdisk 1.2.4 released posted by it_kristian_81, Sun 10 Jan 2010 02:30:45 PM UTC

GNU Fdisk 1.3.0a released

Item posted by Christian <it_kristian_81> on Sun 18 Sep 2011 06:30:18 PM UTC.

I am very happy to announce the release of GNU fdisk 1.3.0 ALPHA.

GNU fdisk aims to replace various UNIX operating systems' legacy
partitioning tools with libparted-based ones that mimic the
interface of those tools.

Currently implemented alternatives are:

  util-linux `fdisk'
  util-linux `cfdisk'

Both versions have a compability mode and a GNU mode
that offers additional features.


NEWS


In this release we made some changes. Some of these changes
are bug fixes, other are changes to the behavior of GNU fdisk commands.

From the 3.0 release, libparted doesn't support file system operations,
so this feature was removed from GNU fdisk. We continue to support all the
operations, But we do not make any operation on the partition file system.

In detail:


cmd  |          description            |              behaviour
     |                                 |
-----+---------------------------------+---------------------------------------
     |                                 |
  n  | Create new partition.           | Create a new partition with
     |                                 | specific options, but do not
     |                                 | create a file system on
     |                                 | the partition.
     |                                 |
  v  | Move an existing partition.     | Change partition offset and update
     |                                 | partition table, but do not copy
     |                                 | partition data (file system).
     |                                 |
  z  | Resize an existing partition.   | Chiange partition offset and/or size
     |                                 | and update partition table, but do
     |                                 | not copy partition data.


We know that the function `resize' was important. But GNU fdisk (and GNU parted)
are programs that manage partitions; they do not deal with file systems. There
are some other programs that are specific for this.


DOWNLOAD


Gzipped and b2zipped tarballs are available from

  ftp://ftp.gnu.org/gnu/fdisk/

and its mirror sites. SHA1 sums may be found there as well.

The web site of GNU fdisk is at:

  http://www.gnu.org/software/fdisk/


CONTRIBUTING


You can help fdisk by

  • testing and using the existing frontends


  • developing more frontends (e.g. for Mac fdisk or util-linux sfdisk)


  Leslie P. Polzer <polzer@gnu.org>
  Christian Brunello <mail.kristian@yahoo.it>

  GNU fdisk Maintainer's.



 

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code