Re: Netatalk on RH9

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2003-07-25 at 16:26, Andrew Robinson wrote:
> On Fri, 2003-07-25 at 16:51, Aaron Konstam wrote:
> 
> > On Fri, Jul 25, 2003 at 12:49:34PM -0500, Andrew Robinson wrote:
> > > I would like to set up netatalk on my RH9 installation for my home network. 
> > > ...
> > > Andrew Robinson
> 
> > I don't know what you want to do with netatalk. File sharing works
> > pretty much as installed. If you want to print to an appletalk printer
> > things get more complicated.
> > What do you want to do?
> 
> Fair question. I want to be able to share disk partitions on the Linux
> server with the Mac clients. Also, I have an Epson Stylus Photo printer
> attached to the Linux box that I would like to be able to print to from
> the Mac clients.
> 
> Thanks to Craig and some poking around, I added the mount points to the
> /etc/atalk/AppleVolumes.default file and then I was able to see them on
> the Mac clients. I cannot save files on them from the Mac clients at the
> moment. I assume this is a problem with ownership, permissions and
> mounts on the Linux side. I'll try to unravel that next. I'll probably
> be posting a couple of more questions during that process.
> 
---
undoubtedly, this is the problem.

You could change the permissions to everything/all for all users by
chmod -R /mountpoint/for/netatalk 777
or
create user logins (Heavily recommend that you do not use spaces or
punctuation in names though Macintosh is very tolerant of this) and then
add all users to a group then make the group owner of the directory
tree...

addgroup dom_users
adduser joe -g dom_users
adduser jim -g dom_users

chgrp -R dom_users /mountpoint/for/netatalk

You have to be careful of two things when you change
permissions/ownership of folders within the tree of a netatalk served
volume...the folders that are labeled "Network Trash Folder" and
".AppleDouble" are special - before you modify these, locate one of each
and note the privileges and be prepared to store them or people will
have trouble with deleting files and/or their desktop files.

Craig


-- 
Shrike-list mailing list
Shrike-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/shrike-list

[Index of Archives]     [Fedora Users]     [Centos Users]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat Phoebe Beta]     [Yosemite Forum]     [Fedora Discussion]     [Gimp]     [Stuff]     [Yosemite News]

  Powered by Linux