* Moshe Kaminsky (2004-02-09 07:00 +0100) > With kernel 2.4 I had the following line in /etc/fstab: > > none /mnt/cdrom supermount > dev=/dev/cdroms/cdrom0,fs=auto,ro,--,iocharset=utf8,umask=0 0 0 > > which caused the cdrom (and similarly for the floppy) to be mounted > automatically when accessed. It seems that kernel 2.6 no longer supports this.
Aah, Kernel 2.4. That kernel 2.4. In fact the unpatched vanilla never did support supermount. > Is there a replacement? Yes: [EMAIL PROTECTED] grep supermount /usr/src/linux-2.6.2-gentoo/.config CONFIG_SUPERMOUNT=y # CONFIG_SUPERMOUNT_DEBUG is not set -- [EMAIL PROTECTED] mailing list
