Hi, all,

I want to ask a question on how to mount USB memory stick (in MAC format) on KNOPPIX. There is an old page about it, but the solution is just formate USB memory to VFAT or NTFS. The link is at:
http://www.knoppix.net/forum/viewtopic.php?t=3575

Well, as we know, it is just to type this command line to mount USB stick
mount /dev/sda /mnt/sda
or add this line in /etc/fstab and mount /sda
/dev/sda /sda auto noauto,user 0 0

This should work if the file type of the stick is vfat or ntfs. The problem is that there are MAC users. They don't want to format anything to MS-compatible formate.

Could anyone tell me how to solve this problem?

/Leone