Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am kinda new about the file system term.
I thought that NFS is another file system that you have to format your drive as nfs, instead of other fs format, like ext2 or ext3.
Recently I found an article saying that nfs is setup on top of ext3.
Can someone help me understand it please?
to over simplify, nfs is just a way to connect to a drive over a network. The drive is managed by the machine that it lives on & can therefore be any filesystem that machine can support. nfs manages the reading/writing over the network, but still leaves the actual disk read/write to the machine that hosts the drive.
so an nfs drive can run any filesystem that the host computer supports. The client computer doesn't need to know what filesystem is used on the host machine.
NFS is a specific sytem for managing drives (or parts thereof) over a network. Samba does something similar, but isn't NFS (same as a Mercedes is a car, but a BMW isn't a Mercedes - try that for a Chrysler?).
NFS is exclusive (?) to the *NIX world, whereas Samba is based on the SMB protocol for allowing Windows machines to see linux and other drives.
NFS was designed on UNIX, later MS built NFS drivers as well.
As above, its really a (specific) network protocol to share drives, similar, BUT different to eg Samba (which is actually a convenient name for the SMB/CIFS protocol from MS).
Assuming you've got all the reqd drivers, you can 'share' Linux-MS, Linux-Linux, MS-MS using either (or even both!) protocols.
Note NFS is really just for (relatively) dumb sharing of disks. Samba also shares printers and you can use it to have Linux
servers as PDC/BDC in Windows domains.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.