Hi,

how do i mount a harddisk on systemstart?

i tried tu use the /etc/fstab file for this and added a line just after the /-mounting
Code:
/dev/hdb1/ /test ext2 defaults,users 0 0
the directiry test does exist and the harddisk is ext2 formated

but nothing happens on reboot ...

when use the command
Code:
mount /test
after login then everything works but that can't be correct, can it?

i hope you can help me ...

P.S. i'm a linux newbie *smile*