Re: Best mount point for shared files

2011-11-08 Thread Andrei Popescu
On Jo, 13 oct 11, 22:51:37, Martin Steigerwald wrote: > exports. For mounts a directory under /mnt might be more approbiate. ... > You could use: > > - /mnt/nfs for the nfs mount > - a symlink /srv/smb to /mnt/nfs for the smb export > - a symlink from /srv/http to /mnt/nfs for apache served files

Re: Best mount point for shared files

2011-10-13 Thread Martin Steigerwald
Am Donnerstag, 13. Oktober 2011 schrieb Alois Mahdal: [...] > Hi, Hi Alois, >I have a server from which I want to share files via multiple > protocols--so far it's HTTP and SMB. The files do not reside > on the server, they are mounted from other server via NFS. I was > wondering: where to p

Re: Best mount point for shared files

2011-10-13 Thread Chris Davies
Alois Mahdal wrote: > I have a server from which I want to share files via multiple > protocols--so far it's HTTP and SMB. The files do not reside > on the server, they are mounted from other server via NFS. I was > wondering: where to put the files? I tend to create apache vHosts under /home/

Best mount point for shared files

2011-10-13 Thread Alois Mahdal
#!/usr/bin/perl use warnings; use IIUC; use AFAIK; use Knowledge::Newbie qw( learn ); my $question=<<'EOF'; Hi, I have a server from which I want to share files via multiple protocols--so far it's HTTP and SMB. The files do not reside on the server, they are mounted from other server via NF