Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-10-03 Thread Andre Lourenco
that was fast :-) > > NOTE: when i plug the device in again, a have to > touch > > /dev/sda1, so that it is detected... > > Or just wait a few more seconds. > i would say minutes! actualy i realy have to touch /dev/sda1 to get it found and mounted - but this can be done as an user... the outpu

Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-10-03 Thread Pascal Cavy
Le Vendredi 3 Octobre 2003 17:00, Buchan Milne a écrit : > Andre Lourenco wrote: > > NOTE: when i plug the device in again, a have to touch > > /dev/sda1, so that it is detected... > > Or just wait a few more seconds. > > > IMO supermount should be disabled for usb-storage... > > An user *must* be

Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-10-03 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andre Lourenco wrote: > NOTE: when i plug the device in again, a have to touch > /dev/sda1, so that it is detected... Or just wait a few more seconds. > > IMO supermount should be disabled for usb-storage... > An user *must* be able to umount /mnt/r

Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-10-03 Thread Andre Lourenco
ok i'm back to work.. > what is your fstab entry for removable ? > (grep removable /etc/fstab ) none /mnt/removable supermount dev=/dev/sda1,fs=ext2:vfat,--,iocharset=iso8859-15,kudzu,codepage=850 0 0 > what is your kernel level ? > (uname -a) Linux therock.lan 2.4.22-10mm.1mdk #1 Mon Sep 22 1

Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-10-02 Thread Andre Lourenco
Ok I’m far away from home now... so I will send a reply to this email tomorrow by night... But I can tell you that I’m using the device by hotpluging it... and the line gets created for me... I’m using mm kernel from contribs (version 10, I think). As I said I’ll send more info as soon as I get h

Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-10-01 Thread Pascal Cavy
Le Mercredi 1 Octobre 2003 16:15, Andre Lourenco a écrit : > > AFAIK, hotplug can't detect the removal of USB > > storage devices, so my > > fstab entry for it stays until the next boot > > (AFAICT). > > for this i use "eject removable" as root... it stops > the usb drive and removes the entry on m

Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-10-01 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andre Lourenco wrote: >>AFAIK, hotplug can't detect the removal of USB >>storage devices, so my >>fstab entry for it stays until the next boot >>(AFAICT). >> > > > for this i use "eject removable" as root... it stops > the usb drive and removes the ent

Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-10-01 Thread Andre Lourenco
> AFAIK, hotplug can't detect the removal of USB > storage devices, so my > fstab entry for it stays until the next boot > (AFAICT). > for this i use "eject removable" as root... it stops the usb drive and removes the entry on my fstab. BTW i also cannot umount as user... when i plug the device

Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-10-01 Thread Pascal Cavy
Le Mercredi 1 Octobre 2003 12:31, Götz Waschk a écrit : > Am Mittwoch, 1. Oktober 2003, 12:25:25 Uhr MET, schrieb Buchan Milne: > > Your hotplug is broken. > > AFAIK, hotplug can't detect the removal of USB storage devices, so my > > fstab entry for it stays until the next boot (AFAICT). > > Yes,

Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-10-01 Thread Pascal Cavy
Le Mercredi 1 Octobre 2003 12:25, Buchan Milne a écrit : > > > Let's clarify the test: > > 1. disconnect the USBSD (usb storage device) > > I booted my cooker box without any USB device connected > > > 2. remove any entry referencing it in the fstab > > [EMAIL PROTECTED] bgmilne]$ grep sda /etc/fs

Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-10-01 Thread Götz Waschk
Am Mittwoch, 1. Oktober 2003, 12:25:25 Uhr MET, schrieb Buchan Milne: > Your hotplug is broken. > AFAIK, hotplug can't detect the removal of USB storage devices, so my > fstab entry for it stays until the next boot (AFAICT). Yes, but it seems to work fine for me with the 2.6.0test kernel. It remo

Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-10-01 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pascal wrote: > Le Mardi 30 Septembre 2003 19:23, Buchan Milne a écrit : > >>Pascal Cavy wrote: >> >>>The following scenario is implemented in cooker : >>> >>>1. connect an usb storage device to usb port >>> >>>2. dynamic creates an entry in /etc/fstab

Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-10-01 Thread BLINDAUER Emmanuel
Le Mardi 30 Septembre 2003 22:54, Pascal a écrit : > There is a conflict between hotplug and harddrake somewhere ... > hotplug should create a fstab entry upon connect and remove it upon > disconnect. > harddrake should not interfere with this. /etc/dynamic/scripts/part.script is the script who IM

Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-09-30 Thread Pascal
Le Mardi 30 Septembre 2003 19:23, Buchan Milne a écrit : > Pascal Cavy wrote: > > The following scenario is implemented in cooker : > > > > 1. connect an usb storage device to usb port > > > > 2. dynamic creates an entry in /etc/fstab with supermount option - an > > icon appears on kde for the devi

Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-09-30 Thread danny
On Tue, 30 Sep 2003, Pascal Cavy wrote: > The following scenario is implemented in cooker : > > 1. connect an usb storage device to usb port > > 2. dynamic creates an entry in /etc/fstab with supermount option - an icon appears > on kde for the device > none /mnt/removable supermount > dev=/de

Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-09-30 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pascal Cavy wrote: > The following scenario is implemented in cooker : > > 1. connect an usb storage device to usb port > > 2. dynamic creates an entry in /etc/fstab with supermount option - an icon appears on kde for the device > none /mnt/removable s

Re: [Cooker] need clarification on dynamic usb storage device and supermount

2003-09-30 Thread Götz Waschk
Am Dienstag, 30. September 2003, 18:45:07 Uhr MET, schrieb Pascal Cavy: > 4. How do I disconnect cleanly this device from the desktop now that > is automatically mounted ? I cannot unmount it from the kde icon > since the user option is not in /etc/fstab It should be possible to simply remove the

[Cooker] need clarification on dynamic usb storage device and supermount

2003-09-30 Thread Pascal Cavy
The following scenario is implemented in cooker : 1. connect an usb storage device to usb port 2. dynamic creates an entry in /etc/fstab with supermount option - an icon appears on kde for the device none /mnt/removable supermount dev=/dev/sda1,fs=ext2:vfat,--,codepage=850,iocharset=iso8859-15,