:2e* and .AppleDouble files when using AFP

Questions about using NAS on Mac OS.

Re: :2e* and .AppleDouble files when using AFP

Postby dfeist » Mon May 03, 2010 2:36 am

Netatalk 2.1 has now been released (26th April), when can we expect a firmware update with this in?

Also if anyone has updated netatalk themselves please post and let others know how you did it...

thanks!
Dan
dfeist
New here
 
Posts: 2
Joined: Sun Apr 25, 2010 7:44 pm
NAS Model: TS-109/209 Pro II

Re: :2e* and .AppleDouble files when using AFP

Postby Arcadeez » Mon May 10, 2010 5:22 pm

This problem still exists...
Thanks to other users, I can't and don't want to go through all the complex steps.
Can Qnap offically release fix or tell us a simple step?

Thank you.
Arcadeez
Starting out
 
Posts: 38
Joined: Sun Jun 21, 2009 3:27 pm
NAS Model: TS-109/209 Pro II

Re: :2e* and .AppleDouble files when using AFP

Postby oxyi » Mon May 10, 2010 11:14 pm

I am stilling having issue with the resource folk... any update >?
oxyi
New here
 
Posts: 5
Joined: Sat May 08, 2010 12:32 am
NAS Model: TS-809 Pro

Re: :2e* and .AppleDouble files when using AFP

Postby occamsrazor » Fri May 14, 2010 2:39 pm

Anyone able to tell if Netatalk has been updated in the new 3.3.0 betas? I don't see any mention of it....
TS-239 Pro II [2 x 2TB WD20EADS in non-RAID][iStat]
Asus WL-500GPv2 running Tomato firmware
Netgear GS608v1 Gigabit switch, APC Back-UPS RS 1500VA
Mac Minis, MacBook Pro, iPhone
occamsrazor
Getting the hang of things
 
Posts: 67
Joined: Tue Mar 30, 2010 8:30 pm
NAS Model: TS-110

Re: :2e* and .AppleDouble files when using AFP

Postby QNAPJames » Fri May 14, 2010 5:44 pm

Not yet available in this version. But you should be able to see it in the official release.
User avatar
QNAPJames
Experience counts
 
Posts: 1265
Joined: Fri Jun 13, 2008 3:12 pm
Location: Taipei
NAS Model: TS-559 Pro II

Re: :2e* and .AppleDouble files when using AFP

Postby occamsrazor » Wed Jun 09, 2010 3:19 pm

I see the latest v3.3.0 Build0607 Beta lists "- Upgraded Netatalk to 2.1 (AFP 3.2)"

Is anyone able to confirm that this has fixed the problem?
Also, my NAS is a backup (mirror) of a harddrive directly connected to my Mac computer. Should I erase the NAS then re-backup if I want to clean up everything?
TS-239 Pro II [2 x 2TB WD20EADS in non-RAID][iStat]
Asus WL-500GPv2 running Tomato firmware
Netgear GS608v1 Gigabit switch, APC Back-UPS RS 1500VA
Mac Minis, MacBook Pro, iPhone
occamsrazor
Getting the hang of things
 
Posts: 67
Joined: Tue Mar 30, 2010 8:30 pm
NAS Model: TS-110

Re: :2e* and .AppleDouble files when using AFP

Postby martinjk » Thu Jun 10, 2010 4:26 am

I've just installed 3.3.0 Build 0607T. It is still not working.
martinjk
New here
 
Posts: 5
Joined: Mon Oct 05, 2009 3:02 am
NAS Model: TS-419U

Re: :2e* and .AppleDouble files when using AFP

Postby QNAPJames » Thu Jun 10, 2010 11:36 am

Hi martinjk,

Would you mind if we connect to your NAS and check it directly. Please PM me if it's okay for you. We can use the remote desktop application like teamviewer (www.teamviewer.com).

Or if any of you would like to help us checking this issue, you are welcome to PM me. Thank you.

James
User avatar
QNAPJames
Experience counts
 
Posts: 1265
Joined: Fri Jun 13, 2008 3:12 pm
Location: Taipei
NAS Model: TS-559 Pro II

Re: :2e* and .AppleDouble files when using AFP

Postby martinjk » Sat Jun 12, 2010 4:27 am

We can do in the week of the 21th. In the meantime here is my test setup:

Mounting the QNAP from Apple using afp (media) and samba (media-1):
Code: Select all
mount | grep media
afp_0asse82ni20m2PDup62HKqC6-9.2e00000b on /Volumes/media (afpfs, nodev, nosuid, mounted by martin)
//martin@homer/media on /Volumes/media-1 (smbfs, nodev, nosuid, mounted by martin)


Now creating the dot files both on afp and smb mount:
Code: Select all
touch /Volumes/media/MyTemp/test/.afpfile
touch /Volumes/media-1/MyTemp/test/.smbfile


File listing afp:
Code: Select all
ls -la /Volumes/media/MyTemp/test/
total 0
drwxrwxrwx@  3 martin  staff  264 11 Jun 22:35 .
drwxrwxrwx@ 22 martin  staff  704  8 Jun 20:37 ..
-rwxrwxrwx@  1 martin  staff    0 11 Jun 22:34 .afpfile


File listing smb:
Code: Select all
ls -la /Volumes/media/MyTemp/test/
total 0
drwxrwxrwx@  3 martin  staff  264 11 Jun 22:35 .
drwxrwxrwx@ 22 martin  staff  704  8 Jun 20:37 ..
-rwxrwxrwx@  1 martin  staff    0 11 Jun 22:34 .afpfile


File listing on qnap ssh console:
Code: Select all
ls -la /share/media/MyTemp/test/
drwxr-xr-x    3 martin   everyone     4096 Jun 11 22:35 ./
drwxrwx---   21 martin   everyone     4096 Jun  8 20:37 ../
drwxr-xr-x    2 martin   everyone     4096 Jun 11 22:35 .AppleDouble/
-rw-r--r--    1 martin   everyone        0 Jun 11 22:34 .smbfile
-rw-r--r--    1 martin   everyone        0 Jun 11 22:34 :2eafpfile


The difference with the latest firmware is that smb mount doesn't show the :2e files and afp not shows the ".dot" files.
Behaviour from my point of view should be that files created with a leading "." should be created excatly that way without hex encoding on the nas file system. There should also be an option on the afp service to prevent the creation of .AppleDouble files.
martinjk
New here
 
Posts: 5
Joined: Mon Oct 05, 2009 3:02 am
NAS Model: TS-419U

Re: :2e* and .AppleDouble files when using AFP

Postby nirali » Thu Jul 01, 2010 5:55 pm

hi..
i m testing for Netatalk on unix machine. My netatalk version is 2.0.5 . I m testing it with afpfs-ng client . i m not able to browse the folders of the volume mounted. i can create directories and files in the volume mounted. But y cant i browse them?? Any idea?
nirali
First post
 
Posts: 1
Joined: Thu Jul 01, 2010 5:49 pm
NAS Model: QBack-25S

Re: :2e* and .AppleDouble files when using AFP

Postby catastrofe » Sat Oct 09, 2010 8:42 pm

I am experiencing this issue with a brand new TS419P (10/5/2010). I have 11,700 music files stored on a Drobo. I copied them to the TS and ended up with over 18,000 due to the creation of these 2e files. My music player sees these files in addition to the actual tracks, but I don't see them in Finder or anywhere else.

I'm on firmware version 3.3.3 Build 0928T. Mac OS X 10.5.8.

Is there a simple, non-technical fix for this?
catastrofe
New here
 
Posts: 6
Joined: Fri Oct 08, 2010 9:21 pm
NAS Model: TS-401T

Re: :2e* and .AppleDouble files when using AFP

Postby BloodDragon » Mon Oct 25, 2010 7:09 pm

I would also like to see a fix for this, I keep ending up with these :2e files and sometimes these seem to be the cause for not being able to delete some folders in finder. If I remove the files using an ssh connection, I am able to remove the folders again.

I am working on a Mac running Snow Leopard, connecting over AFP.
BloodDragon
Starting out
 
Posts: 17
Joined: Sun Jul 06, 2008 3:25 pm
NAS Model: TS-101/TS-201

Re: :2e* and .AppleDouble files when using AFP

Postby TryWait » Tue Nov 02, 2010 10:16 am

Silence
TS-419P . 4x WD 3TB Red NAS 3.5 Inch, WD30EFRX HD's RAID5
iMac 3.1 GHz Core Duo 16GB . OSX 10.7.5 | Dell XPS M1330 2.4 GHz Core Duo 3GB . Vista SP 6.0.6001
Gig-e Network
User avatar
TryWait
Starting out
 
Posts: 37
Joined: Sat Apr 03, 2010 12:26 am
NAS Model: TS-419P

Re: :2e* and .AppleDouble files when using AFP

Postby nnsqnap » Sat Jan 29, 2011 4:54 pm

I've run into these folders in my QNAP's shared media folder:
.@_thumb
.AppleDB
.AppleDesktop
.AppleDouble
.TemporaryItems
.Trashes
:2eTemporaryItems

Would really love to delete all this extra garbage.
User avatar
nnsqnap
Starting out
 
Posts: 38
Joined: Sun Oct 11, 2009 3:48 am
NAS Model: TS-509 Pro

Re: :2e* and .AppleDouble files when using AFP

Postby ton123 » Sat Jan 29, 2011 6:10 pm

nnsqnap wrote:I've run into these folders in my QNAP's shared media folder:
.@_thumb
.AppleDB
.AppleDesktop
.AppleDouble
.TemporaryItems
.Trashes
:2eTemporaryItems

Would really love to delete all this extra garbage.


So would I.
ton123
Know my way around
 
Posts: 144
Joined: Tue Nov 16, 2010 7:55 am
Location: Netherlands
NAS Model: TS-109/209 Pro II

PreviousNext

Return to Mac OS

Who is online

Users browsing this forum: No registered users and 1 guest