Charles Davis cdavis@mymail.mines.edu writes:
- case 0x05:
data = "CdRomPeripheral";
snprintf(buffer, sizeof(buffer), "Cdrom%d", cdrom_no++);
break;
This needs to be set to the device name that mountmgr has assigned to it. That's the point of doing this in mountmgr: making sure that all the information derives from a single source.