[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: newbie questions...



>> No, that's guaranteed to give trouble. But as the files are alrealy on the
>> MacOS partition, just copy them over to the Linux partition.
>
>How?  Just drag & drop (within MacOs) or get them from within Linux?


You need to mount the mac partition while in Linux:

mount -rt hfs /dev/sda3 /mnt

replace sda3 with your linux partition info... the same you put into the
Booter, where it says root= /dev/sd...

-rt is for: r is readonly, t is type then hfs which is mac filesystem

you should be able to do mount --help for some brief help as well.

dAVE



Reply to: