LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Zenwalk (https://www.linuxquestions.org/questions/zenwalk-75/)
-   -   NFS setup (https://www.linuxquestions.org/questions/zenwalk-75/nfs-setup-608324/)

xgreen 12-21-2007 05:55 AM

NFS setup
 
hi,

I have a zenwalk machine that I intended to share the mp3 folder using nfs. The problem is I could not mount the nfs folder from the other machine(sidux).

Command to mount the nfs on sidux machine:
Code:

mount 192.168.1.2:/mnt/sdb1/mp3 /mnt
The error message
Quote:

mount: wrong fs type, bad option, bad superblock on 192.168.1.2:/mnt/sdb1/mp3
the "/etc/exports" on zenwalk machine

Code:

/mnt/sdb1/mp3 192.168.0.0/24(rw)
command to export:

Code:

exportfs
thanks

xgreen 12-21-2007 06:08 AM

solved. :-)

my bad. i just install nfs-common package on sidux box...

jschiwal 12-21-2007 06:41 AM

You are missing the filesystem type in your mount command:
mount -t nfs 192.168.1.2:/mnt/sdb1/mp3 /mnt

---

Sorry, I didn't refresh before posting. Glad to hear you got it working.


All times are GMT -5. The time now is 08:53 AM.