ext2 > ext3
October 1st, 2007 at 10:34am |
To benefit from the improvements of a journalled filesystem you can convert an ext2 into an ext3.
# tune2fs -j /dev/(disk partition)
Use ‘parted print all’ or gparted to find out which is the disk partition name you want to convert.
Now modify the occurences of ext2 in /etc/fstab to ext3
Related posts:
- ext3 > ext2
- Swap Area not working
- Enable larger persistent data for Linux Live on SolidState or USB devices
- rescuing lost partitions and partition data for linux
- Recover wasted disk space in Ubuntu
- Install Linux OS to a USB stick or SD card
- Disk quota management
Print This Post
|
Email This Post
Posted in GNU/Linux