Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

bluetooth

macrumors 6502a
Original poster
May 1, 2007
662
1
Toronto
Hi, I need some help with a server connection problem I seem to be having.

Now I can connect to the server no problem and also copy files or docs from the server, but I cannot "write" or transfer files onto the server? I do not have permissions to do so.

I have contacted the server host/provider and he assures me that everything is fine on his end? He is PC based and told me that maybe it is a Mac problem.

Attached is a screenshot of what I am dealing with...can anyone help me and let me know what specifically needs to be adjusted either on his end or mine so I can actually "write" or copy files onto his server?

Thanks so much!

*Sorry if this is the wrong forum.

Click thumbnail below to enlarge.
 

Attachments

  • screenshot.jpg
    screenshot.jpg
    148.9 KB · Views: 125

Cromulent

macrumors 604
Oct 2, 2006
6,802
1,096
The Land of Hope and Glory
The user account that you are using to login to the server does not have write permissions.

Edit : I see it is NFS. How are you mounting the drive? Try editing your fstab file to mount it with the write option enabled.

Not really a programming question though is it?
 

bluetooth

macrumors 6502a
Original poster
May 1, 2007
662
1
Toronto
The user account that you are using to login to the server does not have write permissions.

Edit : I see it is NFS. How are you mounting the drive? Try editing your fstab file to mount it with the write option enabled.

Not really a programming question though is it?

thanks for your response! I am mounting through Go>Connect to Server typing in the address and then hitting "Connect".

How do I edit my fstab? What exactly is a fstab? Sorry for the dumb questions...not great at the technical server type things.

Yes, not really - wasn't sure what forum to poster under?
 

Cromulent

macrumors 604
Oct 2, 2006
6,802
1,096
The Land of Hope and Glory
This looks like the way to do it.

Automount via File
An alternative to using NetInfo is to place the mounts into a static file, which is read by automount.

Create /etc/auto.nfs.
This file will contain mount entries that otherwise would have been stored in NetInfo.

server-home -rw,bg,intr server.example.org:/home

Test automount.
$ sudo automount -m /nfs /etc/auto.nfs
$ ls /nfs/server-home

Configure automount to run at startup.
Use an @reboot root cron(8) job, or adapt the above StartupItem to call the single automount for the file in question. For more information on @reboot, see crontab(5).

http://sial.org/howto/osx/automount/
 

bluetooth

macrumors 6502a
Original poster
May 1, 2007
662
1
Toronto
This looks like the way to do it.



http://sial.org/howto/osx/automount/

Well thanks for this. But this is all a foreign language to me :confused: Not even sure how to attempt this?

But I also found this, what do you make of it?

Mac OS X tries to make NFS connections from port numbers outside the traditional range expected by some NFS servers. Configuring your NFS server to accept connections on "insecure" ports above 1024 should resolve the issue. Please consult your server's documentation for configuration information.

What does this all mean? That I should if the client configures the NFS server to accept connections on "insecure" ports above 1024 that I should then be able to "write"? Is that what this is telling?

Sorry for the questions, I am a designer and IT is foreign territory for me. Thanks again for your help, you seem to know a lot.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.