On Mon, Aug 11, 2003 at 11:53:40AM +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 should be equiv: mount -t none -o bind /home/tac /home/raymond/tac so use "none" and "bind" for the filessystem and option columns. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
