
Unix-versions (Solaris, Linux, BSD, BeOS, MacOS X, NextStep, ...) don't have this nonelastic system of drive letters for addressing. The file system is here independent of the hardware. The hardware (disks, floppies, cdroms, ram, ...) cant be mounted via mountpoints in the file system.
ReactOS have to use the odd system of disk drive letters to be compatible with Windows, OS2 and DOS.

But I think it is possible to use moint point too. DOS have the JOIN-command for this:
http://www.techweb.com/encyclopedia/def ... rm=DOSJoin
Windows XP have the GUI diskmgmt.msc for this. I don't no if XP have a command line tool like the Unix "mount" (I don't use Windows normally).
Will ReactOS have the capability for using moint point?
Is it possible to use this capability in the start process like the /etc/fstab in Unix?