Hey All,
I have to write a driver that can read EXT2 drives from windows. I am totally lost and have no idea where to begin. Can anyone here guide me from where to begin?
Thankyou
Lefty Rust
Printable View
Hey All,
I have to write a driver that can read EXT2 drives from windows. I am totally lost and have no idea where to begin. Can anyone here guide me from where to begin?
Thankyou
Lefty Rust
Also please tell me:
Does the C function readsector() read sectors from only FAT drives or can it be used to read sectors from any other file system? Eg i-node?
Its already available. Check Ext2 IFS For Windows. Its pretty stable and using it for last one year or so. I haven't faced any problem with it yet.Quote:
I have to write a driver that can read EXT2 drives from windows. I am totally lost and have no idea where to begin. Can anyone here guide me from where to begin?
Thankyou casper and Jonathan for your replies.
Yes I have to write the driver myself! It has been given as an assignment in the course Operating Systems at the undergraduate level.
This has got to be close to rule no. 4.:rolleyes: You should be able to find lots of info on the net for this ... just google;)