Hi Guys,

I'm a newbie and i need your advise and help here. I'm installing Debian Sarge and i've reached the part on LVM's. I had installed and configured it and im now trying to auto mount it during boot-up: I've added this in my config at /etc/fstab:

....
/dev/vg1/tmp /tmp ext3 defaults 0 0
" /usr /usr " "
/var /var " "
/home /home " "

When i do reboot i would get this errors:
Starting portmap daemaonortmap
/etc/init.d/rcS: line1:cut:comand not found
/etc/init.d/rcS: line 29:[:=:unary operator expected

but using this set-up i wont have this problem:
/dev/vg1/tmp /mnt/tmp ext3 default 0 0...and so on.
whats d difference between /home and /mnt/home as its mount point. I would have prefered /home, /var, /tmp and / as mount points.

Thanks in advance.