and ppc HFS partition still not working either
Kent Frazier
kentfrazier at gmail.com
Wed Dec 22 10:00:52 UTC 2004
On Tue, 21 Dec 2004 21:19:23 +0100, altern <enrike at altern.org> wrote:
> it would be good also if this partition would come in the home directory
> or desktop. I need to access it pretty often. I am not sure about how to
> do this. Maybe put a link there?
You could easily put a symbolic link to it in your Home or Desktop
directory. You can do this with:
ln -s /mnt/mac /home/<USERNAME>/mac
or
ln -s /mnt/mac /home/<USERNAME>/Desktop/mac
Or better yet, unless you need the mount point to be in /mnt/, just
create an empty directory in your Home or Desktop directory, and
specify that as the mount point in /etc/fstab. In other words,
change:
/dev/hda5 /mnt/mac hfsplus defaults 0 0
to:
/dev/hda5 /home/<Your Username>/mac hfsplus
defaults 0 0
Hope it helps.
Kent
More information about the ubuntu-users
mailing list