deamon_knight
May 5th, 2008, 06:48 PM
I have a Powerbook setup to dual boot Mac OSX & Hardy. I want to be able to access the OSX partition from Ubuntu, so edited my Fstab to automount the partition and enabled HFS Kernel modules, and disabled journaling on the Mac Filesystem. The Mac OS attaches to the FS properly in /mnt/macintosh. I'd prefer to have an Icon on the desktop to represent the Mac Partition, like when you connect a USB drive. How can I do this?
Here is my FSTAB
<CODE>
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda3
UUID=f5ca7e55-7cb1-4745-acd9-da094498d36c / ext3 relatime,errors=remount-ro 0 1
# /dev/hda5
UUID=6dce2b57-4c8b-424f-b15e-d0bdaefc1c38 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
# Mac OSX Partition
# /dev/hda4 /mnt/macintosh hfsplus user,auto 0 0
/dev/hda4 /media/macintosh hfsplus user,auto 0 0
</CODE>
Here is my FSTAB
<CODE>
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda3
UUID=f5ca7e55-7cb1-4745-acd9-da094498d36c / ext3 relatime,errors=remount-ro 0 1
# /dev/hda5
UUID=6dce2b57-4c8b-424f-b15e-d0bdaefc1c38 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
# Mac OSX Partition
# /dev/hda4 /mnt/macintosh hfsplus user,auto 0 0
/dev/hda4 /media/macintosh hfsplus user,auto 0 0
</CODE>