Re: accessing file on HFS+

2005-02-23 Thread Mauro
On Sun, 2005-30-01 at 02:56 +0100, Gaudenz Steinlin wrote: > > > This is probably a permission problem. The hfsplus driver maps the > UID/GID's from OS X to Linux. You probably don't have the same UID/GID > on both systems. You should be able to read all the files on the > mounted > hfsplus parti

Re: accessing file on HFS+

2005-02-06 Thread Antonin AMAND
I suggest you to set your uid/gid the same as in osx so you don't have to chroot to access user files. check (as root) : usermod, /etc/group Regards. Antonin. Mauro a écrit : I figured out to mount and unmount HFS+ (OS X) mount -t hfsplus /dev/hda9 /mnt/macos/ and umount -t hfsplus /dev/hda9 /

Re: accessing file on HFS+

2005-01-29 Thread Gaudenz Steinlin
On Sat, Jan 29, 2005 at 05:29:25PM -0700, Mauro wrote: > I figured out to mount and unmount HFS+ (OS X) > mount -t hfsplus /dev/hda9 /mnt/macos/ > and > umount -t hfsplus /dev/hda9 /mnt/macos/ > > But I can't access user files. How can I do this? > -by rebooting into OS X and moving/copying th

accessing file on HFS+

2005-01-29 Thread Mauro
I figured out to mount and unmount HFS+ (OS X) mount -t hfsplus /dev/hda9 /mnt/macos/ and umount -t hfsplus /dev/hda9 /mnt/macos/ But I can't access user files. How can I do this? -by rebooting into OS X and moving/copying those files to shared? -or is there is more elegant way to do this with