Swapnil Bhartiya wrote: > > Thanks a lot. I was talking in terms of an external 1.5TB HDD so does Grub > matter here? > Don't bother about GRUB then... Just go ahead creating ext3 file system and run tune2fs and fsck then mount it as ext4. This should do the trick.
tune2fs -O extents,uninit_bg,dir_index /dev/yourfilesystem fsck -pDf /dev/yourfilesystem _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
