On Fri, 2005-18-03 at 14:44 -0800, Michael wrote:
> mount anything but put in a 
> command and then the patition number, and the address of the file in 
> that partition's tree and optionally a | <command> is there something 
> like that for debian?'


mkdir /home/YOUR_USER/MacOSX
su
mac-fdisk -l

Figure out which partition is OSX from output
say ... /dev/hdaX is OSX (ie., identified by Apple_HFS
Apple_HFS_Untitled_43)
then as su:
mount -t hfsplus /dev/hdaX /home/YOUR_USER/MacOSX/

to unmount, if you're lucky:
umount -t hfsplus /dev/hdaX /home/YOUR_USER/MacOSX
else logout.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to