Thomas Schmitt, le Sun 09 Oct 2011 11:45:59 +0200, a écrit : > > CD ROM devices are actually called /dev/cd0 in GNU Mach. With the > > command line above I could mount /dev/cd0. cd to /dev and run > > ./MAKEDEV cd0 there to create the device node. > > In this sequence ? mount, cd, MAKEDEV ?
No, mount after the cd and MAKEDEV, of course :) > (Does "mount" mean something completely different as in Linux ?) It means using settrans, yes. Samuel