Submitted 30-Aug-00 by Dennis Robertson:

> script in /etc/rc.d/init.d/mandrake_everytime which disables supermount
> on boot (I wonder why this is built in - does Mandrake want to use
> supermount or not?). 

This script only activates if you built supermount into the kernel.  With
semi-stock mandrake boxes, always build it as a module to avoid the problem.

If you read that portion of the script carefully, you will realize that it
is a safety device.  If your fstab has supermount entries in it and the
module is unavailable, then it disables it, because it assumes that it can't
use supermount.

I have submitted a patch for it, but even if it goes in, it requires a
variable be set in /etc/sysconfig/system which is written at install time.

> If I disable this script, run /usr/sbin/supermount -i enable and reboot I
> am still unable to mount from the desktop

In my experience, supermont -i enable frequently generates invalid fstab
entries.

> Supermount or other fstab entries would be appreciated.

# Removeable media (Supermount)
/mnt/floppy     /mnt/floppy             supermount fs=vfat,dev=/dev/fd0,nosuid,nodev 0 0
/mnt/cdrom      /mnt/cdrom              supermount 
fs=iso9660,dev=/dev/cdrom,ro,nosuid,nodev,exec 0 0

-- 
Anton Graham                            GPG ID: 0x18F78541
<[EMAIL PROTECTED]>                 RSA key available upon request
 
"Have you noticed there are no interesting people in heaven? Just a hint to
the girls as to where they can find their salvation."
  -- Nietzche, "The Will to Power"


Reply via email to