Bind

Hi All

I need to do bind of exiting filesystem to new storage allocated

mount --bind /prod/OpenCSS /var/lib/test
echo "/prod/OpenCSS /var/lib/pgsql bind bind 0 0" >> /etc/fstab

will this command just work ?

Googling for it I get

echo "/prod/OpenCSS /var/lib/pgsql none bind 0 0" >> /etc/fstab

Also man fstab suggests none for the third field.

DON'T double post. See answers in this thread.

This thread is closed.