[Linux-disciples] Mounting within another mount point
Adam Rosi-Kessel
adam at rosi-kessel.org
Fri Aug 6 16:26:54 EDT 2004
On Fri, Aug 06, 2004 at 11:46:26AM -0400, Stephen R Laniel wrote:
> > What are the errors you're getting when you try to mount the share?
> slaniel at BlackThought:~$ sudo mount /var/log/apache
> mount: mount point /var/log/apache does not exist
Try sudo mount 192.168.1.100:/var/log/apache.
Also, /var/log/apache must be created--as you probably know, you can't
mount unless there is a mountpoint. Mount will not create it's own
mountpoint. I.e., you need to do mkdir /var/log/apache before any of
this will work at all.
Permissions should be irrelevant--if it is a permissions problem, it will
mount but you won't be able to read it.
--
Adam Kessel
http://adam.rosi-kessel.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.bostoncoop.net/pipermail/linux-disciples/attachments/20040806/21f34646/attachment.pgp
More information about the Linux-disciples
mailing list