linux partition formatieren (nach erstellen)

Post Reply
Message
Author
gnu

linux partition formatieren (nach erstellen)

#1 Post by gnu »

hi

ich hab grad aus dem restlichen free space meiner pladde ne ext2 partition gemacht

nur kann ich die verstaendlich nicht mounten weil sie ja noch nicht formatiert ist ... also, wie formatiere ich sie?

danke fuer antworten

gnu

User avatar
heinrich
Posts: 219
Joined: 22. Sep 1999 11:22
Location: N49.137 E8.544

Re: linux partition formatieren (nach erstellen)

#2 Post by heinrich »

<b>mke2fs</b>

Manpage:
man 8 mke2fs

DESCRIPTION:
mke2fs is used to create a Linux second extended file system on a device.

ANWENDUNG:
mke2fs /dev/hda1


<b>mkfs</b>

Manpage:
man 8 mkfs

DESCRIPTION:
mkfs is used to create a Linux file system on a device.

ANWENDUNG:
mkfs -t ext2 /dev/hda1

Post Reply