[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mount drive through internet?



The NFS connection is rather sluggish and can be prone to
security problems (like FTP isn't?). There was a kernel mirror
that could be mounted via NFS *or* Samba at one time, but I think it was
they turned those off because of abusers. Now only http and ftp can be used
for that site.

IIRC, mounting an NFS filesystem is the same as any other. Just include
the type. 

mount -t nfs <location of filesystem> <local mount point>
for the real answer: man mount

There's probably more to it (your kernel has to be able to 
deal with nfs -- or is it a user space client?)

Wade

David Wright <d.wright@open.ac.uk> wrote:

> Quoting Keith G. Murphy (keithmur@mindspring.com):
> > True, but does anyone do this?  Seems kind of bandwidth-wasteful, and
> > like it would be slow.  Sounds like a connection-oriented protocol like
> > FTP would be more like what the doctor ordered...
> > 
> > Bob Nielsen wrote:
> > > 
> > > You will need to set it up on the remote computer for NFS.
> > > 
> > > On Thu, May 13, 1999 at 02:28:22PM +0300, Micha Feigin wrote:
> > > > Is it posible, and how to mount a remote drive through the net?
> > > >
> 
> I can't much any resemblance between NFS and FTP.
> 
> The great thing about NFS is that the client doesn't have to worry about
> the continuous presence of the server once the filesystem is mounted.
> If the server is rebooted, for example, the filesystem just reappears
> at the client end.
> 
> Cheers,
> 
> -- 
> Email:  d.wright@open.ac.uk   Tel: +44 1908 653 739  Fax: +44 1908 655 151
> Snail:  David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA
> Disclaimer:   These addresses are only for reaching me, and do not signify
> official stationery. Views expressed here are either my own or plagiarised.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null
> 
> 


Reply to: