[gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Pavel Sanda
hi, i have external hard drive connected through usb. i put the following line into /etc/fstab /dev/sda1 /mnt/usb ext3 user,auto,exec 0 0 but localmount reports the problem of not finding /dev/sda1. when i tried to call mount -at .. after the boot proces in local.start it proceeds well. what

Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread tecnic5
Pavel Sanda [EMAIL PROTECTED] 30/01/2008 12:40 Por favor, responda a gentoo-user Para: gentoo-user@lists.gentoo.org cc: Asunto: [gentoo-user] Mounting /dev/sdaX on boot does not work hi, i have external hard drive connected through usb. i put the following line

Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Joseph
On 01/30/08 12:40, Pavel Sanda wrote: hi, i have external hard drive connected through usb. i put the following line into /etc/fstab /dev/sda1 /mnt/usb ext3 user,auto,exec 0 0 shouldn't that be: users instead of user Plug the exter. HD into USB and post the last several line of dmesg What

Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Mateusz Mierzwinski
Joseph pisze: On 01/30/08 12:40, Pavel Sanda wrote: hi, i have external hard drive connected through usb. i put the following line into /etc/fstab /dev/sda1 /mnt/usb ext3 user,auto,exec 0 0 shouldn't that be: users instead of user Plug the exter. HD into USB and post the last several line

Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Alan McKinnon
On Wednesday 30 January 2008, Joseph wrote: On 01/30/08 12:40, Pavel Sanda wrote: hi, i have external hard drive connected through usb. i put the following line into /etc/fstab /dev/sda1 /mnt/usb ext3 user,auto,exec 0 0 shouldn't that be: users instead of user Maybe, maybe not, both

Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Mateusz Mierzwinski
Alan McKinnon pisze: On Wednesday 30 January 2008, Joseph wrote: On 01/30/08 12:40, Pavel Sanda wrote: hi, i have external hard drive connected through usb. i put the following line into /etc/fstab /dev/sda1 /mnt/usb ext3 user,auto,exec 0 0 shouldn't that be: users instead of

Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Alan McKinnon
On Wednesday 30 January 2008, Mateusz Mierzwinski wrote: Alan McKinnon pisze: One could try listing these drivers in /etc/autoload.d/kernel-2.6 but the easiest is probably to compile them into the kernel You have right. Standard unix kernel was designed to have all inside. I don't know

Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Mateusz Mierzwinski
Alan McKinnon pisze: On Wednesday 30 January 2008, Mateusz Mierzwinski wrote: Alan McKinnon pisze: One could try listing these drivers in /etc/autoload.d/kernel-2.6 but the easiest is probably to compile them into the kernel You have right. Standard unix kernel was

Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Alan McKinnon
On Thursday 31 January 2008, Mateusz Mierzwinski wrote: Talking about modularize kernel i think this is an gentoo mailing list so every user know's his hardware - if not there is always GOOGLE, Gentoo HowTo and Hardware Manual. Most drivers in kernel are universal for one vendor family what

Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Mateusz Mierzwinski
Alan McKinnon pisze: On Thursday 31 January 2008, Mateusz Mierzwinski wrote: Talking about modularize kernel i think this is an gentoo mailing list so every user know's his hardware - if not there is always GOOGLE, Gentoo HowTo and Hardware Manual. Most drivers in kernel are universal for

Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Etaoin Shrdlu
On Thursday 31 January 2008, Alan McKinnon wrote: To get my sound card to work, I need a parameter dell=m42. How should I easily pass this argument without modules? IIRC, the syntax for passing arguments to built-in modules is modulename.paramname=value on the kernel command line. Of course,