using RH7.3, I'm trying to set up some mounts such as 'mount --bind /home/tac /home/raymond/tac'
this works fine from command line, but I'd like to set them as 'permanent' mounts; so, I would like to put them in /etc/fstab, BUT, I am not sure what options to specify, I'm looking at 'man fstab', specifically not sure what to use for 4th, 5th and 6th parameters to correspond to 'mount --bind' /home/tac /home/raymond/tac ext3 defaults /home/php/tac /home/raymond/tac.php ext3 defaults Voytek Eymont -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
