![]() |
how do I mount with nfs in fstab?
Hi all! I'm just wondering how you mount a network share on another linuxcomputer with nfs? (in fstab) tnx!
|
Usually something like this:
Code:
<IP or Hostname>:</share-name> </mnt/directory> <FS Type so nfs> <options>Code:
192.168.1.20:/share /export/data nfs rsize=8192,wsize=8192,timeo=14 |
| All times are GMT -5. The time now is 06:26 PM. |