Tag: filesystem
-
Don’t forget to defragment /home if you’re using BTRFS
don’t forget to defragment a btrfs filesystem … large (sqlite database like files etc) will fragment and become slow
-
Migrating an ext3 filesystem to ext4 (Debian Squeeze)
Interestingly (well, perhaps not really) this is very easy. In my case, I’m hoping that the migration will lead to faster fsck times (currently it’s taking about an hour, which is somewhat excessive, each time the server crashes for whatever reason). In my case, the filesystem is /dev/md0 and mounted at /home – change the…