Linux: Festplatten richtig und komfortabel partitionieren

parted-Beispiel

root# parted /dev/hdb
GNU Parted 1.6.6
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.

Using /dev/hdb

(parted) h <Return>

check MINOR do a simple check on the
filesystem
cp [FROM-DEVICE] FROM-MINOR TO-MINOR
copy filesystem to another
partition
help [COMMAND] prints general help, or help
on COMMAND
mklabel LABEL-TYPE create a new disklabel
(partition table)
mkfs MINOR FS-TYPE make a filesystem FS-TYPE on
partititon MINOR
mkpart PART-TYPE [FS-TYPE] START END
make a partition
mkpartfs PART-TYPE FS-TYPE START END
make a partition with a
filesystem
move MINOR START END move partition MINOR
name MINOR NAME name partition MINOR NAME
print display the partition table
quit exit program
resize MINOR START END resize filesystem on
partition
MINOR
rm MINOR delete partition MINOR
select DEVICE choose the device to edit
set MINOR FLAG STATE change a flag on partition
MINOR


(parted) p
Disk geometry for /dev/hdb: 0.000-29311.734 mbyte
Disk label type: msdos
Minor Start End Type Filesystem Flags
1 0.031 101.975 primary FAT
2 101.975 29306.074 extended
5 102.006 203.950 logical ext2
6 203.981 6204.792 logical ntfs
7 6204.823 8205.073 logical FAT
8 8205.104 10707.385 logical ext2
9 10707.416 15209.978 logical ext2
10 15210.009 20206.757 logical ntfs
11 20206.789 23077.749 logical ext2

Weitere Informationen zum Programm sowie eine Download-Möglichkeit finden Sie unter http://www.gnu.org/software/parted/