Hacker News new | past | comments | ask | show | jobs | submit login

> So, is it really two independent file systems?

Yes, they just don't interact with each other.

> It seems writing to one file system is likely to destroy the other, since they would be unaware of each other's allocated blocks.

The entirety of ext2 stays within FAT32's reserved blocks (that is, between the bootsector and the File Allocation Table), so FAT32 won't write over ext2. The inverse is also true, as ext2 knows its formatted size, so it won't write outside of the reserved sectors.




So basically the perfect combination if you want to boot a Raspberry Pi from a single partition for some reason. I like it!


Since the two filesystems are independent, it seems they could have independent content. A filesystem that could boot DOS or Linux.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: