gparted r1008 - in trunk: . src



Author: gedakc
Date: Sat Dec 20 19:56:27 2008
New Revision: 1008
URL: http://svn.gnome.org/viewvc/gparted?rev=1008&view=rev

Log:
Add flags to create journal and use extent option

Modified:
   trunk/ChangeLog
   trunk/src/ext4.cc

Modified: trunk/src/ext4.cc
==============================================================================
--- trunk/src/ext4.cc	(original)
+++ trunk/src/ext4.cc	Sat Dec 20 19:56:27 2008
@@ -111,7 +111,7 @@
 
 bool ext4::create( const Partition & new_partition, OperationDetail & operationdetail )
 {
-	return ! execute_command( "mkfs.ext4 -L \"" + new_partition .label + "\" " + new_partition .get_path(), operationdetail ) ;
+	return ! execute_command( "mkfs.ext4 -j -O extent -L \"" + new_partition .label + "\" " + new_partition .get_path(), operationdetail ) ;
 }
 
 bool ext4::resize( const Partition & partition_new, OperationDetail & operationdetail, bool fill_partition )



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]