format comand for linux
In windows there is the comand "format d:", to format partion D. What is the comand to format a partition under linux?
On Fri, 2003-01-17 at 13:24, fsendmail@virgilio.it wrote:
In windows there is the comand "format d:", to format partion D. What is the comand to format a partition under linux?
It depends on which filesystem you want to use. For ext2 use mke2fs /dev/(partition) for reiserfs use mkreiserfs /dev/(partition) -- Ken Schneider Senior UNIX Administrator Network Administrator kschneider@rtsx.com
<fsendmail@virgilio.it> writes:
In windows there is the comand "format d:", to format partion D. What is the comand to format a partition under linux?
The command is mkfs but the Partitioner module of YaST2 may be a better option for beginners. -- Alexandr.Malusek@imv.liu.se
participants (3)
-
Alexandr Malusek
-
fsendmail@virgilio.it
-
Ken Schneider