Welcome, Guest. Please login or register.

Author Topic: SFS????  (Read 2473 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: SFS????
« on: August 21, 2006, 07:58:33 AM »
@LoadWB
It's fine to leave the DOSType identifier as CFS/01 for normal operation, as long as you select the correct one when you partition the drive. What I don't know is whether SFS tools like the formatter and SFSSalv require the DosType to be correct according to the manual in order to work on the partition, or whether they will ignore the DOSType even if it is incorrect. Might be safest to change it anyway. (Though you will need to reformat the partition if you change the DOSType in the MBR).

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: SFS????
« Reply #1 on: August 21, 2006, 11:25:32 AM »
Quote
Piru wrote:
@motorollin
Quote
Though you will need to reformat the partition if you change the DOSType in the MBR

That is not true. As long as the dostype you change to is available, and the filesystem is compatible (this is the case here, you just change the dostype here), there is no need to reformat.

But if you already have an SFS partition and then change the DOSType identifier to something else, then a matching filesystem for the partition will not be found in the RDB. You would have to change the identifier back, or reformat it with the new one. I did this once with SFS and the partition changed to NDOS. When I changed the identifier back, it started working again.

Quote
Piru wrote:
And BTW, it's RDB not MBR.

Oops, a bit of Windows terminology slipped in there :nervous:

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10