josephabennett
Bit poster
I have not been able to get NFS to work at all from my client OS (Ubuntu 7.04) to connect to the Mac host. I can have other macs and other standalone Linux boxes running Ubuntu to connect to this same mac via NFS, but not the client Ubuntu running on Parallels. Setup:
On mac (macbook pro):
OSX 10.5 (Leopard)
Parallels Desktop 5570 (new beta)
/etc/exports for has a share called /external/path
"showmount -e" indicates /external/path is accessible by everyone.
Other macs, and other Linux boxes, can connect to this mac.
On Ubuntu 7.04 client
Shared networking
IP of the client: 10.211.55.6
IP of the mac -> 10.1.192.68, can be pinged via typing "ping joes-macbook-pro.local", which is the name of the macbook.
when i do "sudo mount -t nfs 10.1.192.68:/external/path mac" (mac is the folder name I'm using), the command just hangs. never returns a timeout, never does anything.
I've tried mounting to 10.211.55.1 (which i can also ping, and I assume is the VM "router")
I've tried mounting to 192.168.204.1, which is "vmnet8" in the mac's "ifconfig" command, also hangs.
And finally, i've tried mounting to 192.168.55.1, which is "vmnet1". When I do this, instead of a hang, I get a "RPC: Authentication Error: why = client credential too weak"
Any thoughts?
I would really prefer something like NFS to Samba, because then I can access things via the command line. I haven't figured out how to connect to a Samba share and access from the command line (only the GUI). And, when I try to mount Samba shares via the command line, i get an error stating "wrong fs type, bad option, bad superblock <blah blah blah>"
The reason I'm doing this... I want to have my source files for a Verilog/VHDL project I'm working on on the mac so that I get the benefits of Time Machine, yet compile it on my Linux VM (since that is what i need to run actual simulations).
Joe
On mac (macbook pro):
OSX 10.5 (Leopard)
Parallels Desktop 5570 (new beta)
/etc/exports for has a share called /external/path
"showmount -e" indicates /external/path is accessible by everyone.
Other macs, and other Linux boxes, can connect to this mac.
On Ubuntu 7.04 client
Shared networking
IP of the client: 10.211.55.6
IP of the mac -> 10.1.192.68, can be pinged via typing "ping joes-macbook-pro.local", which is the name of the macbook.
when i do "sudo mount -t nfs 10.1.192.68:/external/path mac" (mac is the folder name I'm using), the command just hangs. never returns a timeout, never does anything.
I've tried mounting to 10.211.55.1 (which i can also ping, and I assume is the VM "router")
I've tried mounting to 192.168.204.1, which is "vmnet8" in the mac's "ifconfig" command, also hangs.
And finally, i've tried mounting to 192.168.55.1, which is "vmnet1". When I do this, instead of a hang, I get a "RPC: Authentication Error: why = client credential too weak"
Any thoughts?
I would really prefer something like NFS to Samba, because then I can access things via the command line. I haven't figured out how to connect to a Samba share and access from the command line (only the GUI). And, when I try to mount Samba shares via the command line, i get an error stating "wrong fs type, bad option, bad superblock <blah blah blah>"
The reason I'm doing this... I want to have my source files for a Verilog/VHDL project I'm working on on the mac so that I get the benefits of Time Machine, yet compile it on my Linux VM (since that is what i need to run actual simulations).
Joe