Hi all,
New mac convert and I'm trying to migrate some of my PC stuff over to the mac. I've got a Nexentastore (solaris clone) NAS box running which has been sharing files over SMB for my windows PC's. I can connect to the CIFS shares with the mac, but I was wondering if NFS is any better/faster.
I've enabled NFS sharing on the nexenta box, but for the life of me I can't mount the drives.
I've tried many variations on :
(nfs is the default user) but it either gives me "permission denied", "authentication failed" or "mount_nfs: can't get net id for host". I've read a multitude of docs that basically tell me "permission denied" is because the path is wrong, and "can't get net id for host" is because it can't resolve the hostname. I'm pretty sure both these things are ok (both machines can resolve each other, DNS domain is the same) and the path is correct.
I'm at a bit of a loss as to where to go next - has anyone got any experience in this area?
ta
New mac convert and I'm trying to migrate some of my PC stuff over to the mac. I've got a Nexentastore (solaris clone) NAS box running which has been sharing files over SMB for my windows PC's. I can connect to the CIFS shares with the mac, but I was wondering if NFS is any better/faster.
I've enabled NFS sharing on the nexenta box, but for the life of me I can't mount the drives.
I've tried many variations on :
Code:
sudo mount -t nfs nfs@nexenta:/pools/store/Documents /Volumes/documents/
(nfs is the default user) but it either gives me "permission denied", "authentication failed" or "mount_nfs: can't get net id for host". I've read a multitude of docs that basically tell me "permission denied" is because the path is wrong, and "can't get net id for host" is because it can't resolve the hostname. I'm pretty sure both these things are ok (both machines can resolve each other, DNS domain is the same) and the path is correct.
I'm at a bit of a loss as to where to go next - has anyone got any experience in this area?
ta