On 11/08/2003 11:53 AM +0000, Voytek Eymont wrote:

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

After you do the "mount --bind ...", check the line in /etc/mtab. It should give you the correct format to stick in /etc/fstab.


HTH.

Best regards,
Gonzalo


-- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to