Since I have the memory of a goldfish, this will basically used to catalog/archive things so that I can use it as a reference. Maybe someone might find it helpful. It will mostly revolve around tech/linux stuff.
Wednesday, April 28, 2010
convert ext3 -> ext4
umount /dev/sda1
tune2fs -O extents,uninit_bg,dir_index /dev/sda1
e2fsck /dev/sda1
append to kernel boot options in file: /boot/grub/menu.lst rootfstype=ext4
No comments:
Post a Comment