Hi I am having as issue with 2 x NTFS drives that are in my Gentoo box that I am trying to share by AFP. EXT2/EXT3 shared drives work fine but not NTFS, it just returns and error when trying to mount on the Mac that the volume could not be mounted.
Here are the relevant sections of the config files: /etc/netatalk/afpd.conf: - -transall -uamlist uams_randnum.so,uams_dhx.so -nosavepassword -advertise_ssh /etc/netatalk/AppleVolumes.default: # The "~" below indicates that Home directories are visible by default. # If you do not wish to have people accessing their Home directories, # please put a pound sign in front of the tilde or delete it. ~ ~/ "$u" allow:server cnidscheme:cdb /home/server/Backups Backups allow:server cnidscheme:cdb options:usedots,upriv /mnt/Media1 Media1 allow:server /mnt/Media2 Media2 allow:server :/etc/fstab /dev/sdb1 /mnt/Media1 ntfs-3g defaults,locale=en_US.utf8 0 0 /dev/sdc1 /mnt/Media2 ntfs-3g defaults,locale=en_US.utf8 0 0 Any help that could be offered would be greatly appreciated. The long term plan is to put another disk in the machine formated as EXT3 to replace these 2 shares but that could be some time away so I'd like to get this working if I can