This is just a simple tip to use ext4 filesystems in Ubuntu Intrepid Ibex 8.10.
In Ubuntu Jaunty ext4 filesystems is fully supported but in Intrepid was in developing.
To use we must load the module ext4dev
sudo modprobe ext4dev
cat /proc/filesystems
Now, if we try to mount a formatted partition as ext4, will see that we can not do
sudo dmesg | tail
EXT4-fs: sda2: not marked OK to use with test code.
sudo tune2fs -E test_fs /dev/sda1
sudo mount -t ext4dev /dev/sda1 /mnt/disk
That's all folks!
Note 1: replace sda1 by the appropiate device
Note 2: sorry for my english :)

1 comments:
don't be lame boy, not need excuse your english.
Publicar un comentario en la entrada