Well,

I've read this mail so I can catch the way to put supermount to work on
my kernel 2.6.2 .I've did that:
#cd /usr/src/linux
#wget
http://cesnet.dl.sourceforge.net/sourceforge/supermount-ng/supermount-2.0.4-2.6.2.patch.gz
try others looking at http://supermount-ng.sourceforge.net/
#gunzip supermount-2.0.4-2.6.2.patch.gz
#patch -p1 < supermount-2.0.4-2.6.2.patch
#make oldconfig
and replyng "Y" to the follow question:
Supermount removable media support (SUPERMOUNT) [N/m/y/?] (NEW) y
so just compile kernel and boot.
#make && make modules_install
and put these lines to fstab:
none /mnt/dvd  supermount fs=auto,dev=/dev/cdroms/cdrom0,--,users 0 0
none /mnt/cdrw supermount fs=auto,dev=/dev/cdroms/cdrom1,--,users 0 0

Claudinei Matos


On Mon, 2004-02-09 at 07:26, Thorsten Kampe wrote:
> * 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
> 
> 


--
[EMAIL PROTECTED] mailing list

Reply via email to