Hello world,
can Netatalk correctly handle HFS drives mounted on the linux side?
And how should I do? I want to use my parallel port Zip drive to write HFS disks....
thanks....
On Tue, Feb 22, 2000 at 08:01:47AM +0100, Mimmo Saggese wrote:
Hello world,
can Netatalk correctly handle HFS drives mounted on the linux side?
Yes, it can. You have to mount the HFS drive using the afpd option.
John Burg
John Burg wrote:
On Tue, Feb 22, 2000 at 08:01:47AM +0100, Mimmo Saggese wrote:
Hello world,
can Netatalk correctly handle HFS drives mounted on the linux side?
Yes, it can. You have to mount the HFS drive using the afpd option.
John Burg
#!/bin/sh - set - `type $0` 'tr "[a-zA-Z]" "[n-za-mN-ZA-M]"';while [ "$2" != "" ];do \ shift;done; echo 'frq -a -rc '`echo "$0"| $1 `'>$UBZR/.`rpub signature|'`\ echo $1|$1`'`;rpub "Jr ner fvtangher bs obet. Erfvfgnapr vf shgvyr!"'|$1|sh
Part 1.2Type: application/pgp-signature
If you want to mount a hfs-medium directly to your Linux-box (not via the net) then you have to use the kernel-module (integrated in 2.2.x, or you can get it at http://www-sccm.stanford.edu/Students/hargrove/HFS/index.html) or use the hfs-utilities from www.mars.org/home/rob/proj/hfs/ .
Kris
On Thu, Feb 24, 2000 at 11:18:42AM +0100, kristian orlopp wrote:
John Burg wrote:
Yes, it can. You have to mount the HFS drive using the afpd option.
If you want to mount a hfs-medium directly to your Linux-box (not via the net) then you have to use the kernel-module
Perhaps I should clarify:
When you mount an HFS volume with the intention of exporting it over an Appletalk network using netatalk, you must pass the kernel module the afpd option, i.e. 'mount -t hfs -o afpd /dev/somedev /mnt/someplace'
Also, I have noticed that the HFS support is somewhat broken in kernel 2.2.12 WRT exporting volumes with netatalk under certain conditions. 2.2.14 works ok though.
John