Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
When is CIFS and NFS needed?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-11-23
06:45 AM
2012-11-23
06:45 AM
When is CIFS and NFS needed?
When is CIFS and NFS needed or used?
The only thing I know is that NFS is used if you make backups of the nas over internet.
The only thing I know is that NFS is used if you make backups of the nas over internet.
Message 1 of 4
Labels:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-11-23
07:14 AM
2012-11-23
07:14 AM
Re: When is CIFS and NFS needed?
CIFS (also called SMB) is a network file protocol developed by Microsoft. There is a brief overview here: http://msdn.microsoft.com/en-us/library ... 85%29.aspx
AFP is another network file protocol developed by Apple (http://en.wikipedia.org/wiki/Apple_Filing_Protocol)
NFS is a third network file protocol that is older than both of these - developed by Sun for Unix back in 1984 (http://en.wikipedia.org/wiki/Network_File_System).
As you might expect, Microsoft systems work best with SMB/CIFs, Apple computers work best with AFP, and linux/unix systems work best with NFS. NFS is good for NAS to NAS backup because both systems are linux.
NFS by itself it not suitable for backups over the internet, because you want a secure protocol for that. RSYNC over SSH, or FTP over TLS are better (and I think more common) choices. Also many cloud backup programs have developed their own protocols generally specialized for continuous backup.
AFP is another network file protocol developed by Apple (http://en.wikipedia.org/wiki/Apple_Filing_Protocol)
NFS is a third network file protocol that is older than both of these - developed by Sun for Unix back in 1984 (http://en.wikipedia.org/wiki/Network_File_System).
As you might expect, Microsoft systems work best with SMB/CIFs, Apple computers work best with AFP, and linux/unix systems work best with NFS. NFS is good for NAS to NAS backup because both systems are linux.
NFS by itself it not suitable for backups over the internet, because you want a secure protocol for that. RSYNC over SSH, or FTP over TLS are better (and I think more common) choices. Also many cloud backup programs have developed their own protocols generally specialized for continuous backup.
Message 2 of 4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-11-23
07:35 AM
2012-11-23
07:35 AM
Re: When is CIFS and NFS needed?
Thanks for your quick and detailed reply. Funny how MS tends to mess up things, I do know what SMB is 🙂 my memory was a bit weak about CIFS.
Anyway, is it harmless to disable NFS if I don't access the nas from linux or backup over internet?
Anyway, is it harmless to disable NFS if I don't access the nas from linux or backup over internet?
Message 3 of 4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-11-23
10:13 AM
2012-11-23
10:13 AM
Re: When is CIFS and NFS needed?
It is harmless - in fact it is reasonable to disable protocols you don't use.
eton wrote: Anyway, is it harmless to disable NFS if I don't access the nas from linux or backup over internet?
Message 4 of 4