Top "Ext2" questions

ext2 is a Linux filesystem.

What does it mean by cold cache and warm cache concept?

I read a paper and it used terms cold cache and warm cache. I googled about this terms but I …

caching linux-kernel filesystems ext2
How to mount ext2 fs?

fdisk is used to create mmcblk0p3 on the 64G SD card. Disk /dev/mmcblk0: 63.8 GB, 63864569856 bytes 255 heads, 63 sectors/track, 7764 …

embedded-linux mount busybox ext2
How do I determine an open file's size in Python?

There's a file that I would like to make sure does not grow larger than 2 GB (as it must run …

python linux file filesystems ext2
what is the diffrence inode bitmap and inode table

I am trying to understand the difference between inode bitmap and inode table (from ext2 file system documentation), but I …

linux filesystems ext2
How do I read and traverse inodes

I've opened the super-block and group descriptor in an EXT2 filesystem, but I don't know how to read for instance …

c filesystems ext2