Re: [gentoo-user] udev and fstab

2005-12-15 Thread Neil Bothwick
On Thu, 15 Dec 2005 08:30:08 +0100, Dirk Heinrichs wrote: udev handles the creation of the device nodes, mounting is handled by hal. hal normally creates its own mount points in /media, but if the device is listed in /etc/fstab, it will use whatever is in there. How do you know that

[gentoo-user] udev and fstab

2005-12-14 Thread Martins Steinbergs
hi Gentoo udev Guide didnt answer my question, is it good idea to remove fstab entry for removables, i have this /dev/hdc /media/cdrecorder autouser,exec,noauto,managed 0 0 since fresh install and then there was devfs. Am I right that udev will handle mounts for /dev/hdc/

Re: [gentoo-user] udev and fstab

2005-12-14 Thread Dirk Heinrichs
Am Mittwoch, 14. Dezember 2005 16:15 schrieb ext Martins Steinbergs: Am I right that udev will handle mounts for /dev/hdc/ (DVD+CDRW) according to udev.rules what media is inserted? No, udev handles device node creation. You still have to mount yourself or use an automounter. And is there

Re: [gentoo-user] udev and fstab

2005-12-14 Thread Neil Bothwick
On Wed, 14 Dec 2005 17:15:20 +0200, Martins Steinbergs wrote: Gentoo udev Guide didnt answer my question, is it good idea to remove fstab entry for removables, i have this /dev/hdc /media/cdrecorder auto user,exec,noauto,managed 0 0 since fresh install and then there was

Re: [gentoo-user] udev and fstab

2005-12-14 Thread Christoph Eckert
And is there way to very force umount media even if it claims device is busy and i cant figure out what process is responsible for that. Did you try fuser? I made the experience that fuser or lsof often don't help much when you have problems unmounting a device. The output is empty, and

Re: [gentoo-user] udev and fstab

2005-12-14 Thread Martins Steinbergs
On Wednesday 14 December 2005 22:37, Christoph Eckert wrote: And is there way to very force umount media even if it claims device is busy and i cant figure out what process is responsible for that. Did you try fuser? I made the experience that fuser or lsof often don't help much

Re: [gentoo-user] udev and fstab

2005-12-14 Thread Richard Fish
On 12/14/05, Christoph Eckert [EMAIL PROTECTED] wrote: And is there way to very force umount media even if it claims device is busy and i cant figure out what process is responsible for that. Did you try fuser? I made the experience that fuser or lsof often don't help much when you

Re: [gentoo-user] udev and fstab

2005-12-14 Thread Christoph Eckert
fuser -k /media/cdrecorder was successful, thanks for pointing to fuser will the -k option also help if a kernel lock happens on a device? Best regards ce -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] udev and fstab

2005-12-14 Thread Dirk Heinrichs
Am Mittwoch, 14. Dezember 2005 17:18 schrieb ext Neil Bothwick: udev handles the creation of the device nodes, mounting is handled by hal. hal normally creates its own mount points in /media, but if the device is listed in /etc/fstab, it will use whatever is in there. How do you know that