Gentoo Archives: gentoo-user

From: Jamie Dobbs <jamie.gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Problem with AFP sharing and NTFS drives
Date: Sat, 08 Aug 2009 01:19:54
Message-Id: 74866db10908071819s96544d6jc05417367e6e485a@mail.gmail.com
1 Hi
2
3 I am having as issue with 2 x NTFS drives that are in my Gentoo box that I
4 am trying to share by AFP. EXT2/EXT3 shared drives work fine but not NTFS,
5 it just returns and error when trying to mount on the Mac that the volume
6 could not be mounted.
7
8 Here are the relevant sections of the config files:
9
10 /etc/netatalk/afpd.conf:
11
12 - -transall -uamlist uams_randnum.so,uams_dhx.so -nosavepassword
13 -advertise_ssh
14
15
16 /etc/netatalk/AppleVolumes.default:
17
18 # The "~" below indicates that Home directories are visible by default.
19 # If you do not wish to have people accessing their Home directories,
20 # please put a pound sign in front of the tilde or delete it.
21 ~
22 ~/ "$u" allow:server cnidscheme:cdb
23
24 /home/server/Backups Backups allow:server cnidscheme:cdb
25 options:usedots,upriv
26
27 /mnt/Media1 Media1 allow:server
28 /mnt/Media2 Media2 allow:server
29
30
31 :/etc/fstab
32
33 /dev/sdb1 /mnt/Media1 ntfs-3g
34 defaults,locale=en_US.utf8 0 0
35 /dev/sdc1 /mnt/Media2 ntfs-3g
36 defaults,locale=en_US.utf8 0 0
37
38 Any help that could be offered would be greatly appreciated. The long term
39 plan is to put another disk in the machine formated as EXT3 to replace these
40 2 shares but that could be some time away so I'd like to get this working if
41 I can