NTFS {Now discussing FAT or HPFS}

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
jakelstr
Member
Member
Posts: 52
Joined: Wed Jul 05, 2006 9:30 am

NTFS {Now discussing FAT or HPFS}

Post by jakelstr »

Is it possible for me to impliment the NTFS into my OS?

EDIT: If it is not, then can you recomend a diff fs
Last edited by jakelstr on Wed Jul 26, 2006 7:53 am, edited 1 time in total.
"Real corn makes it special!" -The Grim Adventures of Billy and Mandy

MMM...Caffeine

Intel Inside, Idiot Outside
ComputerPsi
Member
Member
Posts: 83
Joined: Fri Oct 22, 2004 11:00 pm

Post by ComputerPsi »

If you are just starting out then your OS is probably on a floppy. I recommend supporting the FAT system. There are much tutorials and documentations on it.
Anything is possible if you put your mind to it.
ComputerPsi
User avatar
jakelstr
Member
Member
Posts: 52
Joined: Wed Jul 05, 2006 9:30 am

Post by jakelstr »

Ok,
I'll save NTFS for later. I asked at osdever.net chat but no one cares. :D
"Real corn makes it special!" -The Grim Adventures of Billy and Mandy

MMM...Caffeine

Intel Inside, Idiot Outside
Shark8
Member
Member
Posts: 27
Joined: Wed Nov 02, 2005 12:00 am

Post by Shark8 »

Yes, you can!
As long as you have the implementation specs it'll be easy... otherwise you'll have to reverse-engineer it.
User avatar
jakelstr
Member
Member
Posts: 52
Joined: Wed Jul 05, 2006 9:30 am

Post by jakelstr »

Hi,
would it be possible for me to modify FAT or VFAT or HPFS so that I can include support for my file indexing system?
"Real corn makes it special!" -The Grim Adventures of Billy and Mandy

MMM...Caffeine

Intel Inside, Idiot Outside
User avatar
JAAman
Member
Member
Posts: 879
Joined: Wed Oct 27, 2004 11:00 pm
Location: WA

Post by JAAman »

possible? yes, but not recommended -- if you alter the format, then it may become unreadable by other OSs, and it really isnt the same filesystem anymore

NTFS is possible, (but it is much more complicated), FAT is actually quite easy to implement (also allows the disk to be used under almost any OS -- making the disk very portable, allowing the transfer of files between OSs)
User avatar
jakelstr
Member
Member
Posts: 52
Joined: Wed Jul 05, 2006 9:30 am

Post by jakelstr »

Ok,
I'll just do what MS tried and write a seperate indexing system.
Good enough!! :D
"Real corn makes it special!" -The Grim Adventures of Billy and Mandy

MMM...Caffeine

Intel Inside, Idiot Outside
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

Here is fasm code to find and load a file, from a ntfs hdd, now if you can find and load one file from ntfs, then your half way there ;).
http://shade.msu.ru/~msu-se/mtldr.rar
User avatar
jakelstr
Member
Member
Posts: 52
Joined: Wed Jul 05, 2006 9:30 am

Post by jakelstr »

If anybody needs it, there is a doc in the cotton tail archive about this(NTFS)
"Real corn makes it special!" -The Grim Adventures of Billy and Mandy

MMM...Caffeine

Intel Inside, Idiot Outside
Post Reply