Welcome, Guest. Please login or register.

Author Topic: SFS for hard drives larger then 4 gig. How to install?  (Read 5945 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: SFS for hard drives larger then 4 gig. How to install?
« on: March 11, 2006, 09:46:14 PM »
Quote
I tried that and where it lets me enter the "identifire" when I enter 0x535465300 it wont let me place that many charictures in the box it stops me at 10 and I need 11 to do that


It should be 0x53465300, exactly 10 characters:

0x = sign that hexadecimal digits follow
53 hexadecimal ASCII code for "S"
46 hexadecimal ASCII code for "F"
53 hexadecimal ASCII code for "S"
00 null character

Bye,
Thomas