LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   supermount (https://www.linuxquestions.org/questions/slackware-14/supermount-53654/)

contrasutra 04-06-2003 01:17 AM

supermount
 
Supermount is a kernel module, right? So it can be added to Slackware? Where can I find the module and is it known to work fine with Slack9.

I love Supermount, I can never remember to mount and umount stuff, and its very frustrating to try to eject a CD and not remember why its not working.

Thanks.

carlywarly 04-06-2003 01:40 AM

You could try modprobe supermount in a console as root, and see if it initialises. If it does, add it to your init scripts.

afunke 04-09-2003 09:13 PM

Please ignore the original content of this message (quoted below). I found out that you can install supermount with non-mandrake kernels too:

1. get latest supermount *patch file for your kernel version
2. copy the file to /usr/src/linux-version
3. run
patch -p1 <supermount.version.patch
4. Configure and turn on "supermount" support under filesystems sections
5. Compile and install the new kernel with supermount support
(read the supermount README to learn how to edit /etc/fstab file and activate supermount after booting the new kernel).

Quote:

AFAIK, supermount is specific to the Mandrake distribution kernel. Even if Mandrake comes with, say, 2.4.21 kernel, it is a "mdk" modified kernel, including the supermount module, which is not available if I download 2.4.21 kernel source from www.kernel.org. Therefore, supermount can not be compiled from any unmodified kernel sources except for kernel sources modified by Mandrake. If you cannot compile it, it is unlikely that it will work with any other distribution (and just copying over kernel modules from another kernel to your system is not a good idea, because of unresolved symbols - remember the DLL nightmare in MS world...).

To tell the truth, even though I use Mandrake 9.0, I decided to uninstall supermount, because it didn't work really well. Lets wait until ML 9.1 users report substantial improvements on supermount performance/stability, so that it can be widely recomended. I think supermount should be an option available at every Linux distribution wanting to seriously compete with that dominant OS on the Desktop market... (it is not easy to reinvent the wheel all the time...)
Andreas

gbburkhardt 07-06-2003 08:30 PM

You can find the source code for supermount here:

http://sourceforge.net/projects/supermount-ng

It reputes to be platform independent.

Tinkster 07-06-2003 09:20 PM

Supermount is evil :) ... particularly with
floppies.

As for cd's, do like I, make it a habit to
use
Code:

eject
from a command-line. It either spits out the
CD/DVD or tells you why it won't ;)

Cheers,
Tink

gbburkhardt 07-06-2003 10:16 PM

I've never had any trouble with supermount, even when Mandrake said it was broken in their 8.1 release. It's one of the main
reasons I prefer Mandrake, and I don't understand why other
distributions haven't seen the light.

I wouldn't be without it, given the choice. The whole 'mount',
'umount' stuff is just too time consuming, and user un-friendly.

galad 07-07-2003 08:46 AM

It may look user un-friendly but it gives you complete control to what's happening on your machine.
By default only root can mount and umount cd-roms, you can make it easier by editing
/etc/fstab
and adding to the cd-rom line (tipically /dev/cdrom or /dev/hdc) the options:
defaults, umask=022
to make every user able to mount/umount.

Once again, sorry if I wrote something obvious,
greetings

tipaul 07-07-2003 09:54 AM

Easy Mount/Eject of CDROM
 
I've always used DroplineGnome with my Slack 9...

Just right-clicked on the background and select my drive to mount...

Then when I wish to eject (and unmount) my CD, I just right-click my CD-drive icon and select EJECT...

This is real-easy for me... :p

gbburkhardt 07-07-2003 12:27 PM

> It may look user un-friendly but it gives you complete control to > what's happening on your machine.

Having supermount doesn't prevent you from doing this. I can't imagine what "complete control" means with respect to
CDROMs, anyway. With CDROMs, I just want to put the
disc in the drive and use it.

Floppies are a little more complicated, but for an already
formatted floppy, supermount is great. Just put it in and use it.

> By default only root can mount and umount cd-roms, you can
> make it easier by editing /etc/fstab

You can also use the 'user' option in the fstab file.

rol1 07-07-2003 01:54 PM

Any opinions about devfs and devfsd?

Tinkster 07-07-2003 02:59 PM

Quote:

Any opinions about devfs and devfsd?
How about a fresh thread for that?

Cheers,
Tink

moses 07-08-2003 02:04 AM

I use automount. When I do a
Code:

ls /cdrom
, it mounts /dev/cdroms/cdrom0 at /cdrom and gives me the directory listing. After a couple of minutes of non-use, it umounts /cdrom. Works great with floppies and compact flash cards too. =-}


All times are GMT -5. The time now is 06:26 PM.