Konamiman / Nextor

A disk operating system for MSX computers, forked from MSX-DOS 2.31
Other
183 stars 33 forks source link

Partitions created by FDISK mustn't be the same name #2

Closed plainspooky closed 5 years ago

plainspooky commented 5 years ago

All partitions created by FDISK tool there are the same name "NEXTOR 2.0 " (source/kernel/bank5/fdisk2.c) and it is a bit confuse to identify each one on UNIX like operating systems.

plainspooky commented 5 years ago

I've opened this just for keep it in mind. It's a simple improvement but I need to build Nextor on Linux first :-)

Konamiman commented 5 years ago

Thanks for the suggestion, but what you call the "partition name" is actually the OEM name (https://en.wikipedia.org/wiki/Design_of_the_FAT_file_system) and identifies the system that created the filesystem. Are you sure that *-IX OSes use this value for partition identification?