Bernd Böckmann

Results 212 comments of Bernd Böckmann

This is now prevented by the EDR kernel via https://github.com/SvarDOS/edrdos/commit/4dbe13473d65b579e4c2cea4f5ca2016aed6567d, https://github.com/SvarDOS/edrdos/commit/a74e21180e272a127d5b37d8639a75a7de2a383d

implemented by [1c9271f](https://github.com/FDOS/fdisk/commit/1c9271f4b3ed8da2e17b902e29c1647c7fc525aa)

@PerditionC I could use this to make sure the user deletes the correct drive. But I cannot use this to detect die DLA method if the user starts with an...

There is also the problem that drive letters change with the first modification and are "out of sync" with the letters known to the OS.

You are right, I confused the DDT / UDSC structure with the DPB / DDSC structure. I need the DDT to get the partition offset.

Some time ago I think Jerome asked me if partition activation based on drive letter could be implemented. This INT2Fh,08 would be quite useful for it. Also it would be...

relates to https://github.com/FDOS/fdisk/issues/81

I am in the process of changing FDISK to make use of volume labels instead the volume id found in the BPB, because this is what Microsoft FDISK does. This...

> Why not add code to fdisk to scan the root directory itself, which would allow to always find the correct volume label file? Could be done, and is most...

> Or both? Thought about it. But I do not like it, because then it is not obvious to the user where the volume name originates from. It should at...