On Thu, Nov 15, 2012 at 11:54:59AM -0500, Patrick Serru wrote: > I downloaded "debian-6.0.6-amd64-netinst.iso" then started. Problem: it is >not possible to mount filesystems reiserfs! Almost all my partitions are >reiserfs. So once again, I left! > > Is there a utility to convert a reiserfs partition to an ext4 >partition? If there were, it might be risky to use it. On a system that can handle both, I would just mount the reiserfs partition and an empty ext4 partition on another disk with enough space to hold the content, and do a deep recursive copy from the reiserfs to the ext4fs. And when complete, do some checks to make sure the files were duplicated properly. Do that for every reiserfs partition. Maybe there is a more modern way, but I like simple.