Re: USB memory stick

2002-11-06 Thread Miloslav Trmac
On Wed, Nov 06, 2002 at 12:36:17PM -0500, Tuan Hoang wrote: > Regardless of whether or not I have any additional entries in /etc/fstab, > when I remove the USB memory stick, the cdrom debacle occurs (described > above). vi /etc/updfstab.conf Mirek

Re: USB memory stick

2002-11-06 Thread Tuan Hoang
How is removing my cdrom entry from /etc/fstab, deleting the /dev/cdrom link and deleting the /mnt/cdrom directory not the fault of kudzu? By default, kudzu configures the cdrom (swappable with a floppy drive) and makes the "kudzu" option in /etc/fstab. This is fine and works great. Regardless

Re: USB memory stick

2002-11-06 Thread Rui Miguel Seabra
No, it isn't a kudzu problem. It's a problem of RTFM :) (now, WTFTMI I don't know, since I found out by testing a simple theory). You probably copied the entry from floppy or cdrom, I'd guess. They provide an option named kudzu (isn't that a huge hint?). Since the memory stick is probably not ava

Re: USB memory stick

2002-11-05 Thread Tuan Hoang
Actually the problem happens even when I don't have the memory stick in /etc/fstab. Like you said, it seems like a problem with kudzu. When the stick is removed it seems like the kudzu devices are all deleted including their /dev link and /mnt directory. I just posted it to bugzilla. #77382

Re: USB memory stick

2002-11-05 Thread Rich Thompson
I haven't put my USB memorystick reader in fstab since the beta closed and Psyche was released. I have been using a mount script instead of the /etc/fstab way because the issue you mentioned happened to me in the beta once. I thought it was related to an existing kudzu bug so I did not bugzilla

Re: USB memory stick

2002-11-05 Thread Tuan Hoang
Do you have problems when you umount and then remove the stick? Whenever I remove the stick, I see that the kernel detects it from the dmesg output. The strange thing is that when I remove it, the cdrom line disappears from /etc/fstab and all the mount stuff is gone (/dev/cdrom link and /mnt/cd

Re: USB memory stick

2002-11-05 Thread Aric Galloso
how do i stop this mail from coming to me? --- Tuan Hoang <[EMAIL PROTECTED]> wrote: > On Tue, 5 Nov 2002, Tuan Hoang wrote: > > > Hi, > > > > I just plugged in my Sony USB memory stick and I > noticed that under dmesg > > that it logged seeing the stick plugged in. > > > > USB Mass Storage dev

Re: USB memory stick

2002-11-05 Thread Rich Thompson
mkdir /mnt/memorystick mount /dev/sda1 /mnt/memorystick That works as a one off mount. Visit /etc/fstab to make it automount... Rich Tuan Hoang writes: Hi, I just plugged in my Sony USB memory stick and I noticed that under dmesg that it logged seeing the stick plugged in. USB Mass Sto

Re: USB memory stick

2002-11-05 Thread Tuan Hoang
On Tue, 5 Nov 2002, Tuan Hoang wrote: > Hi, > > I just plugged in my Sony USB memory stick and I noticed that under dmesg > that it logged seeing the stick plugged in. > > USB Mass Storage device found at 2. > USB Mass Storage support registered. > > Ok, but how do I mount this thing? > > Tha