RE: [expert] automating mount proces

2001-12-06 Thread Grouwels Daniel

That part I know, it is when I try to insert a cd, then remove, another
cd ...  I don't want to alwys type  mount  Umount ...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of meta
Sent: Thursday, December 06, 2001 3:30 AM
To: [EMAIL PROTECTED]
Subject: Re: [expert] automating mount proces


edit your /etc/fstab
add what u wanna mount automatically every booting

On Thursday 06 December 2001 07:00, you wrote:
 Hi, How can I automata the mount proces in the mandrake 8.1



 I can't find it


 thanks





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] automating mount proces

2001-12-06 Thread Klar Brian D Contr MSG/SICN

You might try looking into autofs, if 
you are wanting to auto-mount your cd's
and all

Brian D. Klar - CVE
OTS
WPAFB

-Original Message-
From: meta [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 9:30 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] automating mount proces


edit your /etc/fstab
add what u wanna mount automatically every booting

On Thursday 06 December 2001 07:00, you wrote:
 Hi, How can I automata the mount proces in the mandrake 8.1



 I can't find it


 thanks




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] automating mount proces

2001-12-06 Thread Tom Brinkman

On Thursday 06 December 2001 06:29 am, Grouwels Daniel wrote:
 That part I know, it is when I try to insert a cd, then remove,
 another cd ...  I don't want to alwys type  mount  Umount ...


   I've got supermount working well on ML8.1. I did it by installing 
a 2.4.13 kernel, which also requires an iptable and initscripts 
upgrade. Then run 'supermount -i enable', followed with 'mount -a'.  
I'm now using a 2.4.16 kernel, which involved upgrading iptables and 
initscripts again, plus setup, and lm_sensors. Supermount still works 
flawlessly for my cd-rw, cdrom, and floppy.

Get all these files off the cooker mirrors
   http://www.linux-mandrake.com/en/cookerdevel.php3
-- 
  Tom Brinkman             Galveston Bay, USA



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] automating mount proces

2001-12-06 Thread Franki

Hi Tom,

Got a few questions for you if I may...

Why did you have to upgrade initscripts and iptables to go with 2.4.16-1???
I have that kernel, initscripts-6.27-10.4 and iptables-1.2.4-2

Should I upgrade them?? it all seems to  be fine and iptables is definately
working...


Secondly, with supermount -i enable and mount -a

should I add them to rc.local???

I really would love to get supermount working for  cdrom and floppy,, (so
samba can share them effectively.)

any help, much appreciated.


rgds

Frank



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Tom Brinkman
Sent: Thursday, 6 December 2001 8:38 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] automating mount proces


On Thursday 06 December 2001 06:29 am, Grouwels Daniel wrote:
 That part I know, it is when I try to insert a cd, then remove,
 another cd ...  I don't want to alwys type  mount  Umount ...


   I've got supermount working well on ML8.1. I did it by installing
a 2.4.13 kernel, which also requires an iptable and initscripts
upgrade. Then run 'supermount -i enable', followed with 'mount -a'.
I'm now using a 2.4.16 kernel, which involved upgrading iptables and
initscripts again, plus setup, and lm_sensors. Supermount still works
flawlessly for my cd-rw, cdrom, and floppy.

Get all these files off the cooker mirrors
   http://www.linux-mandrake.com/en/cookerdevel.php3
--
  Tom Brinkman             Galveston Bay, USA





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] automating mount proces

2001-12-06 Thread Sevatio

Many of us are having problems with LM8.1's Supermount.  Some of the 
suggestions that I've seen have been to use KDF (Kdiskfree) and/or add 
CDRom icons to the Desktop.  Although these give us the ability to access 
the removable media, it is still an awkward step backwards.  So I'm 
starting 
this thread to hopefully help those that are having this problem and of 
course, the many that will encounter this problem.  If some of these 
methods don't work, please contribute to this solution.


-

LM8.1  Supermount - Getting the darn thing to work. - FYI.

I've been fooling around with the CDRoms and Floppy lines in fstab 
and got Supermount to work for both the CDRoms and Floppy drive.

Try these lines (one line per device):

/mnt/cdrom /mnt/cdrom supermount 
fs=iso9660,dev=/dev/hdc,ro,nosuid,nodev,exec 0 0

/mnt/cdrom2/mnt/cdrom2 supermount 
fs=iso9660,dev=/dev/scd0,ro,nosuid,nodev,exec 0 0

/mnt/floppy /mnt/floppy supermount  
fs=vfat,dev=/dev/fd0,nosuid,nodev,exec 0 0

After saving /etc/fstab with your new lines, do a 
umount -a
and then
mount -a

Now they should mount automatically.

Observations:  Some things that oddly caused this Not to work:

fs=auto - (instead, I had to use iso9660 for the CDRoms and vfat for 
the 
floppy)

iocharset=iso8859-1, codepage=850 - (I just removed these because they 
kept interferring with Supermount)

Good Luck,
Sevatio


Original Message dated 12/5/01, 4:00:21 PM
Author: Grouwels Daniel [EMAIL PROTECTED]
Re: [expert] automating mount proces:


Hi, How can I automata the mount proces in the mandrake 8.1
 
 
 
I can't find it
 
 
thanks



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] automating mount proces

2001-12-06 Thread Tom Brinkman

On Thursday 06 December 2001 09:32 am, Franki wrote:
 Hi Tom,
 Got a few questions for you if I may...
 Why did you have to upgrade initscripts and iptables to go with
 2.4.16-1??? I have that kernel, initscripts-6.27-10.4 and
 iptables-1.2.4-2
 Should I upgrade them?? it all seems to  be fine and iptables is
 definately working...

kernel-2.4.16.1mdk-1-1mdk
iptables-1.2.4-2mdk
initscripts-6.40.2-3mdk   ... is what I've got, additionally I have

setup-2.2.0-16mdk  and
lm_sensors-2.6.2-1mdk

   IIRC, setup was a dep for initscripts. 'iptables -L' gave me the 
mismatch with kernel version error, so I knew to get the latest for 
2.4.16.  'sensors' quit working with 2.4.16,, but an upgrade fixed 
that.

   Difference might be that I used the ready made 2.4.16 kernel, but 
all the other ones were cooker src.rpms using rpm --rebuild.  If your 
usin a vanilla source kernel, I have no idea if the supermount patch 
will work.  I've had no problems with Mandrake kernels = 2.4.13 and 
supermount. 
 ~ $ locate supermount.o
/lib/modules/2.4.13-2mdk/kernel/fs/supermount/supermount.o.gz
/lib/modules/2.4.16.1mdk-1-1mdk/kernel/fs/supermount/supermount.o.gz
   
 Secondly, with supermount -i enable and mount -a

 should I add them to rc.local???

   No Frank, I just ran them initially to add 'supermount' to fstab. 
I believe I forgot to mention to 'umount' all your removable devices 
before doin 'mount -a' , mea culpa.

 I really would love to get supermount working for  cdrom and
 floppy,, (so samba can share them effectively.)

 any help, much appreciated.

  As I alluded to in my earlier reply, I suspect different people are 
gonna experience different results/success/failure, since we're all 
runnin different hardware.  FWIW, here' my fstab after 'supermount -i 
enable' for removable devices

 ~ $ less /etc/fstab
none/mnt/cdrom  supermount  
fs=iso9660,dev=/dev/hdc,--,iocharset=iso8859-1,umask=0,ro,nosuid,
nodev,codepage=850,exec 0 0

none/mnt/cdrom2 supermount  
fs=iso9660,dev=/dev/scd0,--,iocharset=iso8859-1,umask=0,ro,nosuid,
nodev,codepage=850,exec 0 0

none/mnt/floppy supermount  
auto,user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,
noauto 0 0

-- 
  Tom Brinkman             Galveston Bay, USA



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] automating mount proces

2001-12-06 Thread Klar Brian D Contr MSG/SICN

There is a program on http://freshmeat.net called 
autorun. I used it on my RH 7.1 system, and it seemed
fine.

Brian D. Klar - CVE
OTS
WPAFB

-Original Message-
From: Tom Brinkman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 06, 2001 1:27 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] automating mount proces


On Thursday 06 December 2001 09:32 am, Franki wrote:
 Hi Tom,
 Got a few questions for you if I may...
 Why did you have to upgrade initscripts and iptables to go with
 2.4.16-1??? I have that kernel, initscripts-6.27-10.4 and
 iptables-1.2.4-2
 Should I upgrade them?? it all seems to  be fine and iptables is
 definately working...

kernel-2.4.16.1mdk-1-1mdk
iptables-1.2.4-2mdk
initscripts-6.40.2-3mdk   ... is what I've got, additionally I have

setup-2.2.0-16mdk  and
lm_sensors-2.6.2-1mdk

   IIRC, setup was a dep for initscripts. 'iptables -L' gave me the 
mismatch with kernel version error, so I knew to get the latest for 
2.4.16.  'sensors' quit working with 2.4.16,, but an upgrade fixed 
that.

   Difference might be that I used the ready made 2.4.16 kernel, but 
all the other ones were cooker src.rpms using rpm --rebuild.  If your 
usin a vanilla source kernel, I have no idea if the supermount patch 
will work.  I've had no problems with Mandrake kernels = 2.4.13 and 
supermount. 
 ~ $ locate supermount.o
/lib/modules/2.4.13-2mdk/kernel/fs/supermount/supermount.o.gz
/lib/modules/2.4.16.1mdk-1-1mdk/kernel/fs/supermount/supermount.o.gz
   
 Secondly, with supermount -i enable and mount -a

 should I add them to rc.local???

   No Frank, I just ran them initially to add 'supermount' to fstab. 
I believe I forgot to mention to 'umount' all your removable devices 
before doin 'mount -a' , mea culpa.

 I really would love to get supermount working for  cdrom and
 floppy,, (so samba can share them effectively.)

 any help, much appreciated.

  As I alluded to in my earlier reply, I suspect different people are 
gonna experience different results/success/failure, since we're all 
runnin different hardware.  FWIW, here' my fstab after 'supermount -i 
enable' for removable devices

 ~ $ less /etc/fstab
none/mnt/cdrom  supermount  
fs=iso9660,dev=/dev/hdc,--,iocharset=iso8859-1,umask=0,ro,nosuid,
nodev,codepage=850,exec 0 0

none/mnt/cdrom2 supermount  
fs=iso9660,dev=/dev/scd0,--,iocharset=iso8859-1,umask=0,ro,nosuid,
nodev,codepage=850,exec 0 0

none/mnt/floppy supermount  
auto,user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,
noauto 0 0

-- 
  Tom Brinkman             Galveston Bay, USA




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] automating mount proces

2001-12-05 Thread Grouwels Daniel
Title: Message



Hi, How can I 
automata the mount proces in the mandrake 8.1



I can't find 
it


thanks


Re: [expert] automating mount proces

2001-12-05 Thread meta

edit your /etc/fstab
add what u wanna mount automatically every booting

On Thursday 06 December 2001 07:00, you wrote:
 Hi, How can I automata the mount proces in the mandrake 8.1



 I can't find it


 thanks



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com