View Single Post
tz1's Avatar
Posts: 716 | Thanked: 236 times | Joined on Dec 2007
#3
I did one for chinook (requires a number of kernel modules, coda or fuse, plus libneon, and a few other things).

Briefly, it does work and mounts mac iDisks. But it works from the xterm and needed scripts. I haven't tested under Diablo (I might try, but I have a few other things in the queue).

(Just tested under Diablo, it works)

http://www.zdez.org/nokdavfs2-0.0.1.deb

Depends on the fuse filesystem including the kernel module (fuse.ko - there is a package for this) and/or coda (coda.ko)

BUT after installing the deb, it also requires the following things to fix it as root:
(missing deb postinst I never really finished)

Code:
chown root /usr/etc/davfs2/secrets
chmod 0600 /usr/etc/davfs2/secrets
echo "davfs2:*:1234" >>/etc/group
echo "davfs2:*:1234:1234:davfs:/usr/etc/davfs2:/bin/sh" >>/etc/passwd
mv /usr/bin/mount.davfs /usr/bin/umount.davfs /sbin
mkdir /media/idisk
mount -t davfs http://idisk.mac.com/YOURNAME/ /media/idisk
will ask for username YOURNAME@mac.com and password

Note there is probably a better way to create the davfs2 user and group, it probably shouldn't have a shell.

I should add a maemo project for this...
 

The Following 2 Users Say Thank You to tz1 For This Useful Post: