Jump to content

mount -t nfs IPaddress:/home/username /mnt/username not working in MAC?


3 posts in this topic

Recommended Posts

mount -t nfs IPaddress:/home/username /mnt/username not working in MAC?

=============

 

mkdir /mnt

mkdir /mnt/username

 

I tried to do as I am doing with linux to mount nfs but not working...

 

How to do it ?

 

Also, rc2.d

is there a startup script somewhere when I start the mac ?

 

Thank you for your information,

 

Kind regards,

 

Patrick

It isn't NTFS when done over the network...

 

Try mount_cifs or mount -t cifs. :( Also, give any errors if this doesn't work.

 

As for startup, I think it will parse rc.local if you make one, just put this at the top of the file: #!/bin/sh. Otherwise, look at this: http://developer.apple.com/macosx/launchd.html.

×
×
  • Create New...