Tagged Questions
2
votes
1answer
156 views
journaling in ext3 - Documentation
I have been looking around for documentation on how journalling is implemented in ext3 and couldn't find any good resources. I am familiar with the internals of ext2 and have gone through the ...
0
votes
0answers
85 views
How to create a minix filesystem with userspace tools
For an embedded device we need to create a minix filesystem which contains the program files. Currently we mount the image file via the loopback device, which is tedious since it requires ...
0
votes
1answer
112 views
minix3 filesystem implementation
I was just going through section 5.3 of Operating Systems: Design and Implementation: "File system implementation", and I have a doubt regarding disk management using linked lists (table ...