English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i have to write own customise file system for windows over the layor of FAT/NTFS. thru which any File can be convertable from FAT/NTFS to My file System and from my File System to FAT/NTFS. is it possible? any link, hints ?

2007-07-01 20:00:31 · 1 answers · asked by Sant 2 in Computers & Internet Programming & Design

1 answers

I've been developing software for many years, and this would very difficult depending on how you wanted to do it. It might be doable if you are willing to live by certain restrictions.

If you wrote out to unused sections of the hard drive, FAT/NTFS wouldn't know where they were, so they would be prone to being overwritten.

1. You could create your own partition with it's own file system. This would be extreamly difficult, but would be possible and could be fun. Because it's in its own partition, it wouldn't get overwritten and could be used by your conversion software.

2. You could create a single file. Within this file was your file system. This would be easier, but wouldn't truly be a file system. It would be more like a fake imitation. However this is an easier approach and could be a lot of fun.

2007-07-01 20:21:10 · answer #1 · answered by Michael M 6 · 0 0

fedest.com, questions and answers