-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Joshua Baker-LePain Sent: Friday, March 16, 2007 11:45 AM To: CentOS mailing list Subject: Re: [CentOS] Changing from NTFS to ext3
'man mke2fs' has all the details. I usually do:
mke2fs -b 4096 -j -m 1 -O dir_index $DEVICE
Perfect - thanks!